How do Custom Mass PMs work?
The Mass PM function allows PMs to be sent to group members (or all forums members) for authorized users. It also allows all users to send ordinary PMs to multiple users at once (usernames must be separated by a semi-colon (;)).
- Who can receive Mass PMs?
Administrators can choose to "force" users to receive mass PMs or not. By default, users can choose. If you want to change this, open includes/usercp_register.php.
Find and change the variable value:
//
// Who can disable receiving mass PM ?
// Set 'A' for Admins, 'M' for Admins/SuperMods/Mods, or 'U' for all Users
//
$can_disable_mass_pm = 'U';
|
- Who can send Mass PMs?
You can decide which users can mass PM specific usergroups from Admin -> Usergroups -> Management. You will find an option to set who may mass PM a specific group when editing the Usergroup.
- PM Personalization
It is also posible to "personalize" the PM, use the tag [USERNAME] (capital letters). This will be replaced with the users username. Alternatively you could use the BBCode [username].
|