Front-End Registration Management

  • Brandy Hurley
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
12 years 3 months ago - 12 years 3 months ago #37312 by Brandy Hurley
Front-End Registration Management was created by Brandy Hurley
Is there any way for an instructor, that only has access to the front-end registration management part, to view the custom fields and the comment section for their class of registrants? There is no need for an instructor to go into the backend. The admin on the site could send them an excel spreadsheet of the registrants close to the class time, but that is not always on option. It would be great to have an instruction see on their own.

**edit** Looks like you can export an excel list if registered. So that is fine.
I only want the instructor to see their own class, so I found in the forum to change lines in the eventbooking.php ( to 1)


**I need to try that, but if it works...I am good. I don't see anywhere to delete this post, so I left this note.
Last edit: 12 years 3 months ago by Brandy Hurley.

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
12 years 3 months ago #37364 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Front-End Registration Management
Hi

The solution is editing the file components/com_eventbooking/eventbooking.php, find the code :
Code:
define('EB_ONLY_SHOW_REGISTRANTS_OF_EVENT_OWNER', 0);
Change it to:
Code:
define('EB_ONLY_SHOW_REGISTRANTS_OF_EVENT_OWNER', 1);

After that, it will work as expected !

Tuan

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

Moderators: Tuan Pham Ngoc