XF 1.2 Template Conditional for Prefix

DRE

Well-known member
Licensed customer
Is there a template conditional for prefixes?

When I click a thread prefix it shows all the threads with that prefix.

On this page I would like to add something special for a certain prefix.
 
Rich (BB code):
<xen:if is="{$displayConditions.prefix_id} == 5">
	
</xen:if>

Specify the prefix_id in red. This works in the forum_view template.
 
  • Like
Reactions: DRE
Back
Top Bottom