Hide all details in Album List Hide all details in Album List
 

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

Hide all details in Album List

Started by lmf33, November 27, 2013, 06:56:23 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

lmf33

Hi

I searched and could not find anything that
worked except for this link.
http://forum.coppermine-gallery.net/index.php?topic=70498.0

It hid everything except for the file count.

Can someone help? Thanks

I am using the newest version.


ΑndrĂ©

If you want to remove all album information, you don't need to edit core files as described in the referred thread. Instead, copy the section $template_album_list from themes/sample/theme.php to your theme's theme.php file, if it doesn't exist. Then, find
<p class="album_stat">{ALB_INFOS}<br />{ALB_HITS}</p>
and remove it completely.

lmf33