Hello
That is new small idea
Open template: showthread_similarthreadbit and Replace with:
HTML Code:
<tr>
<td class="alt1" align="$stylevar[left]"><if condition="$simthread['issubscribed']"><img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="" title="$vbphrase[you_are_subscribed_to_this_thread]" /> </if><span class="smallfont"><a class=SectionHeadlines onmouseover="this.className ='SectionHeadlinesGray';return setIntervalDelay($simthread[threadid],1)" onmouseout="this.className='SectionHeadlines';return setIntervalDelay($simthread[threadid],0)" href="showthread.php?$session[sessionurl]t=$simthread[threadid]">$simthread[title]</a></span></td>
<td class="alt2" nowrap="nowrap"><span class="smallfont">$simthread[postusername]</span></td>
<td class="alt1" nowrap="nowrap"><span class="smallfont">$simthread[forumtitle]</span></td>
<td class="alt2" align="center"><span class="smallfont">$simthread[replycount]</span></td>
<td class="alt1" align="$stylevar[right]"><span class="smallfont">$simthread[lastreplydate] <span class="time">$simthread[lastreplytime]</span></span></td>
</tr>
<if condition="$show['member']">
<tr>
<td class="tcat" colspan="5" id=abstract$simthread[threadid] style="DISPLAY: none"><span class="smallfont">$simthread[preview]</span>
</td>
</tr>
</if>
Regards