#
Calendar
With the Event Module, your customers won't miss your next big event.
Leverage automated scheduling capabilities, an intuitive description editor, and simple categorization to showcase the next big event for your company. You can even add Google Maps and Google Calendars integrations, letting your customers save the event information directly to their personal calendars
#
Prerequisites
- Have a Solodev CMS.
- Have a Website.
Note:
For step-by-step instructions on adding a Module in your CMS, please visit Add a Module.
#
Create Calendar
These steps will guide you through the process of installing Calendar Module and adding it to your page.
Download the Calendar package (Coming soon).
Add the module to your CMS.
Create a file called
calendar-repeater.tpl
on your prefer location. This file will contain the code for your calendars roll that will dynamically pull in your calendars entries.Insert the HTML code into your file to display the calendars roll.
Include or replace the code with the shortcodes where needed.
Insert your calendars repeater file into the page you want to display the entries on.
Create a file called
calendar-detail.tpl
on your prefer location. This file will contain the code for your calendar entry.Insert the HTML code into your file to display the calendar content.
Include or replace the code with the shortcodes where needed.
Insert your calendar detail file into the page you want to display the entries on.
#
Shortcodes
You will need the following shortcodes to successfully add a Calendar to your website. Depending on your needs, you might need to use extra shortcodes.
- repeater - prints the fields from the Calendar module form.
[repeater id="" limit="0, 4" display_type="news"]
Note:
You need to add the ID number of your slider module to the repeater shortcode within the id=""
attribute.
- entry - displays the content of a specific blog entry from the module form.
[entry]
- print_date - returns the date formatted according to PHP's date function.
<p>[print_date format="F d, Y g:ia" timestamp="{{start_time}}"]</p>
If you need to use other shortcodes or need to learn more about shortcodes, click here.
#
Support
Support for Calendar Module is handled directly through Solodev's global help desk. For more information regarding support queries, go to www.solodev.com.