By Marc on Tuesday, 07 August 2018
Posted in General Issues
Replies 6
Likes 0
Views 409
Votes 0
For EasySocial events, the guest list for each event contains minimal information about the attendees.
Basically just avatar, name and event status.
I want to provide a bit more information about each event attendee in the guest list (verified, gender, location etc).

I have no problem doing the coding part for this myself, having done something similar already for member lists, friends lists, PMs and the like.

However, I cant seem to find the page containing the code that generates the event attendee list. For member and user lists, its included under the helpers section. However for event attendee lists its not.

Please can you advise which php page is used to generate the list of attendees for an event.
Hi Marc,

The theme file that is responsible to generate the layout for the event guest/attendees list is located here:
JoomlaFolder/media/com_easysocial/apps/event/guests/themes/default/events/list.php
·
Tuesday, 07 August 2018 15:04
·
0 Likes
·
0 Votes
·
0 Comments
·
LOL okay I never thought to look in the media folder.
Just one more question....how do we do an override this file thats in the media folder?
·
Tuesday, 07 August 2018 15:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Marc,

The template override can be applied into this directory(create if it does not exist).
JoomlaFolder/templates/current_template/html/com_easysocial/apps/event/guests/events/list.php
·
Tuesday, 07 August 2018 16:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you - all sorted now.
I keep getting reminded why I love Stackideas so much

I have attached an image to show how the attendees guest list looks now.
Just makes it more useful for my members.....
·
Tuesday, 07 August 2018 16:36
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Marc and thanks for the screenshot. It looks great.
·
Tuesday, 07 August 2018 16:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post