Page 1 of 1
Multiple blogs
Posted: Sun Nov 30, 2003 4:06 am
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)
Muliple authors of blogs
Posted: Fri Feb 20, 2004 4:54 pm
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...
Posted: Fri Feb 20, 2004 5:25 pm
by tomsommer
it should be added within a few months, george is gonna work on it

I hope