Plugin Author
Bjoern
(@greencp)
Improved Image handling didn’t do anything on multisite installations even before 1.6.1, it just didn’t tell you so. Though you could activate it, internally it wouldn’t get used. It doesn’t matter if you install it network wide or individual. Sorry.
But I’m going to try to implement dynamic image resizing for WPMU.
I’ll look into the AJAX Thumbnail Rebuild issue.
And it’s nice to hear you like the plugin 🙂
Yes you are right (of course you would be, you are the creator :p). The php 5.3 handler did something and I thought that it worked with multisite. I won’t bore you with more details (wordpress didn’t create gif thumbnails).
AJAX Thumbnail Rebuild gets recognized with the single installation of WordPress.
But I’m going to try to implement dynamic image resizing for WPMU.
It would be a great addition to the localization feature for the multisite as I have a ton of images.
Once again, thank you very much for your great plugin and fantastic support!!
Hi Bjoern,
It would be awesome indeed to have the image handling working on multisite.
Good job on that plugin!
Plugin Author
Bjoern
(@greencp)
It might come with 1.8 or 1.9. The current implementation is (in the meantime loosely) based on Dynamic Image Resizer. The exclusion of multisite is based on the way files got handled the time that plugin was developed. That has changed and maybe this opens the way for multisite support, though not as “elegant” as for single site setups, multisite doesn’t allow htaccess rewrite rules.
But for now I’m working on resturcturing WPPPs internals. After that, I’m going to change the way the dynamic resizing is done (right now it’s basically done the way Dynamic Image Resizer does it, but that way when editing an Image in WordPress dynamic resizing doesn’t work) and then I’ll look into multisite.
So stay tuned 😉
Plugin Author
Bjoern
(@greencp)
I just commited version 1.8.3 which includes multisite support for dynamic images. WPPP Needs to be network activated. Give it a try. Though it works fine with my test setup be careful trying it.