2 tmf_group Feb 17, 2005 05:53

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.
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??