=== Plugin Name === Contributors: David Frank Donate link: http://thanks.for.considering.a.donation/you.can.keep.it/ Tags: fast, quick, images, photos, insert, media, admin, edit Requires at least: 2.6 Tested up to: 2.8.2 Stable tag: 1.3.7 Fully integrates media manager into editing interface, avoid reloading thickbox pop-up, with enhanced features like multi-insert & mass-editing. == Description == Faster Image Insert aims to do **one thing right**: Moves built-in Media Manager down in a meta-box, right next to main editing panel, so you have full control of the manager: opens it, makes it collapse or hidden from the interface completely. Best of all, is now you can insert image(s) much **faster**, and **precisely** where you want them to be. - **No thickbox**, using metabox with zero interface blocking, quite similar to the uploader in WordPress 1.5 - **No hacking**, default upload interface is not affected, only enhanced. - **Insert multiple images** in gallery & library mode, without using shortcode; can also insert images in reversed order, and even control spacing between images. - **Mass info editing**, change title/captions in one-shot. - **Smart switches**: set default uploader, disable captions & toggle all items. - Initial load time is still limited by server, because the default media manager is not fully client-sided. **This plugin is designed for**: * Screenshot lovers - movie, game or anime reviews etc. * Howto gurus - cooking guide, hardware DIY guide etc. * Photo loggers - author can comment below each photos. * Bloggers that have been shouting "run, manager, RUN!" to their thickbox loading screens. == Installation == - Extract to folder /faster-image-insert - Upload to WordPress plugins directory /wp-content/plugins - Activate the plugin in WordPress plugin page - (Optional) Change options in "Settings" menu - Navigate to post/page editing panel, a Fast Insert metabox should appear == Screenshots == see http://blog.ticktag.org/2009/02/19/2765/ for screenshots see **Other Notes** for changelog == Frequently Asked Questions == = Does the media manager behaves the same in meta-box ? = Yes, except less annoying (I hope). = Would you mind slowing down releases ? = Fine, this version should be good for a while, until new bugs show-up ;-) = Why my items' ordering are not saved ? = Remember to press "save all changes" button after re-ordering images. "Insert selected images" only outputs in listing order, NOT by ordering numbers. = Why reversed ordering starts with the number 500 ? = It's just a number, I figure 500 should be enough for everyone; but you're free to change it. Note that ordering number can be negative, you may use drag-and-drop to set them back to positive numbers. = Why doesn't media manager load ? = Navigate to its options page, Try setting it to use html-based iframe, that should resolve the problem; otherwise you should look into possible plugin conflicts. = Conflicts with Custom Field Template plugin ? = One way to workaround this problem is to enable the multiple image insert option in CFT's settings page. If you don't feel like hacking wordpress core, media-manager popup **within** CPT meta-box will cease to load, but other function should work as usual. = Conflicts with Admin Drop Down Menu plugin ? = Schedule and Farbtastic libraries in wordpress can NOT live next to each other. Unfortunely, they met in the add new post section via these two plugins, which rendered the page as blank. One workaround is to uncomment the line on wp_deregister_script('farbtastic') in faster-image-insert.php, it resolves the problem between two plugins, but also disable any color pickers. == Changelog == = trunk = * unstable release = 1.3.7 = * Resolves a plugin conflict, updates readme. = 1.3.6 = * Re-structured setting page layout, new translation, updated compatible version. = 1.3.5 = * Add compatibility mode to remove functions that are WP 2.8 built-in, debug mode for plugin conflict debugging, new translation. = 1.3.4 = * Ability to reverse image ordering & toggle all image items (remember to save it first). fix a problem regarding mass-edit. = 1.3.3 = * Negate selection now available, Danish translation by Georg, French translation by Li-An, users are now able to set separator between images, and disable caption if desired. = 1.3.2 = * new experimental mass-image edit (change title, caption, alignment & size; enable it in option page); added i18n support (pot file included), with chinese translation. = 1.3.1 = * removed due to wrong file, please use 1.3.2, we apologize for the trouble. = 1.3.0 = * provide options for customization & debug (under Settings menu); fix a bug associate with non-image insertion; load image upload form instead of media upload form (they have the identical functions, but latter has better From URL tab support); get ready for i18n; tested support for wordpress 2.6 = 1.2.0 = * now comes with multiple images insertion feature; various improvements. = 1.1.1 = * optimized autosave detection. Final release for WordPress 2.7.1 = 1.1.0 = * workaround for autosave breaking upload queue, better support for wordpress installation in sub-folder. = 1.0.3 = * updated readme, better support for un-saved post. = 1.0.0 = * initial release, basic function implemented.