Most viewed and toprated lists only in main page? Most viewed and toprated lists only in main page?
 

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

Most viewed and toprated lists only in main page?

Started by Draiver, July 16, 2004, 01:51:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Draiver


I've configured to show those too lists, but now it shows those lists in all categories as well...Is there a way to get them showed only in the main page??

Joachim Müller

out-of-the-box: no!
I remember someone has coded a hack that will do what you request for cpg1.2.1, might work with cpg1.3.x as well. Please search the cpg1.2 support board and the mods baord as well, as I can't remember the actual thread.

GauGau

Draiver

I found help how to show those everywhere except in main page...but not how to get them showed only in main page and not elsewhere...
Or then I didn't just find the right topic...so..can anyone find it or know how to solve this?

Joachim Müller


Draiver


Joachim Müller

Try            case 'lastup':
               if ($cat==0) {
                display_thumbnails('lastup', $cat, 1, $CONFIG['thumbcols'], max(1, $matches[2]), false);
                flush();
               }
                break;

Draiver

that works! thanks again :)
starting to learn these things  ;)

Joachim Müller


Draiver