Skip to main content

Show relationships on public profiles

Is it posible to show relationships on a person's or organization's public profile? If so, how would this be accomplished?

Official response from

Hi responsivev1c,

While I have not done this before, it should be possible by running through a forloop of relationships in the signup.relationships array and display different attributes of the relationship object for each one.  For example:


 

{% for relationship in signup.relationships %} 

{{ relationship.title }}:  {{ relationship.other_signup.full_name }}<br>

{% endfor %}


 

Check out this page for more info: http://nationbuilder.com/relationship_variables

Thanks,
Brian Palmer
NationBuilder Theme Support Specialist

Share this post

Showing 3 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.