how can i limit the "toprated" page ... i want to display only 1 page , and not all the pages i have...
toprated is a "meta album", as well as most viewed and last uploaded. It displays as many files as there are. There's no toggle to limit it. If you need a limit, you have to code it in (but it doesn't make sense).
maybee you can help me with the code... or something , my website is , Http://katana.110mb.com , you can find there page with top rated pics... and you will understand why i need this function , maybee you can help!
Thanks anyway !
Change this line in include/functions.inc.php
theme_display_thumbnails($thumb_list, $thumb_count, $album_name, $album, $cat, $page, $total_pages, is_numeric($album), $display_tabs);
to
theme_display_thumbnails($thumb_list, $thumb_count, $album_name, $album, $cat, $page, $total_pages, is_numeric($album), $album == 'toprated' ? false : $display_tabs);
thank you very much! i wish i could buy you some beer :)
Oh, you actually can - see We need your help (http://forum.coppermine-gallery.net/index.php?topic=14227.0)
if i'l find some way that i can help i will ! thanks anyway