Multiple blogs

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
steve
Regular
Posts: 18
Joined: Sun Nov 30, 2003 3:42 am

Multiple blogs

Post by steve »

Anyone got some feedback on enabling multiple blogs off the same tables? Or is this already a capability?

Basically, i want each member of my family to have their own blog, but don't want 44 tables (or so)
cmhw
Posts: 3
Joined: Fri Feb 20, 2004 4:17 pm

Muliple authors of blogs

Post by cmhw »

Yes: http://php-blog.sourceforge.net/forums/ ... c.php?t=81

Basically you just add another "author" to the database. Remember that you need to apply an MD5 encryption to the password. If you use PHPMyAdmin to add the record to the serendipity_authors table, you can choose MD5 from the list of functions to apply to the data before you insert it.

The problem is that each author seems to be able to access the site configuraiton stuff by default i.e. database settings etc.

Maybe we all just have to write our own code to nominate an "admin" user and prevent non-admin users getting at the cofiguration stuff...
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Post by tomsommer »

it should be added within a few months, george is gonna work on it :) I hope
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
Post Reply