v 1.6.6 need to limit front end View Registrations

  • Judy Akers
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
9 years 6 months ago #48925 by Judy Akers
I need to limit the front end View Registrations to just the Event Creator or Owner or just to their Events. As it is now, they are able to see all registrations entered for all events.

I had a patch for this in 1.6.2, but apparently the same code doesn't work for v 1.6.6

Thank you.

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

More
9 years 6 months ago #48928 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic v 1.6.6 need to limit front end View Registrations
Hi Judy

Please submit a support ticket sending us admin and FTP account of your site so that we can modify the code for you.

Regards,

Tuan

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

More
9 years 6 months ago #48940 by FrankM
You can do it with
Code:
define('EB_ONLY_SHOW_REGISTRANTS_OF_EVENT_OWNER', 1);
in eventbooking.php

Productiv: Joomla 3.5.1 / EB 2.4.3 / PHP 7.0.5
Testsys: Joomla 3.5.1 / EB 2.4.3 / PHP 7.0.5

Sorry, english isn't my native language.
The following user(s) said Thank You: Judy Akers

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

More
9 years 6 months ago #49024 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic v 1.6.6 need to limit front end View Registrations
Once again, Thanks Frank for helping me answering the forum question :).

Tuan

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

  • Judy Akers
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
9 years 6 months ago #49105 by Judy Akers
That was the fix - I had installed the new version and forgot about the setting in the php file.

Thank you!

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

More
9 years 6 months ago #49116 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic v 1.6.6 need to limit front end View Registrations
Thanks for confirming. I think in the next release, I will add a config option in Configuration of Events Booking to allow you to change this settings without having to edit the code .

For now, just use this solution and It works :)

Tuan

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

Moderators: Tuan Pham Ngoc