them / frog_page_part_forms

Plug-in for Frog CMS to style page parts as forms

This URL has Read+Write access

name age message
file PagePartFormsController.php Loading commit data...
file README.markdown Sun May 24 13:42:23 -0700 2009 Version: 0.0.1 [them]
file disable.php
file enable.php
file frog-plugins.xml
directory images/
file index.php
file labs_json.js Sun May 24 13:42:23 -0700 2009 Version: 0.0.1 [them]
directory lib/
directory models/ Sun May 24 13:42:23 -0700 2009 Version: 0.0.1 [them]
file page_part_forms.css
file page_part_forms.js
directory views/
README.markdown

About

Plugin for the Frog CMS. Defines and display custom forms the page parts of a page.

Motivation

Frog has a simple but powerful mechanism to handle content. The content is organised in pages and each page consists of at least one page part (called "body"). New page parts can easily added and accessed for content presentation, but only one page part can be active at a time. A page part is a basic text field that can hold any kind of content (e.g. PHP script, HTML, etc.).

Page part forms fills the gap between the generic structure and a custom interface. With this plug-in a form can be defined that is shown instead of the frog build in tab view. The form does not only contain basic text field, but allows e.g. selections and date fields.

Requirements

Install

Protect your plugins. Edit config.php and add the following line:

define('IN_FROG', true);

Copy plugin files to frog/plugins/page_part_forms/ folder.

cd frog/plugins/
git clone git://github.com/them/frog_page_part_forms.git page_part_forms

Usage