Quote:
Originally Posted by ilrglen
How about if I want to display an image to people from a particular country only or a group of countries? Is such a thing possible?
|
Best thing I can think of for this is to create a custom profile field and base your conditional off of that. For example, if you want to show something to someone who is only in the United States, you would use:
HTML Code:
<if condition="$userinfo['fieldxx'] == 'United States'">
More code here
</if>