- Posts: 208
- Thank you received: 1
manage registrants from the front end by Event cre
- Tim Stöhr
- Topic Author
- Offline
- Elite Member
-
Less
More
11 years 5 months ago #51046
by Tim Stöhr
manage registrants from the front end by Event cre was created 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
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
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
-
Less
More
- Posts: 208
- Thank you received: 1
11 years 5 months ago #51116
by Tim Stöhr
Replied by Tim Stöhr on topic manage registrants from the front end by Event cre
It does,
Thank you!
Thank you!
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
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
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.