Where do you want that code to go?
- Code: Select all
// Add to custom mass PM
$lang['Mass_pm'] = 'Group PM';
$lang['Enable_mass_pm'] = 'Enable mass PM ';
$lang['Enable_mass_pm_explain'] = 'By enabling this, you will receive PMs sent by the admin/moderators to the usergroups you belong to';
$lang['Allow_mass_pm_notify'] = 'Yes, notify by e-mail';
Begining or ending of groupmsg.php?
This doesn't look like it would fix the {MASS_PM} problem in the privmsg_body.tpl..... but since I am a noob, I could be wrong....
this was in my lang/main.php file
- Code: Select all
// Add to custom mass PM
$lang['Enable_mass_pm']='Enable mass PM ';
$lang['Enable_mass_pm_explain']='By enabling this, you will recive PM sent by admin/moderatorS to the usergroups you belong to';
$lang['Allow_mass_pm_notify']='Yes, notify by email';
I see the difference.. I will add
- Code: Select all
$lang['Mass_pm'] = 'Group PM';


