Stop the 'Go' button redirecting to Home page

  • Robert Ivey
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 11 months ago #9296 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.

bivey

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

More
13 years 10 months ago #9883 by amblenat
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
  • New Member
More
13 years 10 months ago #9892 by Robert Ivey
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.

More
13 years 7 months ago #11682 by mbittle
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">

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

Moderators: Tuan Pham Ngoc