manage registrants from the front end by Event cre

  • Tim Stöhr
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
11 years 5 months ago #51046 by Tim Stöhr
Hi Tuan,
How do I make it so that the creator of an event in the front end (normal registered user) can manage the registrants of the participants to her own events without having access to the multitude of events in event booking?

Bye

Tim

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

More
11 years 5 months ago #51052 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic manage registrants from the front end by Event cre
Hi Tim

You need to edit the code alitle so that they will only see registrants of their own events. Please open the file components/com_eventbooking/eventbooking.php, find the code below:

define('EB_ONLY_SHOW_REGISTRANTS_OF_EVENT_OWNER', 0);

Change it to :

define('EB_ONLY_SHOW_REGISTRANTS_OF_EVENT_OWNER', 1);

After that, it should work as expected

Tuan

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

  • Tim Stöhr
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
11 years 5 months ago #51116 by Tim Stöhr
It does,
Thank you!

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

More
11 years 5 months ago #51139 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic manage registrants from the front end by Event cre
Great. Thanks for confirming Tim

Tuan

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

Moderators: Tuan Pham Ngoc