Razasharp
Well-known member
Or the content within them?
I want to copy the prefix selector from the new thread template, and display it inside the page container template (to show above each forum that has prefixes - so they can be selected easily)
The code responsible seems to be this:
Any ideas on how best to achieve this, or tips on dipping into the XF library generally?
I want to copy the prefix selector from the new thread template, and display it inside the page container template (to show above each forum that has prefixes - so they can be selected easily)
The code responsible seems to be this:
Code:
<xen:include template="title_prefix_edit">
<xen:set var="$selectedPrefix">{$prefixId}</xen:set>
<xen:set var="$idSuffix">thread_create</xen:set>
</xen:include>
Any ideas on how best to achieve this, or tips on dipping into the XF library generally?