Quote:
Originally Posted by drumsy
Also, please hurry up and figure out how I can change permissions so those who I specify cannot see the Warn User link!!!
|
you can replace
Code:
<a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[musername]</a> ? <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[musername]'s Warnings</a>
<if condition="$show['postcount']">? #<a
with
Code:
<if condition="$bbuserinfo['usergroupid'] == '6'"><a href='Warn.php?do=WarnUser&id=$post[userid]&post=$post[postid]'>Warn $post[musername]</a> ? <a href='Warn.php?do=ViewWarnings&id=$post[userid]'>View $post[musername]'s Warnings</a> ?</if>
<if condition="$show['postcount']"> #<a