MyBB Community Forums

Full Version: Moving User CP Bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone!

Trying to tidy up my forum, I'd like to move the bar that contains the 'user CP', etc - somewhere else.

I'm thinking maybe the footer.

How can I do this?

Many thanks

Phil

[attachment=30037]
instead move to top right of the forum (beside the logo)
header template consists of code like below - move it to after logo div and you can adjust the style for it
<div id="panel">
 {$welcomeblock}
</div>

logo code will be like below
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
Thanks for the reply .m.

I can't move it after the logo, as a sponsor ad is about to go there.

So I do need it in the footer (above the 'contact us', etc bar).

Also, is it possible to move just the bit I showed in the picture and not the 'welcome back' bit?
^ if so, I'd suggest to not move anything!
it is not taking much place and having it at the top is reasonable as user can easily access it
OK, taking your advice.... how do i make it narrower?

I don't have a #panel in .css

Thanks man.