While trying to get a blog for a community, asking users to go to ZMI (via /manage) is a no no, as I found out.
There are too many things there that did not fit community blogging.
What's needed for community blogging is only the Entry form. Nothing else, methinks
Simplify everything.
To that end, I tried hacking COREBlog. In a sense, I managed to get a Members only posting working.
Here's how to do it:
Diff file
i changed the redirect to URL1, instead of manage_entryForm (which needs Manager role).
Also, changed the manage_addEntryForm permission to AddCOREBlogEntry, instead of ManageCOREBlogEntry.
This way we can put a link to add entry.
diff file
The changes are only cosmetic. Nothing much
We're done.
The next step is getting Member only comments.
Trackback is http://myzope.kedai.com.my/blogs/kedai/5/tbping
Cool!
I think CoreBlog need more work
For example:
Modify the moblog module to process correctly mails with more than one image
Create good and clear blog API's
Cheers!
I haven't tried moblogging, so cannot say much. But i guess I'll try it when I get the time
