TDOMF plugin v0.9.3 coming your way soon…


I’ve been busily working away on my TDO Mini Forms plugin for Wordpress for a little while now. My aim was to get the Custom Fields widget complete. I currently now have support for checkbox and select. The select option can be used for lists and dropdown, multiple and single selection! I still have radio groups and possible multiple checkbox to go.

However I’ve implemented a huge number of little improvements and bug fixes that I think it might be worth making a v0.9.3 release now. The code is currently running on the demo site without a hick-up which is great. Included will be changes to the category widget (multiple selection!), extra debug stuff, disabling “Your Submissions” page, etc.

To wet your appetite, here is the full changelog so far for v0.9.3:

  • Fixed customfield textfield control radio group in Firefox
  • Fixed customfield textfield ignoring size option
  • Fixed customfield textarea putting magic quotes on HTML
  • Fixed customfield textfield not handling HTML and quotes well.
  • Fixed customfield textfield not handling foreign characters well.
  • Fixed customfield textarea quicktag’s extra button only working on post content’s quicktag’s toolbar
  • Updated customfield to optionally can automatically add value to post with a user defined format
  • Removed any “short tag” versions (i.e. use “< ?php” instead of “?>?>?>
  • Add link to view post from moderator notification email
  • Auto add buttons to post content to “approve” or “reject” submission on the spot
  • Enable/disable preview of customfield value
  • Added option to Upload Files widget to use direct links
  • Get phpinfo page
  • Conf dump page
  • Updated stylesheet to look nice in IE
  • Fixed borked thumbnails from v0.9
  • Fixed some issues with file uploading and safe_mode
  • New Option: Enable/Disable “Your Submissions” page
  • New Option: Enable extra debug log messages
  • Make the tags widget conditional on the existance of ‘wp_set_post_tags’. This will improve backwards compatibility with Wordpress < 2.3 (officially unsupported)
  • Category widget: Multiple category selection
  • Category widget: Display as list
  • Customfield now supports select and checkbox options