Hello,
I would like to know how would be possible to display this:
with the color of the user's group?
Example if the color for the administration is in red, I would like that when an administrator answers, the color of the element is the same color that the appropriate user group.
I use the class:
Thanks.
I would like to know how would be possible to display this:
with the color of the user's group?
Example if the color for the administration is in red, I would like that when an administrator answers, the color of the element is the same color that the appropriate user group.
I use the class:
Code:
<div class="usernameHeader">
<xen:username user="$user" itemprop="name" rich="true" />
</div>
Thanks.