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 : Read the rest of this entry »
