S
Stuart Wright
Guest
Guest or Bot
ChatGPT (confidently) told me to add this in to PAGE_CONTAINER
Code:
before
Code:
but annoyingly and predictably, it doesn't change anything.
How do I add the forum name to thread titles please?
Thanks
Continue reading...
Code:
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>but annoyingly and predictably, it doesn't change anything.
How do I add the forum name to thread titles please?
Thanks
Continue reading...