Custom data fields are user input areas where custom data is collected and stored in the WP database.
Custom fields have originated in profile pages for various discussion boards as a way to collect various details about an user, not supported by default by the original software.
This technique has made its way to WordPress via the 'Custom Field Suite' plugin.
Besides the basic option of adding custom fields to WordPress, 'Custom Field Suite' has a lot more features for increased control over how these fields are used and displayed.
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
What is new in this release:
- Added Hyperlink field type (previously an add-on)
- Added Revision support, just use DEFINE( 'CFS_REVISIONS', true );
- Added license.txt
What is new in version 2.4.3:
- Added Hyperlink field type (previously an add-on)
- Added Revision support, just use DEFINE( 'CFS_REVISIONS', true );
- Added license.txt
What is new in version 2.4.2:
- Added Hyperlink field type (previously an add-on)
- Added Revision support, just use DEFINE( 'CFS_REVISIONS', true );
- Added license.txt
What is new in version 2.4:
- Added Hyperlink field type (previously an add-on)
- Added Revision support, just use DEFINE( 'CFS_REVISIONS', true );
- Added license.txt
What is new in version 2.3.11:
- Appended CFS version number to assets, to flush caches
- Added Dutch translations
What is new in version 2.3.9:
- Design refresh and cleanup
- New: user field min/max validation
- New: loop field min/max validation
- Improved Add-ons screen (includes new "Synchronize" add-on)
- Replaced tooltip library
What is new in version 2.3.6:
- Added Spanish translation
- Updated translations
- Upgraded select2 to 3.5.1
- Hide Gravity Forms options when disabled
- Fixed label for "Post Formats"
- Fixed issue with Duplicate Posts plugin
What is new in version 2.3.2:
- Code refactoring
- Corrected Add-ons page with new URL
- Use CFS() instead of $cfs for future API usage
What is new in version 2.3.0:
- Added Tab field type.
What is new in version 2.2.2:
- Added Russian translation
- Added Italian translation
What is new in version 2.2.1:
- Restored $cfs for template parts.
What is new in version 2.2.0:
- Added cfs_field_relationship_post_types filter
- Fixed PHP notice for loop sub-fields that don't exist
- Updated translations
What is new in version 2.1.1:
- Added animated scroll to validation errors.
- Added cfs_field_relationship_post_types filter.
- Fixed PHP notice for loop sub-fields that don't exist.
What is new in version 2.0.4:
- Fixed file upload issue with custom mime types.
What is new in version 2.0.2:
- Fixed fatal error for relationship fields.
What is new in version 2.0.0:
- Support for required WYSIWYG fields.
- Support for the "Duplicate Posts" plugin.
- Added ability to exclude fields from front-end forms.
- Code formatting tweaks.
What is new in version 1.9.9:
- New checkerboard pattern for image thumbnails.
- New cfs_get_input_fields hook.
What is new in version 1.9.7:
- Minor code housekeeping.
What is new in version 1.9.5:
- Added field group Order and Position options
- Added Japanese translation
- Fixed PHP strict notices
What is new in version 1.9.4:
- Time support for datepicker
- Gravity Forms integration bugfix
- Better code commenting (PHPDoc)
What is new in version 1.9.3:
- Fixed several Loop field order / sorting bugs
- Bugfix: CFS respects wp_default_editor()
What is new in version 1.9.2:
- Replaced date picker with Pikaday
- Bugfix - JavaScript "undefined method replace" error
- Bugfix - incorrect plugins_url() for multi-site installs
What is new in version 1.9.1:
- Added cfs_pre_save_input action hook
- Added cfs_after_save_input action hook
- Added Limit option to relationship fields
What is new in version 1.9.0:
- Improved add-on page.
- Added Persian translation.
- Cleanup of API class.
What is new in version 1.8.9:
- Bugfix: form save error with multiple edit pages open
- Added submit_label form parameter
- Updated translation file
What is new in version 1.8.7:
- Ability to use get_reverse_related on custom field types.
- WYSIWYG must be in "tinymce" mode for assets to load.
- Added toggle button to loop fields.
What is new in version 1.8.6:
- Bugfix:
- CFS forced WYSIWYG in "HTML" mode.
- JavaScript error for file uploads without thumbnails.
What is new in version 1.8.5:
- Added French translation.
- Bugfix: PHP 5.3.x array_multisort warning.
- Bugfix: WYSIWYG height within hidden container.
- Bugfix: Error handling for missing field types.
- Cleaned up admin-head.php.
What is new in version 1.8.4.1:
- Bugfix for get_labels.
What is new in version 1.8.1:
- Cleaned up get_field_info API method.
- Added Post Type Switcher plugin support.
What is new in version 1.8.0:
- New get_field_info API method.
- New Add-ons system.
- Added a Reset option (under the Tools menu).
What is new in version 1.7.9:
- Bugfix: field validation for new posts
- Improved cfs_field_types hook implementation
What is new in version 1.7.8:
- Field management - autofill and paste support.
- Cleaned up PHP notices for get() with missing fields.
Requirements:
- WordPress 3.6 or higher
Comments not found