- This topic has 5 replies, 2 voices, and was last updated 2 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › show related family members
Hey Franky…
I’m trying to create a profile template for a memebership type. During account creation, I used the #_FAMILYMEMBERS tag to let the user add related family members. Is there a way to show this info on the [eme_person] output?
Thanks.
While the initial idea is for members, I’ll also allow #_FAMILYCOUNT and #_FAMILYMEMBERS for people placeholders. See this changeset (ignore the jquery change, it is unrelated):
http://plugins.trac.wordpress.org/changeset/2786989
Awesome! Thank you. The #_FAMILYCOUNT works great, but nothing seems to be pulling form #_FAMILYMEMBERS. Looking at the compiled code, it gets to displaying
<table style=”border-collapse: collapse;border: 1px solid black;” class=”eme_dyndata_table”></table>
then stops. There are 2 family members on the profile im testing with, so it’s not a lack of data…
Hey, imagine that, I fixed it. On line 680 it should be
$related_person=eme_get_person($familymember_person_id);
not $related_person=eme_get_person($familymember_person_ids);
WOOHOO! Thanks for the help, as always
yes, sorry about the typo 🙂
It happens. 🙂