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
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
QuoteEdit 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