Just try searching for
Code:
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse
and get rid of any of that. For instance:
Code:
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
And then below that is some code inside of a tbody tag that will look like:
Code:
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
Get rid of that and its end tag.