Quote:
Originally Posted by obmob
Hello, I want to move the similar threads right below my first post, just as similar mods are shown in vb.org... unfortunately, haven't been able to make it work.
I tried to use this in the postbit, but nothing is shown.
Code:
<if condition="!$GLOBALS['FIRSTPOSTID']">$similarthreads</if>
Maybe someone has a clue or an idea how to make this work? 
Thanks
|
are you wanting like this part?
PHP Code:
<thead>
<tr>
<td class="tcat" width="100%" colspan="5">
<a style="float:right" href="#top" onclick="return toggle_collapse('similarthreads')"><img id="collapseimg_similarthreads" src="images/cstyle/blue/buttons/collapse_tcat.gif" alt="" border="0" /></a>
Similar Mod<a name="similarthreads"></a>
</td>
</tr>
</thead>