MyBB Community Forums

Full Version: Forum's name @ the title??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey all,
How can i make the title appears in the title when someone opens a thread??
Example:

Forum updated to MyBB 1.4! - Flying Fish community

And when someone makes a thread in a forum, example:
New thread in general Posts - PanEggs Forums
I think you mean this... in the showthread template, find:

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

replace with:

<title>{$thread['subject']} - {$mybb->settings['bburl']}</title>
don't you mean:
<title>{$thread['subject']} - {$mybb->settings['bbname']}</title>

instead of
<title>{$thread['subject']} - {$mybb->settings['bburl']}</title>

??
I do, sorry Toungue
Thanks!! Smile