RSS Feed/News How to fill a breadcrumb variable into page title in threads

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
23,700
Points
823

Reputation:

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