Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Gallery, image, size

Asked Modified Viewed 698 times
K
Kvido1
K
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
asked
Member

Hi all!
Where do I set the image display size in Gallery?
Thank you.
0 replies

2 posts

K
Kvido1
K
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
answered
Member

Filename: gallery_settings.php
| Author: Core Development Team

link: 170

echo "<div class='row'>
 <label class='control-label col-xs-12 col-sm-3 col-md-3 col-lg-3' for='calc_b'>".$locale['gallery_0207']."</label>
 <div class='col-xs-12 col-sm-9 col-md-9 col-lg-9'>
 ".form_text('calc_b', '', $calc_b, [
 'required' => TRUE,
 'type' => 'number',
 'error_text' => $locale['error_rate'],
 'width' => '100px',
 'max_length' => 4,
 'number_min' => 1,
 'class' => 'pull-left m-r-10'
 ])."
 ".form_select('calc_c', '', $calc_c, [
 'options' => $calc_opts,
 'placeholder' => $locale['choose'],
 'width' => '180px',
 'inner_width' => '100%',
 'class' => 'pull-left'
 ])."
 </div>
</div>";


---
<label class="control-label col-xs-12 col-sm-3 col-md-3 col-lg-3" for="calc_b">Max. velikost souboru</label>
Edited by Kvido1 on 25-03-2023 13:20,
0 replies
K
Kvido1
K
  • Member, joined since
  • Contributed 61 posts on the community forums.
  • Started 16 threads in the forums
  • Started this discussions
answered
Member

PHPFusion 9.10.30/files/infusions/gallery/admin/

Solution:
Just copy/upgrade the "admin" folder from the installation and everything is OK
Edited by Kvido1 on 19-03-2023 12:33,
You do not have access to view attachments
0 replies

Category Forum

Settings - 8

Labels

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 1 member

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet