XF 1.2 Titles of forums/Threads.

JMEWLS

Active member
Is it possible to just make the page titles the forums name or threads name?

For example. When you visit a forum the "XenForo Questions and Support" forum the page title is:
"Xenforo Questions and Support | Xenforo Community"

I'd like it to just be "Xenforo Questions and Support" same with threads.
 
Find this line in PAGE_CONTAINER template and remove the part in red:
Rich (BB code):
<title><xen:if is="{$title}">{xen:raw $title} | {$xenOptions.boardTitle}<xen:else />{$xenOptions.boardTitle}</xen:if></title>
 
Top Bottom