Quote:
Originally Posted by Okiewan
I allow 2 of my usergroups to delete their posts... they can delete their posts, but I assume the "manage" ability isn't there (that would be the best scenario).
Any way to limit this (icon visible) to Admins/Supermods only?
|
Add the following above the new code in postbit template:
PHP Code:
<if condition="$bbuserinfo['usergroupid'] == 5 or $bbuserinfo['usergroupid'] == 6">
and then </if> at the end of the newly added code in postbit template.
Done!