Hi, I’m back with another question after a few months hiatus!
I’ll explain the problem I have in as much detail as possible. I’m using the Mark Huot Multi Relationship in the example. In my system I have an award weblog, which can have multiple Judges for each award. These judges are identified by selecting one to many profile weblogs. So, a one award can have many profiles as judges. The problem I have is that I need every profile to be unique, as a profile can judge many awards. I need these profiles to only be listed once (I’m creating a list of judges), and at the moment, judges who judge more than one award are being listed each time they are identified in an award.
I hope this makes sense and I’m quite desperate for a fix as I have a very tight deadline. Any help will be so much appreciated. Here is the small snippet of code I’m using. I just can’t seem to find any archived help with this issue.
{exp:weblog:entries weblog="award"}
{if award_judges != ""}
{related_entries id='award_judges'}
{embed='people/details' the_id="{entry_id}"}
{/related_entries}
{/if}
{/exp:weblog:entries}