Do you have problem with the autotemplate edit and you still see the old descriptions?
Go in the forumhome_forumbit_level2_post template, delete this:
Code:
{vb:raw forum.description}
Then replace this
Code:
{vb:raw forum.title}
With this code
Code:
<h2 class="forumtitle">
<div id="scanudesc">
<a <vb:if condition="$show['forumdescription']">title="<div id='container'><div id='scanu'>{vb:raw forum.description}</div><span class='arrow'></span></div>"</vb:if> href="{vb:link forum, {vb:raw forum}}">{vb:raw forum.title}</a>
</div>
</h2>
Now you're done if you are still having problems reply to this thread