Sunday, 15 July 2018
  3 Replies
  719 Visits
0
Votes
Undo
HI, I am using Joomla 3.8 with JEvents v3.4.47.

When you click on a recurring event on the web site you need to navigate with several clicks to "edit this recurrence" page. I want that the first click on the Event goes directly to that page.

https://image.ibb.co/jd46Wo/screenshot_980.jpg

When you navigate to Components -> JEvents -> Custom Layouts -> Monthly Calendar Cell you can select Core Jevents Fields and there Link which gives you the following code {{Link:LINK}} that can be used in the Monthly Calendar Cell.

This code is replaced when the calendar cell is rendered with the link to the Event-detail from this calendar cell.

For example: http://localhost/index.php/calendar/eventdetail/20000/-/eventTitle This link opens the main page for the particular calendar event.

The following link http://localhost/index.php/calendar/icalrepeat_edit/20000 opens the edit page for the the particular calendar event.

Is there a code snipped like {{Link:EDIT}} that gives me the URL of the edit page instead of the main event page.
6 years ago
·
#204158
0
Votes
Undo
Hello,

Is it always the same menu item? If so you could hardcode the link and just include the {{rp_id:RP_ID}} tag.

Many thanks
Tony

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

6 years ago
·
#204375
0
Votes
Undo
Hi the {{rp_id:RP_ID}} tag works perfect. I would also need a tag that gives me the current URL. Because right now I hard coded the URL to the edit of the event.


<a href="http://localhost/index.php/calendar/icalrepeat_edit/{{rp_id:RP_ID}}" >


I would need a tag that gives me the current URL displayed in the browser, then I could do:



<a {{BASEURL}}/{{rp_id:RP_ID}}" >


I tried this tag `{{Url:URL}}` but it just gave me `localhost`

Maybe you can help me with a solution that avoids JavaScript :)

Thanks so much
6 years ago
·
#204385
0
Votes
Undo
TRY: {{link:LINK}}

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.