MyBB Community Forums

Full Version: Forum Header & Footers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone tell me how I can edit the Headers & Footers of my forums separately so that I can put different things in the different forums?

Thanks,
Kyle
Edit each forum and set a style to override the default. You'll need to export your theme and import new ones if you decide to do it this way. Then just edit the Header/Footer templates.

EDIT: Here's an example, if this is what you're trying to do:

http://www.tesof.com/
http://pride.tesof.com

Same general look, but different template/css edits.
This doesn't seem like an effective option. Not to mention that I want all users of certain themes to see this.

I just want to add some html above and below the threads, I just want this html to be different in the different forums however.

If not that easy, is there not a code I could use like?:

"If {forum}:..."

Thanks
Anyone?
You can use Xthreads: http://mybbhacks.zingaburga.com/index.php

Give the specific forum a prefix in the options (such as prefix1_header), and then create a prefix1_header template, copy and paste the original header into it, and then edit as needed. Do the same with the footer.
Thanks again Tecca, that sounds like what I need although I'm finding it hard to find that on that site.
This plugin: http://mybbhacks.zingaburga.com/showthread.php?tid=288

After installing it, go to your specific forum that you want the header/footer edited and scroll down to "Template Prefix"

In that box, put something like: prefix1_

Go to global templates and create copies of your header and footer templates, and name them: prefix1_header and prefix1_footer

The prefix can be named anything. Do this for each forum you want a different header/footer. Use different prefixes if they are going to be different from each other.
Thanks for that, I'll give it a go Smile.