force users to receive a mass PM ?

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 !

force users to receive a mass PM ?

Postby magic-ice on Fri 18. Feb, 2005 23:38

Hello

how "force" users to receive a mass PM in insciption?


tx :wink:
magic-ice
Poster
Poster
 
Posts: 2
Joined: Fri 18. Feb, 2005 23:35

Postby Beeveer on Sat 19. Feb, 2005 11:24

I can remember an option in the Adminstration Panel, but I'm not sure about it...
User avatar
Beeveer
brilliant supporter
 
Posts: 264
Joined: Tue 30. Nov, 2004 19:13
Location: Boskoop, South-Holland, the Netherlands

Postby magic-ice on Sat 19. Feb, 2005 17:37

na sorry :(

not option in the Adminstration Panel :cry:
magic-ice
Poster
Poster
 
Posts: 2
Joined: Fri 18. Feb, 2005 23:35

Postby Patrick Brown on Tue 22. Feb, 2005 10:30

Try deleting the relevant table from the DB and then add it back but with the default set to receive mass PM.
Patrick Brown
Poster
Poster
 
Posts: 1
Joined: Tue 30. Dec, 2003 17:24

Postby corny on Tue 22. Feb, 2005 11:54

Patrick Brown wrote:Try deleting the relevant table from the DB and then add it back but with the default set to receive mass PM.


Wow, that's a great tip :twisted:

If you do this, you will lose all your users.

If this mod is installed correctly, there is an entry in includes/usercp_register.php (in my case at line 1078):

Code: Select all
// Who can disable receiving mass PM ?
// Set 'A' for Admins, 'M' for admins+Mods or 'U' for all Users
//
$can_disable_mass_pm = 'A';


By setting this variable to A or M, the option to enable or disable the mass-pm in the profile is not shown to regular users.

To force users to enable mass pm and currently have disabled mass pm, run the following sql query:

Code: Select all
UPDATE `phpbb_users` SET `user_allow_mass_pm` = '2' WHERE `user_allow_mass_pm` = 0;
Regards,
Cornelis
corny
Poster
Poster
 
Posts: 20
Joined: Tue 29. Jun, 2004 14:53


Return to Custom mass PM [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron