Skip to content
This repository has been archived by the owner on Mar 17, 2018. It is now read-only.
brandonkelly edited this page Sep 13, 2010 · 102 revisions

FieldFrame is Brandon Kelly’s framework for rapid development of fieldtype extensions in ExpressionEngine.

Requirements

In order to get FieldFrame up-and-running, you will need:

General Usage

Hit the ground running with FieldFrame using these guides:

Fieldtype Starter Pack

FieldFrame comes bundled with a few simple fieldtypes:

View a complete list of available fieldtype extensions in the Fieldtype Catalog.

Developing fieldtype extensions with FieldFrame

Writing your own fieldtype extension? Here are some resources that should help you along the way:

Getting help

Having trouble with FieldFrame? Or have an idea that could make it even better? All FieldFrame support is being handled through Get Satisfaction.

Donations

FieldFrame is, and always will be, a free extension. But if you feel compelled, I’m certainly not going to stop you from sending a little beer money my way!

Support by donating

Changelog

Subscribe to the Atom feed

1.0.3

  • fixed conditional tag bugs
  • fixed undefined offset bug

1.0.2

  • fixed json_encode bug affecting < PHP 5.2
  • FieldFrame now respects “Automatically Convert High ASCII Text to Entities” global weblog setting
  • FF Matrix’s {count} template variable has been renamed to {row_count}
  • other bug fixes

1.0.0

  • we’re golden!
  • added a link to the Fieldtypes Manager in Admin > Utilities
  • added a script that will convert LG Data Matrix fields to FF Matrix (accessible from FF Matrix’s site settings in the Fieldtypes Manager)
  • removed FF Checkbox Group’s site settings
  • added a single template tag option to FF Checkbox Group and FF Multi-select which returns an unordered list.
  • FF Matrix now has two single variable tags: “count” and “total_rows”
  • bug fixes and cleanup

0.9.9

  • FF Matrix will now ignore rows that have no data
  • FF Matrix template tags now accept two additional parameters, sort and limit
  • bug fixes

0.9.8

  • fixed a bug where only the first cell setting would be saved
  • fieldtype site settings are now accessible immediately after being enabled

0.9.7

  • fixed the “white screen of death” bug
  • fieldtype site settings now match the FF Matrix field settings

0.9.6

  • bundled FF Multi-select
  • added Date and Select celltypes
  • added Max Length setting to the Text celltype
  • added Textarea Rows setting to the Textarea celltype
  • added a single template tag option to FF Matrix which returns an HTML table
  • fixed a bug that prevented creating new FF Matrix rows with two columns using the same celltype

0.9.5

0.9.3

  • each fieldtype gets a hidden “field_ft” input placed before its display_field() HTML
  • bug fixes

0.9.2

0.9.1

 

Playa 2 is available now, as a FieldFrame fieldtype!

Clone this wiki locally