Registration List in standard page

  • Andrew Shaw
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 8 months ago #47760 by Andrew Shaw
Registration List in standard page was created by Andrew Shaw
How hard would it be to change the code to allow the registration page to open up as a Standard page rather than the pop up box?

Thnaks

Andy

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
9 years 8 months ago #47783 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registration List in standard page
Hi Andy

I am sorry but your question is not clear to me. I think in Events Booking, we have registration open on standard page, not a popup. Could you please send me the link to the page so that I can try it myself ?

Regards,

Tuan

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

  • Andrew Shaw
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 8 months ago #47795 by Andrew Shaw
Replied by Andrew Shaw on topic Registration List in standard page
Sorry its the registration list I would like to open up in a standard page, rather than the pop up.

Thanks

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
9 years 8 months ago #47841 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registration List in standard page
Hi Andrew

Unfortunately, at the moment, we don't support this feature. Maybe you want to create a menu item to link to registrant list of an event ? Please let me know so that I can think about it and implement this feature into the system .

Regards,

Tuan

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

  • Andrew Shaw
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 8 months ago #47850 by Andrew Shaw
Replied by Andrew Shaw on topic Registration List in standard page
Want to open just from the link/button on the event/events pages.

Is it easy to manually code to do this?

Thanks

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

More
9 years 8 months ago #47870 by FrankM
Replied by FrankM on topic Registration List in standard page
I need this feature too :)

I think we need to change this. components/com_eventbooking/vies/event/tmpl/default.php
Code:
<tr> <td> <strong><?php echo JText::_('EB_REGISTERED'); ?></strong> </td> <td> <?php echo $item->total_registrants ; ?> <?php if ($this->config->show_list_of_registrants && ($item->total_registrants > 0) && EventbookingHelper::canViewRegistrantList()) { ?> &nbsp;&nbsp;&nbsp;<a href="index.php?option=com_eventbooking&view=registrantlist&id=<?php echo $item->id ?>&Itemid=<?php echo $this->Itemid; ?>&tmpl=component" rel="gb_page_center[<?php echo VIEW_LIST_WIDTH; ?>, <?php echo VIEW_LIST_HEIGHT; ?>]" class="registrant_list_link"><span class="view_list"><?php echo JText::_("EB_VIEW_LIST"); ?></span></a> <?php } ?> </td> </tr>

Problem, i don't know how :(

Atm i use an iframe to show the registrant list.
Code:
https://rccar-nennungen.de/rennen/anstehende-rennen/4-nrw-cup-2014-langenfeld-hobby/registrants-list

I hope Tuan can help ;)

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.

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
9 years 8 months ago #47895 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registration List in standard page
You can get this file, unzip it, upload to components/com_eventbooking/views/event/tmpl and try again. Please back up the old file (components/com_eventbooking/views/event/tmpl/default.php) before uploading as this file is based on version 1.6.6 of Events Booking (I am not sure which version you are using).

Regards,

Tuan
Attachments:

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

More
9 years 8 months ago #47918 by FrankM
Replied by FrankM on topic Registration List in standard page
Argh, my Skype don't work atm :angry:

Your File works!
Code:
https://rccar-nennungen.de/rennen/anstehende-rennen/4-nrw-cup-2014-langenfeld-hobby/registrants-list

But i will have it like this
Code:
http://rccar-nennungen.de/nennungen/nennliste-4-nrw-cup-2014-hobby

Is it possible?

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.

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
9 years 8 months ago #47924 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Registration List in standard page
Unfortunately, it is not possible. The link need to follow a standard :).

Tuan

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

More
9 years 8 months ago #47938 by FrankM
Replied by FrankM on topic Registration List in standard page
:silly:

Ok, i have edit an
Code:
target="_blank"
to open the list in an new window.
Code:
<a href="index.php?option=com_eventbooking&view=registrantlist&id=<?php echo $item->id ?>&Itemid=<?php echo $this->Itemid; ?>" target="_blank"><span class="view_list"><?php echo JText::_("EB_VIEW_LIST"); ?></span></a>

In the "registrants lists" i need a little change. I will have the event name in the title. So it looks like:

Registrants List (Event Title)

Is this possible?

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.

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

Moderators: Tuan Pham Ngoc