![]() |
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! |
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 |
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?
|
Quote:
|
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)) Changed Code:
<vb:if condition="$show['pmlink']"> Code:
<vb:if condition="$show['pmlink'] OR is_member_of($bbuserinfo, 5)"> |
All times are GMT. The time now is 10:28 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|