Now it works, i use the forumlist.php und the code from the forumlist template from the vb 3.8 addon and now its all fine.
change the code in the template adv_portal_forumlist with this:
Code:
<tr>
<td class="$bgclass">
<style type="text/css">
#custom {
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#custom ul {
list-style: none;
margin-left: 5px;
margin-bottom: 0px;
padding-left: 1em;
text-indent: -1em;
}
#custom li {
list-style-image: none;
list-style-type: none;
}
#custom li a:active,
#custom li a:visited,
#custom li a:link {
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
}
#custom ul li:before {
}
</style>
$adv_portal_forumlist
</td>
</tr>
and change the forumlist.php in the ordner modules with the attached.