Dave Doolin
Forum Replies Created
-
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Form Not Popping UpThanks!
Most of these are formatting and stylistic issues, which on the one hand are not difficult to “fix,” but on the other hand, don’t usually matter for runtime.
On the other other hand, I’ve been assuming the problems have been in the main part of the javascript code, not the editor plugin code, which is also many years old. So now I’m inspired to clean this up a bit, and to poke around on the TinyMCE site to verify this code against the API shipping with WP currently.
Cleaning up these small style issues is encouraging; thanks again for running the jslint check.
Forum: Plugins
In reply to: [hRecipe] hrecipeWork in progress on this. Just released a new version with cleaner javascript.
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Form Not Popping UpWorking on the hrecipe javascript issues right now. Thank you for your patience.
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Conflict with Dynamic Content Gallery Pluginddemeo, thanks for the head’s up. I’m working on localizing all the javascript right now, which is a necessary first step to cleaning up the hrecipe code.
Forum: Plugins
In reply to: hRecipe 0.5.3 broken, please update to 0.5.3.1I’ll be available through Saturday March 6 and most of Sunday March 7.
If anyone still has any difficulty, please email me.
Forum: Plugins
In reply to: [Plugin: hRecipe] TranslationsHi Troca,
I put the Swedish translation in a while back.
I would like to link to you, but I need a URL.
All of the translations need to be updated. I’ll have to merge a new gettext run, something I’m not looking forward to.
Forum: Fixing WordPress
In reply to: Your attempt to edit this post: “abc” has failed !!!I just lost a couple of hundred words when WordPress logged me out when attempting to autosave.
I have no earthly idea how to “duplicate” this problem, but this seems to the right thread for mentioning it.
Forum: Plugins
In reply to: [Plugin: hRecipe] Looking forward to this!Elana,
Glad you like it!
I really appreciate your enthusiasm.
It turns out the handling recipe data has a lot of the same sort of problems as handling any other data. Like: making it easy for the computer is tough on the user, or making it easy for the user is tough on the programmer. There is no free lunch!
If you have any suggestions, make sure to copy them to the hRecipe web page as well.
Thanks,
Dave DForum: Fixing WordPress
In reply to: tools in Publish Box (add a new post ) don’t workI have this problem as well.
Forum: Plugins
In reply to: [plugin-register-plus] Update for wp2.7?Ok, I’ll take another look at the code here in day or two. Testing, bug reports and feedback would be helpful to maintain my interest. Actually “fixing” what’s wrong with it probably isn’t that difficult. Fixing it “correctly” is a slightly different issue…
Forum: Plugins
In reply to: [plugin-register-plus] Update for wp2.7?I’m taking a look at the Register Plus code right now.
It looks fairly well-structured and shouldn’t be too hard to update. That being said, bringing it up to latest plugin style would take some non-trivial refactoring.
I haven’t found any way to contact the author, so I’m considering forking the code to bring it up to 2.7+. If that rooted the author out of hiding that would be just fine too.
Anyone seriously interested in a fork, please drop me a note.
Forum: Fixing WordPress
In reply to: wp_head problem (javascript problem)chandamon,
In my case, I’m pretty sure it’s a plugin (e.g., current issue with Sociable) or a wordpress problem, because posts containing a certain piece of javascript code will work when displayed individually, but will NOT work when displayed on the front page.
I’m not sure we are having the same specific problem with javascript, but I’ll be delighted to help you in any way I can once I figure what’s going wrong on my site.
Forum: Plugins
In reply to: [Plugin: Sociable] Drag’n Drop doesn’t Drag…Not working with Chrome or latest firefox.
Quote Rotator and Hackadelic TOC are not working either.Maybe others, but that’s what I have for now.
Forum: Fixing WordPress
In reply to: wp_head problem (javascript problem)chandamon:
I’m having some sort of similar problem, javascript simply stopped working on two of my sites. This is for both the displayed web site and for the admin interface. I have installed no new plugins since javascript last worked.
I won’t tell you to RTFM… that just means I don’t know the problem is myself.
What I’m doing is copying everything down to my local wamp installation to pick it apart. That way the website doesn’t go down as I remove all the plugins.
Please post any updates.
Forum: Plugins
In reply to: Recipe Box Plug-in??I’m working on this sort of capability with my recipe plugin: http://tinobox.com/wordpress/hrecipe/
Printing is a good idea.