Yes, except less annoying (I hope).
Remember to press "save all changes" button after re-ordering images. "Insert selected images" only outputs in listing order, NOT by ordering numbers.
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, perform drag-and-drop will set them back to natural numbers.
This function would not appear for WP2.8+ users, because sorting is now built-in.
WordPress' default editor TinyMCE strips consecutive blank spaces/lines; the action is performed when saving or switching edit mode. This plugin tries to work around it by sending
<p> </p>
First of all, the metabox will only load media manager after autosave or manual save, click anywhere inside to toggle it.
If that still does nothing, 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.
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.
This should be fixed in v1.5.0
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:
wp_deregister_script('farbtastic')
in faster-image-insert.php, it resolves the problem between two plugins, but also disable any color pickers.
This should be fixed in v1.5.0




