MyBB Community Forums

Full Version: How to add my forum name to the header of all the pages?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I want to add my forum name to the header like this:

Random Thread - My forum

Should I edit the headerinclude?
You mean add your forum's name next to the thread title in the page title?
(2011-06-24, 10:29 PM)faviouz Wrote: [ -> ]You mean add your forum's name next to the thread title in the page title?

Exactly Smile
Is it possible to do that?
1. Go to Admin CP > Templates & Style > Templates > Your Template Set > Show Thread Templates > showthread.

2. Find:

<title>{$thread['subject']}</title>

3. Replace with:

<title>{$thread['subject']} - {$mybb->settings['bbname']}</title>