MyBB Community Forums

Full Version: Admin CP link & mod link arent showing??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. I installed a new theme today. And rather than just click the link to go to the admin control panel, I have to manually type in the url as the Mod CP and admin CP links werent coded into the theme. Can anyone tell me which template i will need to edit and what i will need to add to it to get these to show?
Thanks.
Reece.
In header_welcomeblock_member find:
<a href="{$mybb->settings['bburl']}/usercp.php"><strong>{$lang->welcome_usercp}</strong></a>

Add after:
{$modcplink}{$admincplink}
But wont this allow access to normal members?
No, there are conditional codes that are called from those templates, so you're fine.
Ok thanks very much Big Grin