MyBB Community Forums

Full Version: How do I make it so my navigation button turns red when I'm on that certain page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Page in question: http://forums.roleplayresurgence.com/mem...tion=staff

I'm using the Baze theme. In this theme for all the other pages, when you go there the navigation button turns red. I added the page Staff, and I'm not sure how to make it do this.

Any help would be appreciated.
Open the Show Forum Team Templates >> showteam

Replace:

<body>

with (if you want that the Forum Button turns red):

<body id="forum">

with (if you want that the Memberlist Button turns red):

<body id="memberlist">
Also, I'm using the staff page plugin. You're method didn't work for me, Mipher
Oh, you're using a plugin. I didn't notice that.

I saw the plugin and in the Global Templates (Templates & Style > Templates > Global Templates) you should find the template staff_page. Open it and do the same thing that I told you in my previous post.
Thanks it works Smile