Daniel wrote:
I thought I would make this work by adding a content-type like "editors_blog", and then make a menu item for a view page (View module) which displays the "editors_blog"'s contents. But I can't make this work per user; ie. now I can get all of the entries in the "editors_blog" content-type, but can not make this work like the original Blog module, which groups the Blog entries by usernames.
If anyone knows a solution for this, please share it with me :)
You need to implement hook_form_alter() and alter the node_edit form -- if the node type is not what you want, you need to remove the upload form. This isn't the easiest thing in the world to accomplish, but I don't have the time right now to really dig into it to show you what you need to do.