Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.91 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.91 KB

Field Day, a plugin for Movable Type

Compatibility

Requirement: MT 5.2.x

This is the MT5 port of FieldDay by Ubiquitic. It will NOT work on MT4. If you are looking for the MT4 version, check https://github.com/movabletype/mt-plugin-field-day instead. Please report issues here to help improve this plugin.

Overview

FieldDay is a plugin for Movable Type that lets you add more fields to the MT interface.

Features

How is Field Day different from MT's built-in "Commercial Pack" implementation of custom fields?

  • You can define fields for templates, assets, comments, and blogs, as well as system-wide fields.
  • Linked object field types let you connect any supported object type to any other.
  • By organizing fields into groups and allowing multiple instances of each group, you can allow users to associate an unlimited amount of data with a given object.

Documentation

Installation

  1. Move the FieldDay plugin directory to the MT plugins directory.
  2. Move the FieldDay mt-static directory to the mt-static/plugins directory.

Should look like this when installed:

$MT_HOME/
    plugins/
        FieldDay/
            [plugin files here]
    mt-static/
        plugins/
            FieldDay/
                [plugin static files here]

Release notes

Version: 1.5.4 (current) Changes in this version:

  • Better exception handling when an undefined group in used in a IfFieldGroup tag (authors: @jayallen, @CNG, see pull request #16)