Problem...

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 !

Problem...

Postby BlazedTrigun on Thu 25. Aug, 2005 23:46

Code: Select all
#
#-----[ OPEN ]------------------------------------------------
#
privmsg.php

#
#-----[ FIND ]------------------------------------------------
#
$to_username = $HTTP_POST_VARS['username'];

Doesnt exist... neither does
most of the stuff in privmsg... Its not easymod compatible as its not correct..
BlazedTrigun
Poster
Poster
 
Posts: 2
Joined: Thu 18. Aug, 2005 03:24
Location: My Mind

Postby MR on Mon 05. Sep, 2005 20:39

Hi ! This version is compatible with phpBB with phpBB 2.0.17
=> http://forums.phpbb-fr.com/viewtopic_42720.html
MR
Poster
Poster
 
Posts: 2
Joined: Sun 12. Dec, 2004 18:38

Postby brustverein on Wed 07. Sep, 2005 12:29

I replaced this part:
#
#-----[ OPEN ]------------------------------------------------
#
privmsg.php

#
#-----[ FIND ]------------------------------------------------
#
$to_username = phpbb_clean_username($HTTP_POST_VARS['username']);

#
#-----[ REPLACE WITH ]----------------------------------------
#

// Start replacement - Custom mass PM MOD
$to_username_array = explode (";", $HTTP_POST_VARS['username']);
sort ($to_username_array);
foreach ($to_username_array as $name) $to_usernames .= "'".htmlspecialchars(trim($name))."',";
$to_usernames[strlen($to_usernames)-1]=" ";
// End replacement - Custom mass PM MOD


That ssems to work and EasyMod goes through
brustverein
Poster
Poster
 
Posts: 1
Joined: Tue 12. Jul, 2005 10:47
Location: Hamburg, Germany

Postby Social Deviant on Wed 05. Oct, 2005 11:14

MR wrote:Hi ! This version is compatible with phpBB with phpBB 2.0.17
=> http://forums.phpbb-fr.com/viewtopic_42720.html


Thanks!! This is what I was looking for!
Social Deviant
Poster
Poster
 
Posts: 1
Joined: Wed 05. Oct, 2005 09:00

Postby Jim_UK on Wed 05. Oct, 2005 21:50

That is version 1.4.6
There is version 1.4.7 at phpbbhacks.com
http://www.phpbbhacks.com/download/879

Jim
Jim_UK
Poster
Poster
 
Posts: 3
Joined: Tue 04. Oct, 2005 20:02


Return to Custom mass PM [2.0.6/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron