Thread subject: Official Home of the PHPFusion CMS :: Gallery, image, size

Posted by Kvido1 on 18-03-2023 15:58
#1

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

Posted by Kvido1 on 18-03-2023 17:17
#2

Filename: gallery_settings.php
| Author: Core Development Team

link: 170

Code
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'
 ]wink."
 ".form_select('calc_c', '', $calc_c, [
 'options' => $calc_opts,
 'placeholder' => $locale['choose'],
 'width' => '180px',
 'inner_width' => '100%',
 'class' => 'pull-left'
 ]wink."
 </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

Posted by Kvido1 on 19-03-2023 12:25
#3

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