• 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: "Back to Calendar view" link

"Back to Calendar view" link 11 years 8 months ago #24581

  • perini-ps
  • perini-ps's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 18
  • Thank you received: 1
Hi guys,

On an event page, is it possible to include some kind of

"Back to calendar"

link, and if so, how would I go about implementing it? :-)

Cheers,
Paul
The administrator has disabled public write access.

"Back to Calendar view" link 11 years 8 months ago #24584

Unfortunately this can only be achieved by using template overrides.

Please refer to the following article which addresses this issue:

www.rsjoomla.com/support/documentation/v...s-look-and-feel.html
Please remember that my responses aren't considered customer support, to receive customer support please submit a new customer support ticket, and we will gladly assist you.

Best Regards,
Cristian Nicolae.
Last Edit: 11 years 8 months ago by cristian.nicolae.
The administrator has disabled public write access.
The following user(s) said Thank You: perini-ps

"Back to Calendar view" link 11 years 1 month ago #26949

Could you give a more detailed info on how to construct the link?
I think the template override is not the problem here.
Thanks in advance!
The administrator has disabled public write access.

"Back to Calendar view" link 11 years 1 month ago #26950

An example, when using the calendar.

<?
$eventdate = $event->start;
$backtodate = new DateTime($eventdate);
$formatedbacktodate = date_format($backtodate, 'm-d-Y');
?>

<a class="backer" href="<?php echo rseventsproHelper::route('index.php?option=com_rseventspro&view=calendar&layout=day&date='.$formatedbacktodate);?>">Zurück zum Kalender</a>
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!