I want to display a list of all attendees that are registered for an event so people can see who is already registered.
Do you have an easy way to do this?
Are you talking about on the frontend? I assume so. This function is not there yet, but we\'re looking at adding it. I\'ll move this to feature requests. Would you suggest an addon to the component, or maybe pull this data in a module?
I suggest tagging it onto the end of the event description, either the link to the list or the full list, and making it controllable on an event by event basis whether the list is displayed.
Then you should also have show/hide boxes for the fields in the registrant\'s record to control what is displayed.
Finally, ideally, I guess there would be a Profile or CB preference or checkbox during registration that the user can select whether his registration is considered public.
ssincityss wrote: I want to display a list of all attendees that are registered for an event so people can see who is already registered.
Do you have an easy way to do this?
I\'m actually looking for this aswel..
is this possible by any way? Maybe a custom pull from Database, with all the names/usernames whos attending for the event
DBQ from gmitc.biz is an easy way to display query results in the fron t end. I have a hardcoded date query in one of my reports, and one of my associates logs in to the site, and views the report. I am not sure about passing the eventid as a parameter.
It\'s really cool to be able to display a simple report on your site.
There is also a module or component called Display Anything, or something like that, which should let you put the results into a module. My friend was a big fan of this component, but I can\'t recall the name, sorry.
Anyway, if you want to create your own solution, these two tools may help.