Heisenberg submitted a new resource:
You must be registered for see links
- Add staff rank to your members card.If you want your staff members rank on all staff member cards, search for the following template: member_card.
Searcch for <h4 class="userTitle">{xen:helper userTitle, $user}</h4> and just after it, add the following:
Code:<xen:if is="{$user.user_group_id} == 3"> <li> <h4 class="userTitle">Administrator</h4> </li> </xen:if> <xen:if is="{$user.user_group_id} == 4"> <li> <h4 class="userTitle">Super...
You must be registered for see links
Last edited:
