Okiewan
1st March 2004, 04:16 PM
I'd like to be able to assign different headers per forum, ie; a different header template possibility for each forum.
Any ideas on the best way to accomplish this?
BTW: Different styles per forum isn't an option, I'd have to make 50 or so styles.
Using this:
<img src="http://www.myforum.com/images/<if condition="$forumid == 3">bannerurl.
It's easy to specify a banner (for example) to a specific forum, but what would that conditional look like to address several forums. Th idea:
image if forum id=X, otherwise default, or
image if forum id=XX, otherwise default, or...
and so on.
Any ideas on the best way to accomplish this?
BTW: Different styles per forum isn't an option, I'd have to make 50 or so styles.
Using this:
<img src="http://www.myforum.com/images/<if condition="$forumid == 3">bannerurl.
It's easy to specify a banner (for example) to a specific forum, but what would that conditional look like to address several forums. Th idea:
image if forum id=X, otherwise default, or
image if forum id=XX, otherwise default, or...
and so on.