📢 Moderators Needed 🚀

Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
S

RSS How do I add the forum name to thread titles?

  • Thread starter Thread starter Stuart Wright
  • Start date Start date
S

Stuart Wright

Guest
Guest or Bot
ChatGPT (confidently) told me to add this in to PAGE_CONTAINER
Code:

Code:
<xf:if is="$template == 'thread_view' && $forum">
    <xf:title><xf:title /> | {$forum.Node.title}</xf:title>
</xf:if>
before
Code:

<title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>
but annoyingly and predictably, it doesn't change anything.
How do I add the forum name to thread titles please?
Thanks

Continue reading...
 
Similar content Most view View more
Back
Top