DRE Well-known member Jan 20, 2014 #1 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.
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.
Jake Bunce Well-known member Jan 20, 2014 #2 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. Upvote 0 Downvote
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.
DRE Well-known member Jan 20, 2014 #3 Jake Bunce said: 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. Click to expand... Thank you thank you thank you!!! Upvote 0 Downvote
Jake Bunce said: 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. Click to expand... Thank you thank you thank you!!!
T tonnyz Member Jan 12, 2015 #4 Jake Bunce said: 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. Click to expand... @Jake Bunce What could I use for the prefix conditional in thread_view template, so that it'll check if the thread is prefixed by a certain prefix. PS: I'm currently using 1.3.3 thx Upvote 0 Downvote
Jake Bunce said: 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. Click to expand... @Jake Bunce What could I use for the prefix conditional in thread_view template, so that it'll check if the thread is prefixed by a certain prefix. PS: I'm currently using 1.3.3 thx