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
12 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!

12 years ago
Thank you. it works!
Reply to
Product Changelogs
Product Changelogs
JLex Transfer
1.3.7
^ Support dark mode in the backend.
# Fixed bug when importing user list.
# Fixed bug when importing user list.
JLex Comment
3.4.8
^ hCaptcha integration.
^ Read-only mode.
^ Hide all comments of entry.
^ Dark mode for admin.
# Improved default theme.
^ Read-only mode.
^ Hide all comments of entry.
^ Dark mode for admin.
# Improved default theme.
JLex Block
6.0.3
# Important: Upgrade required to be compatible with Joomla 5 (B/C plugin).
# Fixed conflicts with system plugins.
# Fixed conflicts with system plugins.
JLex Attachments
1.4.4
^ Drag & drop file to upload
^ Sortable file list
^ Sortable file list
JLex Review
6.2.3
^ Support dark mode on the backend.
# Updated all themes.
# Works without B/C plugin.
# Updated all themes.
# Works without B/C plugin.
JLex Comment
3.4.2
# Fixed page scrolling when clicking on links.
# Improved link tag.
# Fixed avatar for Gravatar and CB.
# Improved link tag.
# Fixed avatar for Gravatar and CB.
Youtube Feed Pro
5.9.7
# Fixed the issue of not being able to get data from YouTube or data loading time being too long.