- Posts: 124
- Thank you received: 4
Waiting List vs. Notify Me When Event Becomes Available
- Alex
- Topic Author
- Offline
- Premium Member
-
Less
More
7 years 1 month ago - 7 years 1 month ago #114083
by Alex
Waiting List vs. Notify Me When Event Becomes Available was created by Alex
From what I understand about the waiting list feature it looks like it is only designed for when someone cancels their registration.
From my testing it looks like all of this is triggered automatically. Is the cancellation of one registrant to make room for a new one the only way this works or will the waiting list feature trigger emails notices if the Capacity is adjusted?
In comparison, I am looking for a way to add some kind of message or link for events that are closed (past dates) but people can sign up to be added to a list to be notified when the next one becomes available.
One option I've come up with is to modify "We are no longer accepting registration for this course" message that can include some html/css to add a button to sign up to a newsletter. Is there any other way to address this?
From my testing it looks like all of this is triggered automatically. Is the cancellation of one registrant to make room for a new one the only way this works or will the waiting list feature trigger emails notices if the Capacity is adjusted?
In comparison, I am looking for a way to add some kind of message or link for events that are closed (past dates) but people can sign up to be added to a list to be notified when the next one becomes available.
One option I've come up with is to modify "We are no longer accepting registration for this course" message that can include some html/css to add a button to sign up to a newsletter. Is there any other way to address this?
Last edit: 7 years 1 month ago by Alex.
Please Log in or Create an account to join the conversation.
- Alex
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 124
- Thank you received: 4
7 years 1 month ago #114084
by Alex
Replied by Alex on topic Waiting List vs. Notify Me When Event Becomes Available
Tested out the translation and it looks like adding any html messes things up so adding a link or button isn't an option.

Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
7 years 1 month ago #114094
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Waiting List vs. Notify Me When Event Becomes Available
Hi Alex
1. The extension doesn't trigger email when capacity is adjusted
2. In your case, I guess modify the layout directly to include the HTML code you want will be the easiest way. Look at the file components/com_eventbooking/view/event/tmpl/default.php, line 215, you will see this line of code:
Change it to HTML code you want and it should be fine
Regards,
Tuan
1. The extension doesn't trigger email when capacity is adjusted
2. In your case, I guess modify the layout directly to include the HTML code you want will be the easiest way. Look at the file components/com_eventbooking/view/event/tmpl/default.php, line 215, you will see this line of code:
Code:
$msg = JText::_('EB_NO_LONGER_ACCEPT_REGISTRATION');
Change it to HTML code you want and it should be fine
Regards,
Tuan
The following user(s) said Thank You: Alex
Please Log in or Create an account to join the conversation.
- Alex
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 124
- Thank you received: 4
7 years 1 month ago #114127
by Alex
Replied by Alex on topic Waiting List vs. Notify Me When Event Becomes Available
Hi Tuan,
Thanks for the advice. I''m trying to add the html code (button with link) but the link isn't working properly. I suspect I am doing something wrong as the link is concatenating with the current url as opposed to creating a new one.
This is what I have:
Thanks for the advice. I''m trying to add the html code (button with link) but the link isn't working properly. I suspect I am doing something wrong as the link is concatenating with the current url as opposed to creating a new one.
This is what I have:
Code:
$msg = JText::_('This course is currently not available: <a href=“index.php?option=com_acymailing&view=user&layout=modify" target="_self" class="button button-2">Notify Me When a Course is Scheduled</a>');
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
7 years 1 month ago #114128
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Waiting List vs. Notify Me When Event Becomes Available
Hi Alex
You can submit a support ticket sending us:
1. Super admin account
2. Link to the page you want to display this HTML code
We will look at it and do the modification for you
Regards,
Tuan
You can submit a support ticket sending us:
1. Super admin account
2. Link to the page you want to display this HTML code
We will look at it and do the modification for you
Regards,
Tuan
The following user(s) said Thank You: Alex
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2025 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.