Not a developer? Go to MovableType.com

Plugin and Theme Directory

We Tags v1.2.1

By David Raynes
Posted January 3, 2014, in Communities.

Details

Configuration Settings

  • WeTagsLoginRequired

    Require logged in user to add tags through the community pack.

    Defaults to 1.

  • WeTagsRebuildEntries

    Rebuild tagged entries (in the background if possible).

    Defaults to 1.

Tags

None

UI Changes

None

Comments application changes

Added add_tag method. Takes _type (defaults to ‘entry’), id and tag arguments. Returns JSON. On success returns:

{
    error => undef,
    result => {
                  message => 'Success',
                  tag_added => '<tag that was added>'
              }
}

Compatibility

Movable Type versions: 4.3


Back