- Code: Select all
##############################################################
## MOD Title: Custom mass PM
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: #1 Add mass PM functionnality to group members
## (or all forums members) for authorized users.
## #2 Add the possibility for all users to send ordinary
## PM to multiple users (usernames separated by a semi-colon)
## MOD Version: 1.4.6
## MOD Compatibility: 2.0.6 (prior release not tested)
##
## Installation Level: Intermediate
## Installation Time: 20 Minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 12
## privmsg.php
## admin/admin_groups.php
## includes/emailer.php
## includes/functions_validate.php
## includes/usercp_avatar.php
## includes/usercp_register.php
## templates/subSilver/posting_body.tpl
## templates/subSilver/privmsgs_body.tpl
## templates/subSilver/profile_add_body.tpl
## templates/subSilver/search_username.tpl
## templates/subSilver/subSilver.cfg
## templates/subSilver/admin/group_edit_body.tpl
##
## Included Files: 5
## groupmsgs.php
## language/lang_english/lang_mass_pm.php
## language/lang_french/lang_mass_pm.php
## language/lang_italian/lang_mass_pm.php
## language/lang_spanish/lang_mass_pm.php
##
##############################################################
This mod will make it posible to send out PM to several users in one PM
The mod gives 2 options:
1 list of users different users sepperated by simicolon
2 mass PM a usergroup
If mass PM a usergroup is used, admin can select per usergroup who may mass PM the usergroup
in this case the options are:
ADMIN only
Group MOD+ADMIN only
Memeber only
Reg user only
All


