What's new

For Xenforo Users, a How to Move your Visitor Links to Moderation Bar.

tr1age

Administrator
Staff member
So I wanted to put this code out there since I have fought with this and a convoluted multi template mod for a long time. http://admin-talk.com/threads/42866/ But here is the simple Extra.css way to move your visitor links to the moderation bar!

All you need is some simple CSS:

Code:
.navTabs.user_bar {
position: absolute;
top: -290px;
right: 0px;
}

Obviously this code is specific to this forum, but this will get you started with the "top" being the only thing you need to edit to adjust it for your needs.

Enjoy!
 
Top Bottom