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

News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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