Hi,
I just purchased this extension. Now I am trying to show some user fields in a custom html module. I followed your document on this.
Put in editor the following code:
{user <field alias>}
Replace <field alias> with the field that you want.
I did like this in the custom html module editor for displaying user gender 9as sample. gender is a custom field I created)
{user gender}
But in front end of site I am seeing the same line as it is {user gender} Please let me know where am I doing wrong. I have tried by disabling the editor. easyprofile content plugin is enabled.
Please help