event start time and date in registrantslist

More
2 years 9 months ago #144906 by Ilja
Hello,
I would like to place the event start time and the event date in registrantslist. Trainers should be able to easily see their registrants list for the respective event.
Now, it is the event title displayed only. I tried to fix it in "registrantslist/default.php", but did not succeed, yet. Thanks for advice!

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

More
2 years 9 months ago #144908 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic event start time and date in registrantslist
That page displays registrants form certain event and normally, users would see the date and time of the event on events list or event details page already. That's the reason we do not display event date information there

If you want to customize it, you can use this modified file. I modified it quickly for you without testing, but it should work, or at least it is starting point for you to modify it further

Regards,

Tuan
Attachments:
The following user(s) said Thank You: Ilja

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

More
2 years 9 months ago #144910 by Ilja
Thank You, Tuan again for your quick help! This file worked perfectly as a base to work with!
Regards! Ilja

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

More
2 years 9 months ago #144912 by Ilja
Hello again,
there still is a slight thing about the display of start time: the event date time is shown correctly in the event - the registrant list shows the event date time + two hours. what might that be? thanks in advance! Ilja

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

More
2 years 9 months ago #144913 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic event start time and date in registrantslist
Sorry, the JHtml::_('date'  method needs another parameter (set to null) to show date time properly. Please use this updated file

Regards,

Tuan
Attachments:

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

More
2 years 9 months ago #144915 by Ilja
thanks!!! and regards! Ilja

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

More
2 years 9 months ago #144918 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic event start time and date in registrantslist
You're welcome !

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