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:
But it's showing the line of code when i select any prefix and not just for 1 prefix like 256
Any ideas?? thanks
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