williewonka
Forum Replies Created
-
same here. latest version of both the plugin and wordpress. and im sure that no other process is doing something.
Forum: Reviews
In reply to: [Imagements] Does not workim very sorry to hear that. im developing a new update and in my test blog the upload field is displaying correctly. please wait a little longer for this update and then report back if the problem persists. if it does feel free to let me know at [email protected]
Forum: Plugins
In reply to: [Imagements] "error in resizing image"im very sorry to hear that, im back now to further develop this plugin. i would like to suggst that you wait a little longer for the new update and then report back if the problem still exists. was it an image with an space in it by any chance? this is an known bug and is resolved in the upcoming update
Forum: Plugins
In reply to: [Imagements] Missing argument 2 for wpdb::prepare()hello and sorry for the long silence, yes this is a problem and i have fixed this in the new update which will be released very soon
Forum: Plugins
In reply to: [Imagements] Multiple Imagesyes im back now and will resume development! This feature will be added in the upcomming update!
Forum: Plugins
In reply to: [Imagements] Suggestions….yes im back now and will resume development! thx for you suggestion i will look into it for a future update!
Forum: Fixing WordPress
In reply to: mirror install cant find wp-settings.phpyes i used that, i also did it before but never had this error
Forum: Plugins
In reply to: [iQ Block Country] pull request, small changeswow nice! looking forward to when you release the update
Forum: Plugins
In reply to: [Imagements] [Plugin: Imagements] Impossible to activateyeah i got an email from someone who has the exact same problem. i fixed it in the latest verion 1.2.5 if you update to that version it should fix the problem. it fixed the problems for the guy who sent me an email
Forum: Plugins
In reply to: [Imagements] [Plugin: Imagements] Impossible to activatetry updating to the latest version. this activating problem is fixed few versions ago.
Forum: Hacks
In reply to: comment form adjustmentI know i use that too. The problem is i need to get files uploaded so i need the files variable. The post works for me too in that hook. But thx for the input
So my problem now is that the hook to change the enctype doesnt work, altough i use the exxact same code as the codex example. Anyone know what i do wrong. I already changed the priority of the action so it cant be that
Forum: Hacks
In reply to: comment form adjustmentwell i found that i need to add enctype=”multipart/form-data” to the form tag. i also found the hook for it. however when i use the same example as in the codex it still doesnt work! i cant even see the enctype in the source of the page when i test it. this means that the whole function is not fired. anyone know why? i used:
add_action('post_edit_form_tag' , 'imagements_add_form_tag' , 1); function imagements_add_form_tag(){ echo ' enctype="multipart/form-data"'; }