I was reading through the docs and experimenting a bit. I read all the related entries stuff and set up a relationship. It worked fine, but just a couple questions popped up so I thought I’d ask the EE gurus.
Is there a way to make the Related entries Listbox a multi-select? i.e. I want to be able to relate more than one child entry to the parent.
EX:
Related Entries:
Loreum Ipsum
Loreum Ipsum2
Latinus Crapicus
I need to be able to hide the reverse_related_entries via a conditional so the static text used would not be visible if there were no parent. Its easy from the parent as the conditional just reads the custom field “relative”:
{if relative}
<h2>Related Entries</h2>
<p>*** related entries code<br />
{/if}</p>
<p>But going in the opposite doesn't work (of course)<br />
EX:</p>
<p>{if reverse_related_entries}</p><h2>Related Entries</h2>
<p>*** related entries code<br />
{/if}