volanstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress MU Sitewide Tags Pages] Compatible with 2.8.1?how about 2.8.4a
Yeah, I am running wpmu 2.8.4a and have installed Version 0.3.2 of this plugin.
And I got nothing.
Nothing shows in the new blog Global Posts at all. Only the default Hello World post that is put there when the plugin creates the new blog. I’ve tried adding posts to other blogs (including my main /blog) and nothing shows in the Global Posts Blog. Can anyone confirm that this plugin works for 2.8.4a?
Forum: Plugins
In reply to: [Plugin: WordPress MU Sitewide Tags Pages] Admin panel?It is under Site Admin > Options all the way at the bottom of the page…
Forum: Plugins
In reply to: How to force crop to exact dimensions for medium size image resize?I came across this today. I came up with a filthy hack fix to force crop both thumb size and medium size images.
This is for 2.5.2:
Just get into wp-includes/media.php and go to line 148 and add the following code as the first line in the function image_resize_dimensions:$crop=true;That’ll force the issue of the crop. I am about to write a plugin that’ll set up the ability to just check a box in the settings menu of the admin section, but until then a filthy hack…