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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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