- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Checking for existence of a custom profile field, and that the field is not a certain value:
<xf:if is="$xf.visitor.Profile.custom_fields.afl_club" && !is="$xf.visitor.Profile.custom_fields.afl_club == 'tasmania'">
Saving the template I get a syntax error message but no detail on what the problem is.
Deleting all but this if /if gives the same error so it's not other code in the template.
Have used IF statements many times in the past, and this custom profile field is referenced in the...
<xf:if is="$xf.visitor.Profile.custom_fields.afl_club" && !is="$xf.visitor.Profile.custom_fields.afl_club == 'tasmania'">
Saving the template I get a syntax error message but no detail on what the problem is.
Deleting all but this if /if gives the same error so it's not other code in the template.
Have used IF statements many times in the past, and this custom profile field is referenced in the...