Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Yesterday at 02:04 PM
Christophe Posted April 11, 2015 Posted April 11, 2015 Can someone help me with the correct syntax here <div id="ipsTabs_elAttendees{$tabId}_elNotGoing_panel" class='ipsTabs_panel ipsAreaBackground_reset ipsPad'> {{if count($attendees[0]) }} <ul class='ipsGrid ipsList_reset'> {{foreach $attendees[0] as $attendee}} <li class='ipsGrid_span3' itemprop='attendee' itemscope itemtype="http://schema.org/Person"> <a href='{$attendee->url()}' itemprop='url' title="{$attendee->name}" data-ipsTooltip> <img src='{$attendee->photo}' class='ipsUserPhoto ipsUserPhoto_mini' alt='' itemprop='image'> <span class='ipsHide' itemprop='name'>{$attendee->name}</span> <span class='ft'>{title}: </span><span class='fc'><img src='/images/flags/{content}.gif' /> {content}</span> </a> </li> {{endforeach}} </ul> {{else}} <p class='ipsType_light ipsPad ipsType_center'>{lang="no_decline_rsvps_yet"}</p> {{endif}} </div> See the span class in the middle with {title} etc? I want to copy it from the Profile code I use to display a flag under the tiny photo of people who have rsvp'ed so that it basically would show MINI PHOTO FROM (image of flag) Which I think is great and can be modified to be used with Company Name instead so you can see who from which company is coming to an event Here the {title} from the custom profile is FROM and the {content} is the custom drop down entry they selected for their country...so this should pick up the small image of the flag of their country. But I don t know how to code this and would appreciate if someone can help me
Christophe Posted April 13, 2015 Author Posted April 13, 2015 Sorry to bump this but I still need help with this
Recommended Posts
Archived
This topic is now archived and is closed to further replies.