Category talk:Cybernetics

From Openresearch
Jump to: navigation, search

Hi Noemi,Thanks for the plugin, had to hack a wee bit to get some of the fuoctinns to work see above guys comment with code. But all good found a way to fix the inserting into post instead of field issue but it was a hack in \wp-admin\includes\media.php @ line 410 I set $_POST[send] to $_POST[nkmsend] (and unset $_POST[send]) to prevent WP inserting media into posts (only works in my situation because I dont allow images in posts, so not suitable). Hopefully that points you in the right direction for your future bugfix. Also note that it only occurs when you use the insert into post' button that appears AFTER you have uploaded an image, if you use the insert into post after selecting an item from the media gallery there is no problemsHowever, I recently moved the wp install over from old dev hosting to new dev hosting. And now upon clicking the insert into field' button next to a field the screen shows the loading bar for the flash uploader then just exits. Meaning that the uploader doesnt even show up! I have tried reactivation, deleting dbtables remaking fields etc with no luck.Any ideas?