ChatGPT (confidently) told me to add this in to PAGE_CONTAINER
before
but annoyingly and predictably, it doesn't change anything.
How do I add the forum name to thread titles please?
Thanks
Code:
<xf:if is="$template == 'thread_view' && $forum">
<xf:title><xf:title /> | {$forum.Node.title}</xf:title>
</xf:if>
Code:
<title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>
How do I add the forum name to thread titles please?
Thanks