Recent Topics

1 Feb 17, 2005 04:47    

Here's what I'm trying to accomplish. New users register and can immediately post but cannot edt others posts. I seem to have to manually set permissions at this point, but am hoping to not have to do that. Are there global permission settings that allow you to just let bloggers post to a particular blog?

2 Feb 17, 2005 05:53

Okay..so here's where I'm at..I need to be able to let new users (Bloggers) create their own blog without being able to edit other blogs...it seems that by allowing them to create their own blog they also get the abiltiy to delete otehrs...am I making any sense??

3 Feb 17, 2005 23:15

So you want to start a blog service.....kinda ?

You could make a seperate PHP script to install the blog dynamically. Make your own form basically.

USer goes to your form.

User signs up, sends them a verification email...
User verifies.....
Blog is created.....with the info they fill out on a form.
Permission is set for only that blog.

Use can then log in, and admin their blog.


Form is loading...