I can't see the message "You now unsubscribed" !

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 !

I can't see the message "You now unsubscribed" !

Postby bog_tom on Thu 26. Feb, 2004 12:08

I can't see the message "You now unsubscribed" when I will unsubcribe from a group through mass email newsletter according the code:
Code: Select all
if ( !($result = $db->sql_query($sql)) )   
{
   message_die(GENERAL_ERROR, "Could not delete group memebership data", "", __LINE__, __FILE__, $sql);
} else $message = sprintf($lang['You_now_unsubscribed'],$newsgroup);

from unsubscribe.php file !

Why ?
User avatar
bog_tom
Poster
Poster
 
Posts: 17
Joined: Tue 14. Jan, 2003 13:14
Location: Romania

Postby Niels on Sun 29. Feb, 2004 00:17

You are proberbly missing this
$lang['You_now_unsubscribed']
in your lang_main.php file
(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

Postby bog_tom on Tue 02. Mar, 2004 10:55

Niels wrote:You are proberbly missing this
$lang['You_now_unsubscribed']
in your lang_main.php file

this line should be in the lang_main.php file ? or in the lang_mass_email.php from http://mods.db9.dk/download.php?id=34 because here is missing !
User avatar
bog_tom
Poster
Poster
 
Posts: 17
Joined: Tue 14. Jan, 2003 13:14
Location: Romania

Postby Niels on Thu 04. Mar, 2004 22:14

in lang_main.php

this part seams to be missing in the how-to......

Code: Select all
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php

#
#-----[ FIND ]------------------------------------------
#
?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#
// Add to custom mass email
$lang['Mass_email'] = 'Group e-mail';
$lang['You_not_subscribed'] = 'You are not a member of %s group';
$lang['You_now_unsubscribed'] = 'You have now been removed from %s group';
$lang['No_unsubscribe_moderator'] = 'Sorry, you are the moderator of the %s group, you can therefore not unsubscribe';
$lang['Group_not_exist'] = 'The %s group does not exist';
(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 email [2.0.8/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron