I am using rc1 and i found this in order to get it to append the forum name on every title but i am having trouble figuring out how to get it to display the board section instead.
<title>', $context['page_title'] != "$context[forum_name] - Index" ? "$context[forum_name] - " : '', $context['page_title'], '</title>
The problem with this one is its on the index.template.php file so i dont know how that would work when they are on the main page and i actually just want the actualy threads to be, Forum Section > Thread Title.
Anyonre know a way to get the board section to display in the title as well.