MyBB Community Forums

Full Version: admin-activate-email mod error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
in the following mod,
http://mods.mybb.com/view/admin-activate-email

on activating the account, in the mail instead of username, the name of admin who activated the account is written. please tell how to correct
This small bug will be corrected in the next release, I am just trying to finish a new feature I'm working on. Shouldn't take too long! As a temporary solution you can do the following:

1. Open ./inc/plugins/adminactivateemail.php in a text editor.

2. Find:

$adminactivateemail_message = $lang->sprintf($lang->adminactivateemail_message, $mybb->user['username'], $mybb->settings['bbname'], $mybb->settings['bburl'], $mybb->settings['bbname']);

3. Replace with:

$adminactivateemail_message = $lang->sprintf($lang->adminactivateemail_message, $user['username'], $mybb->settings['bbname'], $mybb->settings['bburl'], $mybb->settings['bbname']);
thanks for the reply and correction, looking forward for your new release
Any news?

The plugin isn`t working. They will be send no mails. Confused
won't work. mybb 1.6.8
In which kind of administrator activation it should work? "Activating from admin panel" or "moderator panel" or "changing to registered group in user's profile in admin panel"?
Tried all of them but didn't work.