Yes, notify by email

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 !

Yes, notify by email

Postby mrlayance on Mon 17. Feb, 2003 08:50

The default is yes, but how would I enable "Yes, notify by email" for everyone is the "everyone" group that I made?
mrlayance
Poster
Poster
 
Posts: 10
Joined: Mon 17. Feb, 2003 06:39

Postby mrlayance on Tue 18. Feb, 2003 05:05

I came up with a temp solution.
Run this for mysql

update phpbb_users set user_allow_mass_pm='4' where user_allow_mass_pm='2'
mrlayance
Poster
Poster
 
Posts: 10
Joined: Mon 17. Feb, 2003 06:39

Postby Niels on Thu 27. Feb, 2003 14:56

true, this will change the users selection

to make new users selection become 4 instead of 2, find this in usercp_register.php

Code: Select all
$allow_mass_pm = ( isset($HTTP_POST_VARS['allow_mass_pm']) ) ? intval ($HTTP_POST_VARS['allow_mass_pm']) : 2;


change the value 2, to 4 aswell
User avatar
Niels
Poster
Poster
 
Posts: 4390
Joined: Sat 27. Jul, 2002 15:46

Postby @ndre on Fri 06. Feb, 2004 22:49

Is this the thing to do when you want the whole forum to set to "yes"?

I just send a mass pm to 250 people and only 4 got a email. I want 250 emails to be send. How do i change this.

The last option here is only for new members right?

Hope you can help.
@ndre
Poster
Poster
 
Posts: 3
Joined: Fri 03. Jan, 2003 15:55

Postby Niels on Sat 07. Feb, 2004 02:57

to change all your pressent users "mass PM selection" you may run the SQL posted by mrlayance

and at the same time, change new users default selection, as I had described
(if a how-to is EM ready, it will mostly be bullet prof, since a machine is more picky than a human. :D)
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