This mod, will add the ability to make "newsletters" and other customised mass emails, status is showen while sending mass email
It will also be posible to grant other users permissions to send mass email to a specific usergroup
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 !
by grochenel on Sat 17. Sep, 2005 10:26
Hi,
I'm sorry for my english but i'm french..
I have a problem with this mod....
Normaly i have to find
- Code: Select all
$to_username = $HTTP_POST_VARS['username'];
and change by
- Code: Select all
// 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
But i not find this...
I have phpbb 2.0.17
Thank
-
grochenel
- Poster

-
- Posts: 3
- Joined: Mon 06. Oct, 2003 06:19
by Beeveer on Mon 19. Sep, 2005 09:37
Search for
- Code: Select all
$to_username
And find something looking like this, but with a small change.
Nee, ik geef geen antwoorden in het Nederlands, die horen thuis op
www.phpbb.nl 
-

Beeveer
- brilliant supporter
-
- Posts: 264
- Joined: Tue 30. Nov, 2004 19:13
- Location: Boskoop, South-Holland, the Netherlands
-
Return to Custom mass email [2.0.8/EM]
Users browsing this forum: No registered users and 0 guests