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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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 1 Guest 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