The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Allow Super Mods to PM members without PM abilities?
By default, new members on our forum cannot use the PM system. However, they can receive PMs from Admins.
How can we also allow Super Mods to send PM to members without PM abilities? Thanks! |
#2
|
||||
|
||||
Pretty sure you want something like this, that allows restricted users to PM by usergroup, you can make it admins, Smods, mods, etc.
https://vborg.vbsupport.ru/showthread.php?t=233979 |
#3
|
||||
|
||||
Thanks Max! I have automatic promotion setup to allow PMs based on post count & registration time, but what I'm looking for is a way to let Super Moderators PM new members (who have no PM abilities). By default, it seems that only admins can do this?
|
#4
|
||||
|
||||
I don't know about that I only know the Mod I linked makes what you're doing superfluous and allows anyone you designate to send and receive PMs from the restricted group(s).
|
#5
|
||||
|
||||
Thanks for your help, Max! Unfortunately we needed several more options than post count in order to allow PMs.
This hook in pmdata_start did the trick: Code:
if (is_member_of($registry->userinfo, 5)) { $this->overridequota = true; } Changed Code:
<vb:if condition="$show['pmlink']"> Code:
<vb:if condition="$show['pmlink'] OR is_member_of($bbuserinfo, 5)"> |
2 благодарности(ей) от: | ||
Max Taxable, tbworld |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|