[Q] Album stats? [Q] Album stats?
 

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

[Q] Album stats?

Started by N2GetherNow, June 09, 2013, 09:13:18 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

N2GetherNow

Hello guys,
how can i move <p class="album_stat"> under the album thumbnail? It's on the right side atm...

Αndré

#1
Copy the blocks $template_album_list and/or $template_album_list_cat (depends on your gallery setup which you actually needs, in case of doubt: add both) from themes/sample/theme.php to your theme's theme.php file, it they don't exist. Then, find
<p class="album_stat">{ALB_INFOS}<br />{ALB_HITS}</p>
and move it to your desired location in both blocks.