The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
allow super moderators to send PM too
Hi,
some user disabled getting PM from other users so only admins can to this. Now I would like to enable this for a certain user group too, but there's no option. |
#2
|
|||
|
|||
One thing you might do is this: create a new plugin using hook location pmdata_start and this code:
Code:
if (is_member_of($registry->userinfo, 5)) { $this->overridequota = true; } but I should mention that this would allow a supermoderator to send PMs in other cases where they would otherwise be denied, not just in the case where the recipient has turned off PMs. (I think they would have the same PM sending abilities as admins). |
2 благодарности(ей) от: | ||
New Joe, yjeanrenaud |
#3
|
|||
|
|||
great, thanks!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|