How to display stats on top of cat list? How to display stats on top of cat 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

How to display stats on top of cat list?

Started by DefenceTalk.com, October 23, 2003, 05:49:38 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DefenceTalk.com

Hey...

I would like to display this:

Quote1046 pictures in 167 albums and 49 categories with 14 comments viewed 22958 times

http://www.defencetalk.com/pictures

On top of very top right below the menu/admin menu - How can i do it? I tried playing with config but... :( didn't do much good!!!

Thank u
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.defencetalk.com%2Fpictures%2Fsignature_cpg.php&hash=c0098ed5314d39beb9e8799c7c8787a9a0353b45)

jasendorf

see if changing line 145 in index.php from:

 if ($cat == 0) {


to

 if (0 == 0) {


does the trick for you.
Read the Online DOCs,FAQ, and SEARCH the board BEFORE posting questions for help.

DefenceTalk.com

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.defencetalk.com%2Fpictures%2Fsignature_cpg.php&hash=c0098ed5314d39beb9e8799c7c8787a9a0353b45)

jasendorf

hmmm... worked for me...

OHHHHH... I thought you wanted it on every page...  oooops.  you wanted it on the "very" not "every".... sorry about that.

Well, that place I showed you is where that piece is created (it's called stat1 I think)...
Read the Online DOCs,FAQ, and SEARCH the board BEFORE posting questions for help.

DefenceTalk.com

I wonder, if i can could use anycontent.php to display the stats on top of the categories instead of bottom? :?
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.defencetalk.com%2Fpictures%2Fsignature_cpg.php&hash=c0098ed5314d39beb9e8799c7c8787a9a0353b45)

DefenceTalk.com

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.defencetalk.com%2Fpictures%2Fsignature_cpg.php&hash=c0098ed5314d39beb9e8799c7c8787a9a0353b45)