Hello all! WPMU 2.7 = Rocks my socks...
I am using the plugin 'List All Recent Posts' - the php code is here: http://pastebin.com/f6b2a0d79
These recent posts are being displayed on my main page, which grabs from all blogs site wide. How it exists now its all just text - my goal is to bring the post to life with images.
It would be nice to have this plugin do one of two things:
1.) Search the post its displaying, and grab the first image in the post, create a thumbnail of it and display it along with the post snippet. If no picture use a default site picture to fill space.
2.) Don't worry about searching the post, just have an image for every blog that is displayed - ie: if its coming from "bob's blog" have the thumbnail of bob to be used that has been uploaded previously.
I am not sure if modifying the Recent Posts plugin would be the best method for this, but at this time I am looking for suggestions as to which direction to venture.