Mass email only active users ?

Makes it posble for admin to specify witch type of users may mass PM any usergroup
Also PM users can be a list of usernames, so PM can be sendt to any number of users

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

Should this be included in the mod, or should it stay as it is ?

yes, include this
15
48%
no, do not include this
2
6%
both, let the user deside when mass PM is sendt
14
45%
 
Total votes : 31

Mass email only active users ?

Postby Niels on Wed 27. Nov, 2002 11:41

here are what you ned to do, if you only wish to send mass PM to active users

in file groupmsg.php
Code: Select all
[FIND]
WHERE u.user_allow_mass_pm > 1

[REPLACE WITH]
WHERE u.user_active and u.user_allow_mass_pm > 1

[FIND]
WHERE user_allow_mass_pm > 1

[REPLACE WITH]
WHERE user_active and user_allow_mass_pm > 1
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Return to Custom mass PM [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron