- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
(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 meta title contents ( <title>contents</title> ) of a thread view, located in the PAGE_CONTAINER template. This when thread is displayed and a second level breadcrumb exists.
PAGE_CONTAINER template:
From:
Code:
Goal: To extract and use second level breadcrumb text to append to the beginning of the page meta title contents ( <title>contents</title> ) of a thread view, located in the PAGE_CONTAINER template. This when thread is displayed and a second level breadcrumb exists.
PAGE_CONTAINER template:
From:
Code:
<title><xf:title formatter="%s | %s" fallback="{$xf.options.boardTitle}"...