Flexible Upload plugin fixed for Wordpress 2.6.2!
Download, Wordpress Plugins September 22nd, 2008
Ok, I had some problems with the Flexible Upload plugin for Wordpress, it gave me an error before and after I uploaded the pictures so i read about this problem on the developers forum how to fix it and it works. I took the “flexible-upload-wp25.php” file and added before the function fup_set_actions() the following code :
if ( !function_exists(”media_admin_css”) ) {
function media_admin_css() {
wp_admin_css(”css/media”);
}
}
And voila like the french say, it works now, no error and it works perfectly. If you want to download the plugin for Wordpress 2.6.2, here is the link :
- Flexible Upload plugin (edited by download.lacaterinca.com)
Files where tested with BitDefender Antivirus before uploading them on the filesharing sites!
So now if you don’t know what this plugin does, read the following :
Flexible Upload is a plugin for Wordpress intended to extend Wordpress basic upload functionality.
The main features are:
* Automatically resize/crop picture at upload ( i love this)
* Create thumbnail of the desired size
* Include watermark in every uploaded picture ( i love this very much, the best plugin because of this)
* Support for picture alignment (left/right/center)
* Support Lightbox (or other) “rel” or “target” tag
* Support for picture caption (not when using tinyMCE)
* Support multiple file upload
* Multi-language support
* Fully configurable
The old plugin which is compatible up to wordpress 2.5 (it wouldn’t work on my 2.5) can be found on wordpress.org .
Thanks Antoine for making this good plugin!
P.S : I use it mainly on my Romanian Blog : La Caterinca

[…] mai complet pe un blog pe care scriu foarte rar si anume pe download.lacaterinca.com articolul Flexible Upload plugin fixed for Wordpress 2.6.2! […]
salut.
vroiam doar sa te itnreb ce plugin folosesti ptr. meniul din stanga? cel cu contact,sitemap,home..
Salut,
nu este plugin face parte din tema, cred ca poti vedea chestia asta in css-ul temei, uite aici adresa : http://courtneytuttle.com/seo-wordpress-themes/genkitheme-10/
Amazing.
Thank you very much.
k, mersi frumos.
thanks for offering this fix.
unfortunately it doesnt work for me, i get an error on line 455, right on the last line of code.
oh well, i’ll keep trying.
cheers
You’re awesome.
The fix works great for me.
Thank’s alot.
For it to work with WP 2.6.3 the line wp_admin_css(”css/media”); needs to be changed to wp_admin_css(”media”);
This caused me some grief until I figured it out.