forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: Draiver on July 16, 2004, 01:51:37 am

Title: Most viewed and toprated lists only in main page?
Post by: Draiver on July 16, 2004, 01:51:37 am

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??
Title: Re: Most viewed and toprated lists only in main page?
Post by: Joachim Müller on July 16, 2004, 08:27:16 am
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
Title: Re: Most viewed and toprated lists only in main page?
Post by: Draiver on July 16, 2004, 10:48:20 pm
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?
Title: Re: Most viewed and toprated lists only in main page?
Post by: Joachim Müller on July 17, 2004, 09:55:02 am
post a link to the topic you found...

GauGau
Title: Re: Most viewed and toprated lists only in main page?
Post by: Draiver on July 17, 2004, 12:38:59 pm
http://forum.coppermine-gallery.net/index.php?topic=5434.0

So I guess that " if ($cat!=0) { " should replace with something else...
Title: Re: Most viewed and toprated lists only in main page?
Post by: Joachim Müller on July 17, 2004, 12:47:55 pm
Try
Code: [Select]
            case 'lastup':
               if ($cat==0) {
                display_thumbnails('lastup', $cat, 1, $CONFIG['thumbcols'], max(1, $matches[2]), false);
                flush();
               }
                break;
Title: Re: Most viewed and toprated lists only in main page?
Post by: Draiver on July 17, 2004, 12:57:18 pm
that works! thanks again :)
starting to learn these things  ;)
Title: Re: Most viewed and toprated lists only in main page?
Post by: Joachim Müller on July 17, 2004, 01:17:01 pm
Recommended reading: http://www.php.net/manual/en/language.operators.comparison.php

GauGau
Title: Re: Most viewed and toprated lists only in main page?
Post by: Draiver on July 17, 2004, 01:38:41 pm
that might be useful..have to bookmark..thx