Skip to content

Modular is a plugin for Wolf CMS that allow usage of custom data tables and fields within the pages of the CMS.

Notifications You must be signed in to change notification settings

agenceamiral/wolfcms_modular_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Modular Wolf CMS Plugin

http://agenceamiral.com/labs/wolfcms_modular

Modular is a plugin for Wolf CMS that allow usage of custom data tables and fields within the pages of the CMS. It provides a simple interface for creating data tables and custom fields from the control panel. It also provides an easy way for the editors to create and edit entries.

It currently support 7 types of custom fields :

  • Text field
  • Text area
  • Checkbox
  • Options list
  • Date & time
  • Date
  • Time

Installation

Put the "modular" directory in wolf/plugins

Usage

Let's say you create an event table with date, title, description and "active" custom fields

Example code :

'active = 1','order'=>'date ASC')); foreach($active_events as $event) { echo $event['date'].'
'; echo $event['title'].'
'; echo $event['descrition'].'
'; } ?>

About

Modular is a plugin for Wolf CMS that allow usage of custom data tables and fields within the pages of the CMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published