View Single Post
  #9  
Old 04-23-2008, 05:43 PM
Morgan's Avatar
Morgan Morgan is offline
Head Plog
Admin
 
Join Date: Dec 2005
Posts: 5,324
Gallery: 10
Comments: 25
Default

The following query is in the PhotoPlog Forum Home Thumbs plugin located at the forumhome_complete hook:
Code:
Content visible to registered users only.
If you removed the line in bold red, and have no files in moderation, then at most five random thumbnails are retrieved and set into the $photoplog_forumhome variable. That query is all that controls how many random thumbnails are retrieved. If you want more than five thumbnails, change 5 to whatever positive integer you prefer. If you are using some type of caching modification, you might check to see whether it is caching old results.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote