Quote:
Originally Posted by Spin Doctor
still need help on this, i cant use my shoutbox untill someone helps me 
|
edit template forumhome_vbshout_archive_shout
find:
Code:
<if condition="$bbuserinfo[userid] == $Shout[s_by] OR can_moderate()">
<span style='float:right'>
[<a href='#' onclick='return Shout.Edit({$Shout['sid']})'>Edit</a> | <a href='#' onclick='return Shout.Delete({$Shout['sid']})'>Delete</a>]
</span>
</if>
Replace with:
Code:
<if condition="$bbuserinfo[usergroupid] == 5 OR $bbuserinfo[usergroupid] == 6">
<span style='float:right'>
[<a href='#' onclick='return Shout.Edit({$Shout['sid']})'>Edit</a> | <a href='#' onclick='return Shout.Delete({$Shout['sid']})'>Delete</a>]
</span>
</if>
thats for Super Mods and Admins to edit shouts