Export CSV file from the frontend

  • wongacp
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 11 months ago #9505 by wongacp
Export CSV file from the frontend was created by wongacp
Is it possible to allow front-end managers to export the registrant csv file? At the moment, only backend administrators are allowed to do so. Please advise.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
13 years 11 months ago #9507 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Export CSV file from the frontend
Hi

Right now, there is no feature which allows export registrants from front-end yet . I will consider adding this feature to next release of the extension .

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • wongacp
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 11 months ago #9510 by wongacp
Replied by wongacp on topic Re: Export CSV file from the frontend
Thanks for considering adding this feature in the next release :-)

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
13 years 11 months ago #9534 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Export CSV file from the frontend
There are more features to come on next version, so please keep an eye on my site to get updated versions in the future :) .

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • wongacp
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 11 months ago #9537 by wongacp
Replied by wongacp on topic Re: Export CSV file from the frontend
I can't wait, Tuan. Do you have a timeline for your next release?

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #13910 by karagamber
Replied by karagamber on topic Re: Export CSV file from the frontend
Any idea when this feature will be added?
I have clients interested.
Thanks,
Kara

Please Log in or Create an account to join the conversation.

More
13 years 3 months ago #13916 by syeduk
Replied by syeduk on topic Re: Export CSV file from the frontend
Not sure if this will break other functions (or the security risks), BUT i did manage to find a ducktape solution for this:

1. Create a URL link on your front-end user menu
2. In the URL box, point it to: index.php?option=com_eventbooking&task=csv_export
3. via FTP, open [root]/administrator/components/com_eventsbooking/controller.php
4. copy line 602-1004
5. via FTP, open [root]/components/com_eventsbooking/controller.php
6. scroll right to the bottom, and just before the last line, paste the code you copied earlier (make sure that the last line in this file remains the same...i.e. "}")

And now, when ever you click on the link, the download should start (make sure you're logged in to the front-end first though!)

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc