XenForo How to fill a breadcrumb variable into page title in threads

C

CTS

Guest
(I have another thread here but please ignore it. Poorly crafted thread and a mess of ideas. Focused here now)

Goal: To extract and use second level breadcrumb text to append to the beginning of the page title of a thread, located in the PAGE_CONTAINER template.

PAGE_CONTAINER template:
From:
Code:

<title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}" page="{$pageNumber}" /></title>

To:
Code:

<title><xf:include template="addtometatitle" /><xf:title formatter="%s |...

Read more

Continue reading...