The individual works great, but what about groups?
On my site, it may not be the primary group, but perhaps a secondary group....
But I tried this and it doesn't work even if it is the primary group:
<if condition="!in_array($prepared['usergroupid'], array(23,4))">
---lines of code---
</if>
where 23 and 4 are Groupids of the groups i do NOT want to show.
Any help would be apprciated!
|