i have two account types:
User
Company
and i need to show the rating widget only on profiles of "company".
How can i do that?
May be i can create a variable for this account type and write code like this:
{if accountType="company"}
widget code
{/if}
Thanks for everyone who viewed this topic.
Hope to get the feedback fast.