The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
problem: email spammers for certain group
problem: email spammers for certain group
i have setup a sellers usergroup so we can easily identify people who are using the board to advertise products/services. no problem until recently some in this usergroup are spamming the members with ads via email. we are using the email form so is there a way to limit access to this email form for this one usergroup. i don't want them to have any access to the email form thanks |
#2
|
|||
|
|||
bump anyone know?
|
#3
|
||||
|
||||
Under your Admin CP turn of Email functions for that user group.
|
#4
|
||||
|
||||
Edit member.php:
Find: -- cut-- // ############################### start mail member ############################### if ($action=="mailform") { include("./global.php"); $userid=verifyid("user",$userid); if (!$bbuserinfo['userid'] or $bbuserinfo['usergroupid']==3) { -- cut-- Replace LAST LINE as -- cut -- if (!$bbuserinfo['userid'] or $bbuserinfo['usergroupid']==3 or $bbuserinfo['usergroupid']==X) { -- cut -- Change X to your Seller Group ID. Enjoy.. Logician |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|