forum name

  1. Stuart Wright

    XF 2.3 How do I add the forum name to thread titles?

    ChatGPT (confidently) told me to add this in to PAGE_CONTAINER <xf:if is="$template == 'thread_view' && $forum"> <xf:title><xf:title /> | {$forum.Node.title}</xf:title> </xf:if> before <title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>...
Back
Top Bottom