public
Description: Plug-in for Frog CMS to style page parts as forms
Homepage:
Clone URL: git://github.com/them/frog_page_part_forms.git
name age message
file PagePartFormsController.php Tue Jun 23 13:40:31 -0700 2009 Version 0.0.7 - [fix] editor filters are now ap... [them]
file README.markdown Sun May 24 13:42:23 -0700 2009 Version: 0.0.1 [them]
file enable.php Thu May 28 09:07:41 -0700 2009 Version 0.0.3 - delete database table with sett... [them]
file frog-plugins.xml Tue Jun 23 13:40:31 -0700 2009 Version 0.0.7 - [fix] editor filters are now ap... [them]
directory images/ Sun May 24 13:42:23 -0700 2009 Version: 0.0.1 [them]
file index.php Sun May 24 13:42:23 -0700 2009 Version: 0.0.1 [them]
file labs_json.js Sun May 24 13:42:23 -0700 2009 Version: 0.0.1 [them]
directory lib/ Sun Jun 14 08:02:16 -0700 2009 - [fixed] changed file name capitalization - [l... [them]
directory models/ Sun May 24 13:42:23 -0700 2009 Version: 0.0.1 [them]
file page_part_forms.css Thu May 28 09:07:41 -0700 2009 Version 0.0.3 - delete database table with sett... [them]
directory views/ Tue Jun 23 13:40:31 -0700 2009 Version 0.0.7 - [fix] editor filters are now ap... [them]
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