Posts tagged with keywords "TDOMF"


Track these posts using the RSS Feed

And another release of TDO Mini Forms is out the door!


Yep. 0.13.2 is out today. See the (new and improved wordpress 2.8) changelog for details of whats in this release.

I have to apologise for my lack of responses on the numerous support requests. I’m about a month behind but I will get through them, so hang on! :) Life, work and my other hobby projects are all overloaded these days.

Ahhhh! v0.13 escapes with editing functionality!


You can grab the latest version of tdo-mini-forms from Wordpress.org right now!

I’m sure within minutes the internet will collapse but I’ve finally got it done. v0.13 adds the ability to edit posts and has improved moderation screen. I say that with a big sigh because there is still a lot to do to finish off the backend, improve the post editing and finally tackle the long list of bugs that has accumulated, but with this version at least you can start to play with editing.

Enjoy! And any issues report them to the support forums or even try out twitter (hashtag #tdomf).

Please keep in mind that this plugin is free and any support I provide is also free. If you found it useful you can show your appreciation via a small donation or buying me a book!

Grab a beta release of TDO Mini Forms, if you dare!


I’ve been testing TDO Mini Forms (a Wordpress plugin) on a live server for a few days now. Spam protection seems to work, which is great. I only have two things left to do before I do an official release: update the readme.txt and update the ReCapatcha widget to work with the editing form.

But to get people going, you can download a beta now from the development branch.

I’ve also been sucked into twitter! @thedeadoneI will be “tweeting” (is that the right verb?) using the hashtag #tdomf anything relevant to TDO Mini Forms. (’tdomf’ is the tag I’ve always used to tag stuff relevant to TDO Mini Forms online).

Any comments and feedback welcome, but don’t expect major changes before the next release (which should be very soon!). Thank you.

Please keep in mind that this plugin is free and any support I provide is also free. If you found it useful you can show your appreciation via a small donation or buying me a book!

New Release of TDO Mini Forms getting closer…


I’m making good progress on the next release of TDO Mini Forms. I’ve managed to clear out much of my “TODO” list and I’m only left with updating widgets before I move to a live test server. On the live test server I’ll be testing and finishing admin notifications and akismet spam integration for the editing feature. More screenshots after the “more” link!
Read More…

A sneak peak at post editing in TDO Mini Forms


I’ve been toiling away on TDO Mini Forms for a while, but I’m finding it hard to get a big stretch of time to work on it. So work is done in bits and pieces and I’ve had to priorities what work is done. Right now I have a long list of bugs and other features to be implemented because of being concentrating on getting Post (and Page) editing implemented.

It’s still a long way to go, however the core work is done. I can create forms that allow you edit posts and to moderate edits. It should work with Akismet, much like submissions do, but I haven’t yet tested that part of the code. The Form Options screen has been updated and the Moderation screen is much more Wordpress 2.7 now. Still there is a lot of work to do and even when I have it basically finished (and release it), I’ll still have tons more to do. The admin UI is still in a transitionally design between Wordpress 2.5 and 2.7 look and feel and most of the other widgets will incrementally get added to the editing feature.

However, to wet your appetite, here are some screen shots of the moderation screen and edit form:

A Frustrating Day


So I’m finally getting over being poorly last week, but I’m finding I’m not up to full speed yet. I’m quite tired from the run of antibiotics. Last night, after the kids were in bed, I planned to do some writing (on Lost Heroes) and some painting (bought some new watercolours) but instead, all I could do was zombie out in front of the TV for half an hour before I crawled up to bed.

Today has turned out to be a frustrating one. Work was going fine till after lunch, when my PC started to act weird. It’s a new PC that I’ve just got up to spec with all the software I need and have been using fine for two weeks. So I reboot and it won’t start – can’t find “boot device”. As it turns out my hard drive is fecked. So the whole afternoon is lost, I couldn’t even go and do something else. I’ve lost some stuff, nothing critical, but I have lost some work on TDO Mini Forms which I hadn’t been backing up. 

Anyway, chin up. I’ll get a new harddrive tomorrow, spend the rest of the day re-installing all the software I need and trying to recover as much data as I can and just getting on with it. :|

Energy levels down, normal service will resume later


I don’t particularly won’t to post to complain about being sick. I’m not bad or in a dangerous condition, but I’ve been hit by a continual stream of colds, flus and infections this winter. I’m genuinely frustrated by it and it’s been the whole family, not just me. This recent one I got from my young son and the two of us have been at home all week till today and last week was certainly no picnic.

So if I haven’t responded to comments or emails, please understand. I will get through the backlog in time.

I haven’t been able to do much work on any of my projects including TDO Mini Forms and Lost Heroes, my drawings, gaming or even spend time just reading. I have been just about keeping up on my TV watching (for another post I think). So apologise for my invisibility over the last week. I’m hoping, with the sun showing in the clouds more and more, I’ll be able to get back into things quickly.

Best of health to everyone!

v0.12.7 of TDO Mini Forms just released


I’ve just committed v0.12.7 of TDO Mini Forms into Wordpress Extend SVN, so it should be available for download shortly from Wordpress.org/Extend.

I know I said the next version will be v0.13 with Editing Support, but that’s not to be. This release includes a fix for a pretty critical bug. If you are using a Windows host please upgrade immediately! 

A combination of Wordpress legacy implementation, Windows file name and TDOMF could end up attempting to delete you’re hosts harddrive. This sadly lead to a number of users, who were using their personal Windows PCs as development hosts to lose many personal files.

This would happen if you used the Upload Files widget and uploaded files and then attempted to delete the file using the Wordpress admin. The file path would be stored by TDOMF in a Custom Field. However, the Wordpress internal API (add_post_meta specifically), currently strips back-slashes from all data put in. This was because originally add_post_meta was only used by the admin backend, but is now a wildly used function by plugins and other parts of Wordpress. (IMHO it doesn’t make sense that add_post_meta modifies your input data and also this “feature” is not currently documented anywhere). Windows paths uses back slashes as directory separators, however Unix and Linux systems use forward slashes. Therefore file paths in Unix were stored successfully but Windows file paths were corrupted. So when the post was deleted, TDOMF would try to delete the associated files with that post but end up attempting to delete the hard drive because of the corrupted file path. This problem is not specific to any single version of TDOMF, but any version of TDOMF with the Upload Files widget.

Additionally in this release is a fix for the Queuing of Submissions which was broken on the move to Wordpress 2.7, a “double-opt-in” feature to Auto Respond Email widget, a necessary update to the core widget class (which may break your existing configuration, so make sure to double check) and a fix to the default Form code for the Form Hacker.

Please keep in mind that this plugin is free and any support I provide is also free. If you found it useful you can show your appreciation via a small donation or buying me a book!

Where am I at with TDO Mini Forms 0.13?


Just a quick post to give you an idea where I am with the next release of TDO Mini Forms. I’m currently working on supporting Forms to Edit posts and pages that support all the other lovely features of TDO Mini Forms. However it is not a “simple” extension and it’s taking me some time to work thought it. I’m only about, I think, 30% through. :(  

Which means my usual bug fixing and support has been affected and apologise to anyone waiting for support or bug fixes.

Warning about using TDO Mini Forms on Windows hosts!


There seems to be a pretty critical/lethal bug when you delete a post with files uploaded by TDOMF on a Windows host. It’ll delete everything right up c: !

So please be careful if you’re on a windows host. I’ll try and make sure this bug is fixed for next release.

Thanks to Nick and Lance for bringing this to my attention.