Quote:
Originally Posted by SnowBot
Do admins see the option and change it?
|
If you want admins to beable to see this option you just need to edit the SHOWTHREAD template and find:
HTML Code:
<if condition="$firstpostinfo[userid] == $bbuserinfo[userid]">
$resolvedlink
</if>
And change to:
HTML Code:
<if condition="$firstpostinfo[userid] == $bbuserinfo[userid] OR $bbuserinfo[usergroupid] == 6">
$resolvedlink
</if>