Quote:
10-02-02 at 06:49 PM Logician said this in Post #2
in forumdisplay.php, insert
PHP Code:
if ($forumid==19)
{
eval("\$mycustombanner .= \"".gettemplate('mycustombanner19')."\";");
}
before
PHP Code:
eval("dooutput(\"".gettemplate('forumdisplay')."\");");
Create a new Edit template named "mycustombanner19" and inside it put your banner and design it in HTML.
Then you can use variable $mycustombanner inside forumdisplay template whereever you like.
|
i'd like to be able to do this in 4 of my forums, but only 4.. how would i be able to adapt this updated code for the sponsored by banners?
i'd create 2 specific templates to match the needs of the two sponsors, but not clear on how to specify that i need 1,2,3 to be one template and 4 to be another