Hi,
I was trying to make user ranks variable depending on gender, via a custom profile field.
Code goes like this :
Except it doesn't work. It shows something like
whatever the profile field value is. So, is the code wrong, or is it simply not possible to use conditionals in ranks and titles ?
Thx.
I was trying to make user ranks variable depending on gender, via a custom profile field.
Code goes like this :
Code:
<if condition="$post['field7'] == 'F'">the female one<else />the male one</if>
Except it doesn't work. It shows something like
the female one the male one
whatever the profile field value is. So, is the code wrong, or is it simply not possible to use conditionals in ranks and titles ?
Thx.