So we've built in recent posts feed. I think it would be really really nice for the admin to change -- from his/her interface -- a "featured blog."
So this enhancement comes in two parts.
1) Create a spot on the template for "Our Featured Blog" or something like that. Make some code that pulls the most recent one post from this blog. Only hitch, the blog it pulls from needs to be defined as featuredBlog or something special like that. Of course, you know this.
2) Create a dropdown list of blogs on the admin interface. When the admin selects a blog from the list and clicks "submit" that blog becomes defined as featuredBlog.
Oh yeah... if the admin selects "no feature" then that should not show on the portal anymore.
I think this might be one of the simpler "crazy" things I've invented lately. Maybe even able to make it to 1.0? C'mon, you know it /is/ simple.
I think this feature is nice because it allows the admin to easily change the featured blog without needing to edit code for portal.php each time. AND this is definitely community-minded.