front-end event manage registrant access

  • kimgleghorn
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 8 months ago #35018 by kimgleghorn
front-end event manage registrant access was created by kimgleghorn
On the front-end "registrant management", Is there way to allow authorized users to manage the registrants for just the events they created instead of accessing all event registrants ?

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

More
10 years 8 months ago #35039 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: front-end event manage registrant access
Hi

Need to edit code alitle. Please open the file components/com_eventbooking/eventbooking.php, find the code below :
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 should work as expected !

Regards,

Tuan

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

  • kimgleghorn
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 8 months ago #35090 by kimgleghorn
Replied by kimgleghorn on topic Re: front-end event manage registrant access
Thanks! It worked.

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

More
10 years 8 months ago #35101 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: front-end event manage registrant access
Great . Thanks for confirming !

Tuan

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

Moderators: Tuan Pham Ngoc