How to remove 'X albums on X page(s)' How to remove 'X albums on X page(s)'
 

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

How to remove 'X albums on X page(s)'

Started by -TRshady-, December 25, 2005, 02:13:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

-TRshady-

First off, Merry Christmas to everyone involved in the Coppermine Gallery Project!

Simple question, how do I remove: X albums on X page(s) that appears under each category on the main page?

Cheers  :)


-TRshady-

Thanks GauGau, you linked me to:
"You can remove the gallery stats (4331 files in 178 albums and 11 categories with 59 comments viewed 15039 times)"

but I'm after removing just the bold black text that appears under each category on my gallery: http://www.shadygallery.com/
4 pages on 1 album(s) for example

Thanks!

donnoman

If I understand exactly what your trying to remove; try this:
copy function theme_display_album_list_cat to your theme.php from sample's theme.php.

find

    $theme_alb_list_tab_tmpl['left_text'] = strtr($theme_alb_list_tab_tmpl['left_text'], array('{LEFT_TEXT}' => $lang_album_list
['album_on_page']));


replace with

    $theme_alb_list_tab_tmpl['left_text'] = '';

-TRshady-

Thanks a lot Donnoman! Always very helpful  ;D