MyBB Community Forums

Full Version: 2 Admin CP's
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have 2 admin buttons in the index header,

Although i only have one code that says display it both in global and my theme template... What is the problem Huh


Thanks.
header_welcomeblock_member_admin template should consist of the Admin CP link - nowhere else !!
(2011-08-11, 06:45 PM)ranjani Wrote: [ -> ]header_welcomeblock_member_admin template should consist of the Admin CP link - nowhere else !!

Yep,

I have this

<a href="{$mybb->settings['bburl']}/{$admin_dir}/index.php">{$lang->welcome_admin}</a>

Although it still shows two and without a picture next to it.
Check your header_welcomeblock_member template for a repeated {$admincplink} variable (or plain HTML code).
Yes,,, Worked Big Grin

But how come it doesn't have a picture? :O
What do you mean a picture?
Like a logo next to just like MODCP
By the looks of your header_welcomeblock_member_admin template, there isn't one. Take a look at the header_welcomeblock_member_moderator template and take the image code.