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.
Sign In
Not a member yet? Click here to register.
Forgot Password?
Navigation

Gallery, image, size

Last updated on 2 years ago
K
Kvido1Member
Posted 2 years ago
Hi all!
Where do I set the image display size in Gallery?
Thank you.
K
Kvido1Member
Posted 2 years ago
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, 2 years ago
K
Kvido1Member
Posted 2 years ago
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, 2 years ago
You do not have access to view attachments
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
You cannot up or down-vote on the post in this discussion thread.
You cannot set up a bounty in this discussion thread.
Moderator: Support Team