
01-13-2005, 02:40 AM
|
 |
|
|
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Mitsuaki
I figured a way to do it using the template mod.... still working on the file mod for it
In showthread template find:
Replace with:
Code:
<if condition="$thread['open']">$quickreply
<else />
<if condition="$bbuserinfo[usergroupid]== '6'">$quickreply</if>
</if>
'6' is the usergroup ID for Admins... Yours may be different lol
|
*****clicks update******
|