Posted: March 16, 2014 at 6:38 pm
|
Any way to customize the details of the attendee list? In my case I have a custom field “Company” that I want to show next to the attendee’s name. |
Hi Jim, When you say Attendee list do you mean the list created using the [LISTATTENDEES] shortcode or the attendee list within the Admin? The [LISTATTENDEES] shortcode can be modified by modifiying the file event-espresso/templates/attendee_list.php If the Admin Attendee list, this would require modifications to Event Espresso core which unfortunately we can support and highly discourage. |
|
|
I’m asking the [LISTATTENDEES] using shortcode. Is it possible to add the company of a certain person attending the events? And also is it possible to just show a list of attendees in a particular event? Example when user looking to a certain events, I wanted to put a link or button that will direct them to a certain pages that show whos attending that particular event. |
|
Hi Jim, Adding the company is not possible with just the shortcode. It can be done, but it would require customising the shortcode (or really, duplicating the shortcode, renaming it and then customising it) so you would need PHP knowledge. Limiting the display to a single event can be done via the shortcode parameters: [LISTATTENDEES event_identifier=”your_event_identifier”] Where your_event_identifier is the event identifier found in the event editor, just under the event title – screenshot http://take.ms/N47zv LISTATTENDEE parameters – https://eventespresso.com/wiki/shortcodes-template-variables/#attendee-list |
|
[LISTATTENDEES event_identifier=”your_event_identifier”] |
|
Hi Jim, Pretty much unless you custom code something. You could create a link in the event description, to a specific page with a query in it (e.g. http://www.mysite.com/?eventid=1 ) and then custom code a theme page template that pulls that query and loads the list for that event. That way you create one page for the event list and it is dynamically populated depending of the link used. We have some recommended developers here – https://eventespresso.com/developers/event-espresso-pros/ |
The support post ‘Attendee List Customization’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.