forum.coppermine-gallery.net

Support => Older/other versions => cpg1.1.X Support (standalone) => Topic started by: thebign on October 02, 2003, 07:52:45 pm

Title: Content of category page
Post by: thebign on October 02, 2003, 07:52:45 pm
Hi

The content of the main page you can change to whatever you like to want to be seen on the mainpage: catlist/alblist/lastup,1/random,1

But is it possible to leave this out when you enter a category?

Best regards
Title: Re: Content of category page
Post by: Tarique Sani on October 03, 2003, 03:55:58 am
Quote from: "thebign"
Hi

The content of the main page you can change to whatever you like to want to be seen on the mainpage: catlist/alblist/lastup,1/random,1

But is it possible to leave this out when you enter a category?


Edit the index.php - scroll to the bottom where all the meta - albums are handled and add

if ($cat==0){

around the calls

If you can't understand what I am talking above  - it is best you dont do it :D
Title: Re: Content of category page
Post by: thebign on October 03, 2003, 07:02:38 am
Quote
Edit the index.php - scroll to the bottom where all the meta - albums are handled and add

if ($cat==0){

around the calls

If you can't understand what I am talking above  - it is best you dont do it :D


Thanks for your help

But I do not know where and how to place the code.

Please show me