MyBB Community Forums

Full Version: Plugin to show user email in user profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need a simple plugin that shows me the email of a user in the user profile for all persons with Mod CP access.

Something like this:
[attachment=30098]

Thanks in advance.
admin panel >> templates >> active theme templates >> Member Templates >> member_profile_modoptions

find code like below
<ul>
<li><a href="{$mybb->settings['bburl']}/modcp.php?action=editprofile&amp;uid={$uid}">{$lang->edit_in_mcp}</a></li>
<li><a href="{$mybb->settings['bburl']}/modcp.php?action=banuser&amp;uid={$uid}">{$lang->ban_in_mcp}</a></li>
add after <ul> (in a new line)
<li><strong>Email:</strong> {$memprofile['email']}</li>
save the template and check a member profile