Stop the 'Go' button redirecting to Home page
- Robert Ivey
- Topic Author
- Offline
- New Member
-
Less
More
13 years 11 months ago #9296
by Robert Ivey
bivey
Stop the 'Go' button redirecting to Home page was created by Robert Ivey
Hi Tuan
Thanks for a great program. One small issue please: I have created a front admin menu item (type 'EB-Registrants' - note that type 'EB-Registrantslist' results in a 'no records found error'), that displays a front end list of registrants for quick access by event staff. However, when 'Registration Status' or 'Select Event & Go' button is selected, the selected list IS displayed, BUT is redirected to the home page, displaying in a smaller content area, creating a display issue. Also, a partly hidden 'search' box appears on the page.
Is there a way please to configure the menu item to prevent display on another page, etc? I am using EB Ver 1.3.3.
Also it would be handy in the case of only one event, to be able to turn off the 'select event' box.
Thanks for a great program. One small issue please: I have created a front admin menu item (type 'EB-Registrants' - note that type 'EB-Registrantslist' results in a 'no records found error'), that displays a front end list of registrants for quick access by event staff. However, when 'Registration Status' or 'Select Event & Go' button is selected, the selected list IS displayed, BUT is redirected to the home page, displaying in a smaller content area, creating a display issue. Also, a partly hidden 'search' box appears on the page.
Is there a way please to configure the menu item to prevent display on another page, etc? I am using EB Ver 1.3.3.
Also it would be handy in the case of only one event, to be able to turn off the 'select event' box.
bivey
Please Log in or Create an account to join the conversation.
- amblenat
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
13 years 10 months ago #9883
by amblenat
Replied by amblenat on topic Re: Stop the 'Go' button redirecting to Home page
I'm having the same problem with the redirection to home page (and smaller content area) after selecting a course or payment status - did you get anywhere in solving this?
Please Log in or Create an account to join the conversation.
- Robert Ivey
- Topic Author
- Offline
- New Member
-
13 years 10 months ago #9892
by Robert Ivey
bivey
Replied by Robert Ivey on topic Re: Stop the 'Go' button redirecting to Home page
I submitted a support ticket, within an hour or two Tuan emailed to say it sounded like something in my site configuration, asked for admin login to my site & fixed it. Great service!
bivey
Please Log in or Create an account to join the conversation.
- mbittle
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
13 years 7 months ago #11682
by mbittle
Replied by mbittle on topic Re: Stop the 'Go' button redirecting to Home page
I had the same problem and Tuan just helped me out. Figured I'd post the solution in case anyone needs it.
1. Open the file components/com_eventbooking/views/registrants/tmpl/default.php
2. Find the code:
<form action="index.php" method="post" name="adminForm">
3. Change it to :
<form action="index.php?option=com_eventbooking&Itemid=<?php echo JRequest::getInt('Itemid'); ?>" method="post" name="adminForm">
1. Open the file components/com_eventbooking/views/registrants/tmpl/default.php
2. Find the code:
<form action="index.php" method="post" name="adminForm">
3. Change it to :
<form action="index.php?option=com_eventbooking&Itemid=<?php echo JRequest::getInt('Itemid'); ?>" method="post" name="adminForm">
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.