XF 2.2 How do add a prefix conditional statement?

swiftyste

Active member
Hello

For example, if is $forum.prefix.id=256 my idea is to show line of code only when a set prefix has been selected in forum view like prefix 256

So far i got:

Code:
<xf:if is="$filters.prefix_id > 256">

But it's showing the line of code when i select any prefix and not just for 1 prefix like 256

Any ideas?? thanks
 
Top Bottom