Skip to content

hubertguillemain/ExtTools-Checklists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtTools-Checklists

This plugin add basic checklist functionality as a section for Documents in NewsBoard. The functionality is so far kept simple while fully functional. If you are looking for more advanced task management, you should probably implement a "Task" document type with its own metadata model and.

Bug reports, change requests and pull requests are welcome in this Issue section.

The code structure is the same as for the comments plugin

How-to

  1. Download the whole package:
  • As zip from gihub web app
  • use git clone
  1. Place the "comments" folder on your IIS server.
  • either at the root of your Web site, or below your OpenMedia Web app
  • convert it to an APP
  • Make sure the apppool has sufficient privileges on the folder.
  1. Configure the config/config.js file for field mappings
  • Make sure to choose fields which do not have random data in it.
  • The plugin expects to find either it's own json data structure, or null
  • You should probably choose a non-indexed field for the JSON data
  • You should probably also add the configured fields to the list of Copy2Exception
  1. In the Admin Tool, configure this external tool
  • Access mode: NewsBoard / Template / Section
  • If you can, always use relative paths for the main Content URL
  • If you can make sure to use a fallback URL as absolute path

About

Create simple checklists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published