Disable PMs for single user(s)
This modification is in the archives.
Ever wanted to disable the PMs for 1 or 2 users without having to create a new usergroup for them?
Then this hack is for you! 1) Go to ACP and turn off PM reception for the user(s) causing trouble. 2) Then put the following code (replace X, Y and Z with the userids) in template phpinclude_start to make sure they won't turn it back on again: PHP Code:
if (in_array($bbuserinfo['userid'], array(X, Y, Z)))
This was developed and tested with 3.0.6, but should work with all 3.0.X-Versions. Download This modification is archived and cannot be downloaded. |