Back to vBulletin 3.0 Add-Ons

Disable PMs for single user(s)
Mod Version: 1.00, by Andreas

This modification is in the archives.
vB Version: 3.0.7 Rating: (0 vote - 0 average) Installs: 3
Released: 02 Jun 2005 Last Update: Never Downloads: 6
Not Supported  

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(XYZ)))
{
    
$permissions['pmquota'] = 0;
    unset(
$_POST['options']['receivepm']);

Done.

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.


vblts.ru supports vBulletin®, 2022-2024