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
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>