2015-11-16, 05:45 PM
I'd like to disallow a user to create threads. Same as the MyBB system, but user based in stead of group based.
I'm using a custom profile field to do so, but I'm unable to figure out what variable I have to set to accomplish this.
I tried to set $mybb->usergroup['canpostthreads'] = 0; but the publish button is still there What variable allows to remove this permission?
I'm using a custom profile field to do so, but I'm unable to figure out what variable I have to set to accomplish this.
I tried to set $mybb->usergroup['canpostthreads'] = 0; but the publish button is still there What variable allows to remove this permission?