hello all,
maybe my topic is a bit confusing but i can't find the right description for my question ;)
i want to move the {GALLERY} stats, looks like this:
xxx files in yyy albums and zzz categories with 999 comments viewed 888 times
on another location (banner) on my coppermine site. so i found index.php where are a lot of queries and also the ./lang/english.php where the translation is - but which files generates the {GALLERY} content? template.html shows only:
<tr>
<td align="center" valign="top">
{ADMIN_MENU}
{GALLERY}
<div style="text-align:center;">
<div>
thank you for your help, as you can see i'm a newbe but I'm working hard ;-)
iPoe
disable statistics and use the anycontent block
http://forum.coppermine-gallery.net/index.php?topic=28402.msg131618#msg131618
The {GALLERY} token is a placeholder for the whole page content, not only for the statistics. You're looking at the wrong section of the code. There's a whole sub-board dedicated to mods that deal with statistics (http://forum.coppermine-gallery.net/index.php?board=79.0).
hello,
QuoteThe {GALLERY} token is a placeholder for the whole page content
yes, i know and want to put the stats (which are on bottom of category view) to some other place on my side, maybe i can play around with anycontent.php mentioned by stramm (thank you)!!
iPoe