gimparm
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgraded to 3.0.3 Plugin ProblemTried the tutorial, doesn’t change anything work.
I wrote my own plugin that replaces content and it still works, and no its not my plugin messing them up, I disabled it and even totally removed it to make sure.
I use add_filter(‘the_content’) as the trigger but as far as I can tell these other plugins don’t use that trigger, I haven’t looked into how they work but since its more than one plugin I would assume its not the plugin but something in WP that changed.
I haven’t tried a fresh WP install, maybe it has something to do with the upgrade?
Forum: Plugins
In reply to: Contact Form 7 Not Working in Page or PostsI’m not sure what’s wrong but I’m having the same problem. It was working for about a year and then it stopped so I think it must be something with the latest version.
The plugin I wrote, all calls like
jQuery.ajax({ url:"admin-ajax.php", action:"myplugin_update", success:onReturn, error:onError });The ajax request is sent, the server receives it and process it but the onReturn or onError functions are never triggered. This worked fine in 2.7 and I can’t find a reason why it stopped nor can I find out why.
Forum: Plugins
In reply to: My plugin options stopped displaying in admin menuNot a single reply? no one can even tell me where to look?
Forum: Plugins
In reply to: My plugin options stopped displaying in admin menuAnyone at all? This is kind of an emergency and I have no clue where else I can go for help.
Forum: Plugins
In reply to: TinyMCE in jQuery DialogNo one can give me any advice?