Please help. I have created a custom profile field category. It creates a tab on the user profile but the information in it is just plain text. I would like to dress it up a bit (images mostly) and I am familiar with some of the template editing but I would like to have at least 2 of these that show different things. So what I am basically asking is how do I tie a custom template to a particular custom profile field category? I will be more then happy to share what I have done with all once I can get past this....
Thank you in advance for any help.
--------------- Added [DATE]1312615924[/DATE] at [TIME]1312615924[/TIME] ---------------
I would even be happy if there was a conditional that I could use such as
Code:
<vb:if condition="profile field category['mycategory']">
my html and image stuff
</vb:if>
or anything like this that might work...