Hello,
since I am quite new to programming I am wondering how to display different icons in user-profiles depending on the joomla user group they belong to. we have created different joomla user groups for moderators so they may write and publish content of their categories. It would be nice to show icons in their profiles, so anyone sees at once, they are moderators.
Example:
registered users = no icon in profile
moderator_cat1 = /images/icon1
moderator_cat2 = /images/icon2
moderator_cat3 = /images/icon3
Is this possible with conditional plugin (I guess no ?)
Or should it be done with sql-query-field ?
Hope to get some help