I've done 4 installs of the script and all have the same problem (if it is a problem) The 1st page AREA doesnt show up as Main or anything unless their is a category created. I do not wish to have any categories so this is a problem for me. Is there a way to avoid this but still have the 1st page AREA show up as Main?
This happens on fresh installs with no mods to the templates or any of the php files.
yea I am referring to the main.tpl or main page of the site. I noticed that in order for the <IF {AREA} contains Main> condition to work I need to add a category first, otherwise {AREA} is blank
{AREA} is supposed to be blank on the front page. I'm not sure why you'd be using that conditional. If you're looking to do something in the wrapper that applies to only one template, use {TID}... <IF {TID} contains main.tpl>
Comments on Main page
Usergroup: Customer
Joined: Jan 13, 2005
Total Topics: 23
Total Comments: 50
I've done 4 installs of the script and all have the same problem (if it is a problem) The 1st page AREA doesnt show up as Main or anything unless their is a category created. I do not wish to have any categories so this is a problem for me. Is there a way to avoid this but still have the 1st page AREA show up as Main?
This happens on fresh installs with no mods to the templates or any of the php files.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
What do you mean by "1st page AREA"? The title bar or something? That's the only thing I can think of that says "Main".
Usergroup: Customer
Joined: Jan 13, 2005
Total Topics: 23
Total Comments: 50
yea I am referring to the main.tpl or main page of the site. I noticed that in order for the <IF {AREA} contains Main> condition to work I need to add a category first, otherwise {AREA} is blank
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
{AREA} is supposed to be blank on the front page. I'm not sure why you'd be using that conditional. If you're looking to do something in the wrapper that applies to only one template, use {TID}... <IF {TID} contains main.tpl>
Usergroup: Customer
Joined: Jan 13, 2005
Total Topics: 23
Total Comments: 50
Thanks
I didn't think about using that