• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: remove Finish time

remove Finish time 10 years 11 months ago #23148

My client does not want the finish time to be displayed.
How can I hide the finish time from an event in the front end?
Or even better, make it optional.
Ideally some events have a finish time, others do not.
It should be optional and if no finish time is selected, it should not be displayed.


Current view:
Fra June 02, 10:00 til June 02, 11:00

What they want:
June 02, 10:00

thank you
Michael
Last Edit: 10 years 11 months ago by michael.thomsen.
The administrator has disabled public write access.

remove Finish time 10 years 11 months ago #23149

don't know if this is a good way or not:

Remove in /public_html/components/com_rseventspro/views/rseventspro/tmpl/default.php :

<?php echo JText::_('COM_RSEVENTSPRO_GLOBAL_TO_LOWERCASE'); ?> <b><?php echo rseventsproHelper::date($event->end,null,true); ?></b>

Then in Language overide, search the word From (or your language translation) under RSEvents and simply replace From with a blank (delete From).

I also deleted in /public_html/components/com_rseventspro/views/rseventspro/tmpl/show.php:
<?php echo JText::_('COM_RSEVENTSPRO_EVENT_UNTIL'); ?> <?php echo rseventsproHelper::date($event->end,null,true); ?>
Last Edit: 10 years 11 months ago by michael.thomsen.
The administrator has disabled public write access.

remove Finish time 10 years 11 months ago #23151

better to copy these files and make template overrides as described here:

www.rsjoomla.com/support/documentation/v...s-look-and-feel.html
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!