Hmmmm.... Gary for some reason this isn't working for me. I did everything you said - and no ad show up...
This is what the code at index.php looks like -
if ($forum['forumid']==1)
{
$advertisement="<img src=\"/forums/images_new/ad01.gif\" />";
}
if ($forum['forumid']==2)
{
$advertisement="<img src=\"/forums/images_new/ad01.gif\" />";
}
if ($forum['forumid']==3)
{
$advertisement="<img src=\"/forums/images_new/ad11.gif\" />";
}
if ($forum['forumid']==4)
{
$advertisement="<img src=\"/forums/images_new/ad11.gif\" />";
}
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$te mpext")."\";");
---------------------------------------------------------------
I also changed the forumhome_forumbit_level1_nopost template exactly like you told me.
Nothing shows up - not even a red X (of course I have the images uploaded at that URL).
------------------------------------------------------------
In case you wish to see this for yourself you need to login as -
username - addelle password - review
As all of the above is only in my new design (I have changed the template in the new design only) and that user is set to see the new design (no posting or any other privelages

)