Last uploads :: Top rated links only show pics for album your in Last uploads :: Top rated links only show pics for album your in
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Last uploads :: Top rated links only show pics for album your in

Started by pdiddy8117, August 11, 2007, 06:49:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pdiddy8117

Hello I am using latest version of cp I am not sure if this is a bug but when i am in an album if i click on Last uploads :: Top rated links it only shows me last upload for that album or top rated for that album. I would like those links to always show top rated and last uploads of all albums in gallery. It only shows it this way if i am in home page. i need it like this at all times. Thanks

Sami

It's not a bug , it's expected and normal
but you can change it the way you want by create a custom theme and customizing those button's link
you should copy theme_main_menu() function from themes/sample/theme.php to your template/theme.php just before php end tag (?>) and then remove $cat_l2 from their target reference (_TGT) for those buttons that you don't want behave normal

for example here is the Last uploads link
replace this


'{LASTUP_TGT}' => "thumbnails.php?album=lastup$cat_l2",


with this

'{LASTUP_TGT}' => "thumbnails.php?album=lastup",

‍I don't answer to PM with support question
Please post your issue to related board