1. Modify the forumhome_forumbit_level1_nopost, and add a
PHP Code:
<td style="text-align: right;">$advertisement</td>
and add some code to your index.php, like
PHP Code:
if ($forum['forumid']==1)
{
$advertisement="<img src=\"images/advertisement01.jpg\" />";
}
right before
PHP Code:
eval("\$forumbits .= \"".gettemplate("forumhome_forumbit_level$depth$tempext")."\";");
2. Have you tried searching? I've found
https://vborg.vbsupport.ru/showthrea...t=%2Arecen%2A, and although it scrolls the threads, you could just remove the <marquee> tags.