• 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: Event-Modul Start- / End-Date

Event-Modul Start- / End-Date 5 years 2 months ago #38791

Hi there,

how is it possible to show some more data in the Event-Module?
We need to show at least start- and end-date of events.

best regards

didi
The administrator has disabled public write access.

Event-Modul Start- / End-Date 5 years 1 month ago #38902

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
Hello,

In order to achieve this, you will have to perform a template override for the events module, as explained here:

www.rsjoomla.com/support/documentation/r...s-look-and-feel.html

and display the event start date using the following syntax:

<?php echo $event->start; ?>

and the event end date using the following syntax:

<?php echo $event->end; ?>
My help is not official customer support. To receive assistance, submit a ticket by clicking here
Last Edit: 5 years 1 month ago by bogdan.tataru.
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!