Quote:
Originally Posted by *arie
cool.
any way to limit the view only to admins?
|
in the template showthread, this:
Quote:
<if condition="$+++++ad">
<table cellpadding="10" cellspacing="0" border="1" width="100%">
<tr valign="top">
<td class="alt1">Users that have seen this thread: <b>$+++++ad</b></td></tr></table><br/>
</if>
|
replace it white:
Quote:
<if condition="$+++++ad and $bbuserinfo[usergroupid]==6">
<table cellpadding="10" cellspacing="0" border="1" width="100%">
<tr valign="top">
<td class="alt1">Users that have seen this thread: <b>$+++++ad</b></td></tr></table><br/>
</if>
|
Then only admins would be able to view it
those '+' are a w h o r e a d, seems that the forum is censoring it.