Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved How to add my forum name to the header of all the pages?
#1
Not Solved
Hello,

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

Random Thread - My forum

Should I edit the headerinclude?
Rasmus Lerdorf Wrote:If eval() is the answer, you're almost certainly asking the wrong question. - Rasmus Lerdorf
#2
Not Solved
You mean add your forum's name next to the thread title in the page title?
#3
Not Solved
(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?
Rasmus Lerdorf Wrote:If eval() is the answer, you're almost certainly asking the wrong question. - Rasmus Lerdorf
#4
Not Solved
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>


Forum Jump:


Users browsing this thread: 1 Guest(s)