Posts Tagged vader
St Patricks Day If the Empire Had Won
Posted by A R Baboon in Computer Science, HaHa Funny, Linux and Systems on March 31, 2008
Well I was cruising for new feeds an I came across the flickr blog which had a nice bit of cognitive dissonance as you see above. Oh and I installed WP 2.5 and I wanted to try it out. Then I discovered that image uploads for a great many installs are broken in 2.5 including this site. I have also noticed some bugs with the editor like adding paragraphs breaks when I did not. Overall 2.5 has a far more organized than 2.3 and maintains compatibility with all the plugins that I use. I also like the plugin that fixes the image upload. I am not sure why we would need a flash based uploader anyway:
< ?php /* Plugin Name: No Flash Uploader Version: 1.0 Plugin URI: http://dd32.id.au/ Description: Disables the Flash Uploader of 2.5 Author: Dion Hulse Author URI: http://dd32.id.au/ */ add_filter( 'flash_uploader', 'noflashuploader' ); function noflashuploader() { return false; } ?>