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
13 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!
13 years ago
Thank you. it works!
Reply to
Product Changelogs
JLex Transfer
1.6.6
^ Added a "resume migration" feature for cases of interruption.
^ Added advanced options for the category.
# Improve user interface
# Optimize the data importing.
# Fixed known issues
^ Added advanced options for the category.
# Improve user interface
# Optimize the data importing.
# Fixed known issues
JLex Review
6.5.1
^ Bridging feature. See its documentation for details.
^ Option resize image if too large.
# Fixed route issue.
# Fixed known bugs.
^ Option resize image if too large.
# Fixed route issue.
# Fixed known bugs.
JLex Comment
3.7.3
^ The option to accept the Terms & Conditions once
^ The option allows you to edit comments within X minutes.
^ Viewport - Optimize page loading speed.
^ "Roles" are now available to guests.
^ Added options to adjust image quality.
# Fixed the issue of not receiving notifications.
# Fixed the bugs reported on Pagespeed.
^ The option allows you to edit comments within X minutes.
^ Viewport - Optimize page loading speed.
^ "Roles" are now available to guests.
^ Added options to adjust image quality.
# Fixed the issue of not receiving notifications.
# Fixed the bugs reported on Pagespeed.
JLex GuestBook
2.1.2
# Fixed login with Facebook and retrieved a user's profile picture.
# Improve layout and assets.
# Fixed known bugs.
# Improve layout and assets.
# Fixed known bugs.
JLex Comment
3.6.7
^ Option to load script location (Head or Body Tag).
# Improve data structure.
# Fix known bugs.
# Improve data structure.
# Fix known bugs.
JLex Review
6.4.7
# Fixed login with Facebook.
# Fixed the issue of being unable to retrieve a user's profile picture on Facebook.
# Fixed known bugs.
# Fixed the issue of being unable to retrieve a user's profile picture on Facebook.
# Fixed known bugs.
JLex Comment
3.6.1
^ Integrate the Finder (Smart search) plugin.
# Fixed login with Facebook.
# Fixed the issue of being unable to retrieve a user's profile picture on Facebook.
# Fixed a bug related to editing comments in the front-end.
# Fixed bug "Jump to comment is broken".
# Improved the data structure.
# Fixed login with Facebook.
# Fixed the issue of being unable to retrieve a user's profile picture on Facebook.
# Fixed a bug related to editing comments in the front-end.
# Fixed bug "Jump to comment is broken".
# Improved the data structure.