Hello,
I have a template that contains the following code:
[eme_people group_id=1 template_id_header=33 template_id=46 template_id_footer=34]
The Group with id 1 is empty right now but on the page are shown all the EME people.
If I remove the part ‘template_id=46’ nothing is shown – as I would like it.
Content of the template 46 is:
<li class="liste_superviseurs"><a href="https://www.....org/author/#_NICKNAME">#_FIRSTNAME</a></li>
If I use another group ID where the group has members then only those are shown correctly.
So I guess there is something wrong on dealing with empty groups. I would like to already impliment the code before the first person is add to the group.