MobileHacks
New Member
This product allowed you to control the private message & prevent members to send private messages to others.
The product depend on usergroupid
The hock loction for this product : private_newpm_start
The Plugin PHP Code use in this product
How to install
Upload the product
Import the product
The product depend on usergroupid
PHP:
$vbulletin->userinfo['usergroupid']
The Plugin PHP Code use in this product
PHP:
$prvnt_group = $vbulletin->userinfo['usergroupid'] ;
if($prvnt_group == 2 or $prvnt_group == 3)
{
standard_error('sorry you dont have permission to send private message '.','.'for any clarification please contact the<a href="sendmessage.php"> administrator</a>');
}
PHP:
control panel/Plugins & Products/manager Products/[Add/Import Product]
Import the product