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

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
30,876
Points
823

Reputation:

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...
 
Status
Not open for further replies.
Top