Previous Topic

Next Topic

Book Contents

Book Index

Joomla Calendar Plugin Frequently Asked Questions

I've created a custom html module in Joomla! but it just shows the shortcode.

In Joomla, the event times are wrong.

I've updated my calendar, but the plugin isn't showing the changes on my Joomla page.

What are the version requirements for the Joomla! Plugin?

See Also

Joomla Integration

Installation

Inserting a Shortcode

Responsive Month View Calendar and Mini-Calendar - Joomla

Simple and Detailed List of Events - Joomla

Events Filter Short Code for Joomla

Display Single Event - Joomla!

Short Codes Reference - Joomla

Display Single Event - Joomla!

The [connectdaily_event] short code lists a single event's details. You can use it two different ways.

To always display a specific event, add the by_id argument to the short code. E.G.

[connectdaily_event by_id="3333"]

Alternatively, you can put the short code on a page, and pass the ID of the event. For Example, if you have a page

/single-event/

then to list a specific event, add the [connectdaily_event] shortcode and then call the page with the cal_item_id as an argument. For Example:

/single-event/?cal_item_id=3333

To find the cal_item_id, in the cloud-calendar click on the event to edit it. The cal_item_id will be displayed in your browser's address bar. See below.

You should also set the value for View Event Details URL in System Configuration.