Quote:
Originally Posted by Stoebi
Hi
The threadstarter can now ban/unban users from his thread. Threadstarters can't use "view all thread bans" and "clear all threads bans".
|
I'd like to use this, but restrict it by usergroup (paid subscribers). Is it simply a matter of changing this
PHP Code:
if (!$show['btu_canban'] AND !is_first_poster($threadid))
to
PHP Code:
if (!$show['btu_canban'] AND !is_first_poster($threadid) AND !is_member_of($bbuserinfo, x))
where x is the usegroup I want to give permission to?