Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

List of event attendees

10 years 2 months ago
  • anand's Avatar
    Topic Author
  • anand
  • Offline
  • Junior Boarder
  • Posts: 101
  • Thank you received: 0
Licenses:
JomSocial Active AdAgency Expired Socialize Expired

Hello there,

Can we get the list of event attendees from the back end??
Please help ASAP

Regards:
Anand

10 years 2 months ago
Licenses:

Hi, anand.

I'm not sure what you need.
You want to display list of events attendees somewhere on the site?
Or you want to export it to e.g csv or xls?

Please, provide us with working link to your backend. I'd like to know what JomSocial and Joomla! versions you have.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 2 months ago
  • anand's Avatar
    Topic Author
  • anand
  • Offline
  • Junior Boarder
  • Posts: 101
  • Thank you received: 0
Licenses:
JomSocial Active AdAgency Expired Socialize Expired

We don't want on the site.
Is there any mechanism to track the event attendees from administrator back-end?

Regards,
Anand

10 years 2 months ago
Licenses:

Hi, anand.

No, there is no ready-made module for that.
Please, add it as a feature request here: uservoice.jomsocial.com/forums/101561-feature-request
Or hire a developer to prepare a module or extend backend for you: www.jomsocial.com/jomsocial-developers


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 2 months ago
  • anand's Avatar
    Topic Author
  • anand
  • Offline
  • Junior Boarder
  • Posts: 101
  • Thank you received: 0
Licenses:
JomSocial Active AdAgency Expired Socialize Expired

Hello,

Ok, thanks for your information.
Is there any mechanism to display list of event attendees on the site only for Super Users not for others?
And how to export that list ?

Regards,
Anand

10 years 2 months ago
Licenses:

Hi, anand.

You could try to modify view of that part of template using php condition "if" so this part will be visible only for certain users or Joomla! group members e.g: docs.joomla.org/JFactory/getUser

I thought that you export list of all users... in this case you'll have to make a SQL query in database and the save results as e.g csv.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: anand
10 years 2 months ago
  • anand's Avatar
    Topic Author
  • anand
  • Offline
  • Junior Boarder
  • Posts: 101
  • Thank you received: 0
Licenses:
JomSocial Active AdAgency Expired Socialize Expired

Hello,

First option we have done for Confirmed Guests module in event details page. It's fine.
And second option export list, Where we need to write the script for that option and how to make that result set as csv extension?

Regards,
Anand

10 years 2 months ago
Licenses:

Hi, anand.

The best way will be to use PhPMyAdmin.
Write a SQL query there. Then mark all tables in result and click "Export". Then select format from SQL to CSV and you're done :)


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 2 months ago
  • anand's Avatar
    Topic Author
  • anand
  • Offline
  • Junior Boarder
  • Posts: 101
  • Thank you received: 0
Licenses:
JomSocial Active AdAgency Expired Socialize Expired

Hello,

Is there any mechanism to display one link inside view event page (on site) called Export Attendees, once click on that link it should export the attendees list of particular event ?

Regards,
Srinivas

10 years 2 months ago
Licenses:

Hi, anand.

No, at the moment there is no such mechanism. As for now you can only export full users list (Components -> JomSocial -> Monitor -> Members -> Export to CSV button in upper right corner).

You can requested it here: uservoice.jomsocial.com/forums/101561-feature-request .

Or hire a developer: www.jomsocial.com/jomsocial-developers

Or try to use SQL query. This few docs should guide you:
technet.microsoft.com/en-us/library/bb264565%28v=sql.90%29.aspx
www.dummies.com/how-to/content/building-sql-queries.html


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW