Hi, I installed the gallery for K2 & content plugin for a Flickr album. It works well for only 30 pictures. However, the album contains 156 pictures. How can I make the plugin show the rest also? At basic options I filled in 300 for max photo return flickr.
2 replies
11 years ago
Thank you. it works!
11 years ago
Hello,
You can do the following:
- Open file gallery.php in plugins/contents/gallery/gallery.php
- In line 154: Edit
- At setting for this plugin, set Max photo return Flickr is 300
- Done!
You can do the following:
- Open file gallery.php in plugins/contents/gallery/gallery.php
- In line 154: Edit
$maxImgFlickr = ( int ) $this->params->get ( 'maxflickr', 30 ) >= 1 && ( int ) $this->params->get ( 'maxflickr', 30 ) <= 100 ? ( int ) $this->params->get ( 'maxflickr', 30 ) : 30;
to $maxImgFlickr = ( int ) $this->params->get ( 'maxflickr', 30 ) >= 1 ? ( int ) $this->params->get ( 'maxflickr', 30 ) : 30;
- At setting for this plugin, set Max photo return Flickr is 300
- Done!
Reply to
Latest articles
-
Outstanding Features of Joomla: Why It's a Top Choice Among Open-Source CMS Platforms
- Joomla
- WordPress
-
Youtube Module Documentation
- Youtube
- Documentation
-
JLex Transfer Documentation
- Documentation
- JLex Transfer
-
YouTube Video Categories List
- Youtube
-
JLex Comment Documentation
- JLex Comment
- Documentation
-
Tips to have an effective design for your Joomla E-commerce Website
- Joomla
- Web design
-
Why ratings and reviews are important for your website
- Joomla
- JLex Review