MyBB Community Forums

Full Version: ModCP & AdminCP & UserCP links in header gone
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Dears;

i don`t know exactly when this problem occur but i think after installing FbDock or MyBB WYSIWYG Editor install this problem occur & thos links in header gone...
please help me to back them...

[Image: 73086366129716711294.jpg]
Can you name the theme ?
Try this

Go to "Themes > Templates > YOUR THEME > Header Templates > header_welcomeblock_member_admin"
add this code:
 &mdash; <a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php">{$lang->welcome_admin}</a>


Now go to "Themes > Templates > YOUR THEME > Header Templates > header_welcomeblock_member_moderator"
add this code:
 &mdash; <a href="{$mybb->settings['bburl']}/modcp.php">{$lang->welcome_modcp}</a>