use stats somewhere else on page use stats somewhere else on page
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

use stats somewhere else on page

Started by ipoe, May 21, 2006, 09:57:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ipoe

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

Stramm


Joachim Müller

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.

ipoe

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