=== Verve Meta Boxes === Contributors: Komra Moriko, Vaughn Draughon Donate link: http://www.avenueverve.com/ Tags: custom fields, admin, meta boxes, post image, page image, date, datetime, time, checkbox, textarea, select, radio, file upload Requires at least: 2.8.0 Tested up to: 3.0 Stable tag: trunk A robust, intuitive, polished custom fields plugin provides text, textarea, image, file, date, time, datetime, select, radio, and checkbox fields. == Description == Verve Meta Boxes is a robust custom fields plugin with an intuitive, polished interface that allows for creation of text, textarea, image, file, date, time, datetime, select, radio, and checkbox custom fields for posts and/or pages. Values for custom fields are stored in wp_postmeta and can be accessed in templates through standard Wordpress functions such as: the_meta, get_post_meta, get_post_custom, get_post_custom_values, etc. Once installed, you will find a configuration screen located under Tools in the left navigation. There you can create multiple meta boxes each with a set of user defined drag and drop sortable custom fields. See the screenshots for more detail. == Installation == Installing Verve Meta Boxes. 1. Upload `verve-meta-boxes` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place `` inside the Loop in your templates Note: Verve Meta Boxes supports custom post types. To use custom post types with Verve Meta Boxes you must add and save a post of the custom type first. Since there are a number of plugins that allow you to set up custom post types, to maintain the broadest compatibility we find which post types you have available in your installation by checking the post_type field in $wpdb->posts table. == Frequently Asked Questions == = I can't get the values to save when I am creating checkbox or select fields. = When entering comma separated lists into the checkbox or select fields, you must hit enter or return for the information to be saved to the database. = Upload feature doesnt seem to work. When I browse and select I have no option to upload = Just hit the Save Draft or Publish button, that will do it. == Screenshots == 1. You will find a link to Verve Meta Boxes admin panel in the Tools navigation section. Create a meta box, then add custom fields to it. You can drag and drop to order fields within meta boxes. You can click to edit-in-place field labels and add/edit comma separated values for checkbox and select fields. 2. This screenshot shows a post page with multiple types of fields in two different meta boxes ("My Meta Box" and "For the Press"). You can drag and drop them to position them conveniently on post/page editing screens. 3. On Post or Page edit screens, you may also collapse or hide meta boxes. == Changelog == = 1.2.2 = * Bug fixes to handle PHP strict environment and compatibility with Custom Post Types UI. = 1.2.1 = * Modified code to work in environments that utilize PHP strict. = 1.2.0 = * Added time and datetime fields. = 1.1.2 = * Fixed bug to maintain backward compatiblity with WP 2.8.x - 2.9.x. = 1.1.1 = * Code optimization to filter post types by whether or not they support custom-fields * Fixed bug where file uploads did not work in IE. = 1.1.0 = * Made compatible with custom post types in Wordpress 3.0 = 1.0.1 = * Fixed bug where users could not delete content from textarea and text fields * Added instructions when adding comma separated values to checkbox and radio fields, you must hit enter for your changes to take effect. = 1.0 = * Initial public release == Upgrade Notice == = 1.2.1 = Modified code to work in environments that utilize PHP strict.