Hello
If you don't want
Unregistered / Not Logged In viewing this
preview, just do that:
Replace this:
Code:
</tr>
<tr>
<td class="alt2" colspan="6" id=abstract$thread[threadid] style="DISPLAY: none"><span class="smallfont">$thread[preview]</span>
</td>
</tr>
with:
Code:
<if condition="$show['member']">
<tr>
<td class="alt2" colspan="6" id=abstract$thread[threadid] style="DISPLAY: none"><span class="smallfont">$thread[preview]</span>
</td>
</tr>
</if>
Done!