filter list by user role
-
hi,
i setup a page containing a category filter
[events_list category="2"]
now i want this to be combined with a filter by $role in dependency of the restriction of tickets by role.in a way like that:
get events from category 2;
foreach event from the list: if $role = can buy ticket -> show event;
if not -> don’t show event;
go to next event.as i’m not able to create php code on my own iwould appreciate if there’s anyone who could help.
cheers
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘filter list by user role’ is closed to new replies.