Hi,
I am trying to list all the members of the member_group of the currently logged in user.
Using the following:
{exp:ac_memberlist group_id="{member_group}”}
{username}
{/exp:ac_memberlist}
It doesn’t appear to be working, nothing gets output.
If however I swap {member_group} with it’s value e.g.
{exp:ac_memberlist group_id="1"}
{username}
{/exp:ac_memberlist}
Then the correct output is displayed.
Is this something that could be done with some PHP processing?
If so how would I do that.
Any help much appreciated,
UKFreelancer.