MyBB Community Forums

Full Version: Forum name in thread title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I display the name of the forum in which the thread is located in the thread title.

For example I have created a thread named onions in the vegetables forum and am wanting the title to display:

<title>Onions | Vegetables | Food Forum</title>

How do I display "Vegetables" which is the name of the threads parent forum in the title...

<title>{$thread['subject']} | ??? WHAT GOES HERE ?? | {$mybb->settings['bbname']}</title>

Thanks for answers.
try {$forum['name']}
(2015-06-19, 11:14 AM)mmadhankumar Wrote: [ -> ]try {$forum['name']}

How simple was that...

Thanks very much Smile