upload the new plugin
then use the new code below
Code:
<if condition="THIS_SCRIPT == 'forumdisplay'"><if condition="$vboptions[endislastx]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('developer')"><img id="collapseimg_developer" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_developer].gif" alt="" border="0" /></a>
<img border="0" src="$stylevar[imgdir_misc]/subscribed_event.gif"> $vbphrase[ltff]$forumnamedevel
</td>
</tr>
</thead>
<tbody id="collapseobj_developer" style="$vbcollapse[collapseobj_developer]">
<tr>
<td class="alt1">
<table width='100%' cellspacing="0" border="0">
<tr>
<if condition="$vboptions[endislastx1]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel1</td></if>
<if condition="$vboptions[endislastx2]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel2</td></if>
<if condition="$vboptions[endislastx3]"><td width="33%" align="left"><img border="0" src="$stylevar[imgdir_misc]/sticky.gif"> $vbphrase[ltfff]$forumnamedevel3</td></if>
</tr>
<tr>
<if condition="$vboptions[endislastx1]"><td width="33%" align="left">$lastxdevelt1</td></if>
<if condition="$vboptions[endislastx2]"><td width="33%" align="left">$lastxdevelt2</td></if>
<if condition="$vboptions[endislastx3]"><td width="33%" align="left">$lastxdevelt3</td></if>
</tr>
</table>
</td>
</tr>
</tbody>
</table><br></if></if>