MyBB Community Forums

Full Version: No UserCP on Index?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i add a usercp to the index.
Here is a picture:

[Image: hBG7d.png]

I want it to be before Mod CP.

Thanks!
AdminCP > Templates > Your theme's templates > Header Templates > header_welcomeblock_member > and add the following code before the {$modcplink} variable;

<a href="{$mybb->settings['bburl']}/usercp.php">{$lang->welcome_usercp}</a>
Thanks a bunch!!