Supplemental Calendar Tags
This plugin provides a couple of new tags to enhance Movable Type calendar publishing.
Availability
You can download this plugin from here: mtcalx-1_1.zip
Requirements
The following are requirements for using this plugin:
- Movable Type 2.21 or later
Installation
To install, place the 'calx.pl' file in your Movable Type 'plugins' directory. The 'calx.pm' file should be placed in a 'bradchoate' subdirectory underneath your Movable Type 'extlib' directory. Your installation should look like this:
- (mt home)/plugins/calx.pl
- (mt home)/extlib/bradchoate/calx.pm
Description
This plugin provides additional tags for Movable Type calendars. These additions allow you to create calendars prior to or following the current month. This is useful when displaying multiple months at a time surrounding the current month's calendar.
Tags made available through this plugin:
- <MTCalendarEx>: Functions just like the existing <MTCalendar> tag but adds a new 'offset' attribute for displaying months in the future or months in the past.
- <MTDateEx>: Functions like the existing <MTDate> tag but supports a new 'month_offset' attribute.
<MTCalendarEx>
Attributes
- offset: If specified, use an integer value to change which month Movable Type will use to produce the calendar. For example: offset="1" will display next month's calendar instead of the current month. A negative offset is also allowed.
<MTDateEx>
Attributes
- month_offset: Used to adjust the current month.
License
Released under the MIT license. Please see
http://www.opensource.org/licenses/mit-license.php
for details.
Changelog
- 1.1: Changed tag names to 'Ex' versions after further consideration.
- 1.0: Initial release
Would I be able to use this plugin on an MT calendar and using arrows? And the arrows could even go to months that I did not post a entry by usin gthis plugin?
Hello!