Multiple autors

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
jaumellorens
Posts: 1
Joined: Sun Nov 30, 2003 11:56 pm

Multiple autors

Post by jaumellorens »

Is possible that it works for several authors and that each author can manage his own blog?

Thank you

Jaume Llorens
www.jllorens.net
Caseyscrib
Posts: 1
Joined: Tue Dec 09, 2003 11:28 pm
Contact:

Post by Caseyscrib »

On the main site it tells you that you can have multiple authors, however I have no idea how to access this feature. Anyone know how? I too am interested.
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Post by tomsommer »

It's somewhat built in, but there is not GUI for it... yet :)
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
jos
Posts: 3
Joined: Fri Dec 19, 2003 2:54 pm
Contact:

with mysql

Post by jos »

If you've got access to your database, make a user entry in the table serendipity_authors (or with whatever table prefix you created the database).
Just fill in all fields, and afterwards run a SQL script like this:

UPDATE serendipity_authors SET password = MD5('second_authors_pwd') where username='second_author'

Ahum, second_author(_password) is an example ... :lol:
shorshe
Regular
Posts: 14
Joined: Fri Jan 23, 2004 5:37 pm

Do you think something like this would be posslible?

Post by shorshe »

Hi there,

i've got two Q's:

1) im kinda new to databases, so pleaze don't hit me...
am i reading the comment above the right way?
I just need a second user for my database in order to have a blog
wich two users can maintain? (i first thought i'd need a second database...)

2) is something like this: http://www.twinblog-7783.de.vu/ possible with serendipity?
2 Users each one with his own space on the same blog?

3) or is it a better idea to keep the users seperated each one which his own database and blog. And then just display the two on one site?

Thanx for your comments :D
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Re: Do you think something like this would be posslible?

Post by tomsommer »

shorshe wrote:Hi there,

i've got two Q's:

1) im kinda new to databases, so pleaze don't hit me...
am i reading the comment above the right way?
I just need a second user for my database in order to have a blog
wich two users can maintain? (i first thought i'd need a second database...)
Yup, correct...
shorshe wrote: 3) or is it a better idea to keep the users seperated each one which his own database and blog. And then just display the two on one site?
Maybe, #2 we can't do
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
olGrrr
Posts: 2
Joined: Fri Apr 16, 2004 7:58 am

Post by olGrrr »

Right, so, adding a new account manualy tot the database works excelent, thanks! Only problem i have now is that category's seem to be exclusive per user: the new user does not see the exsiting category's and allthough i've created the same cat. under both accounts, the postings done by user 2 don't show up in it.

Is there any workaround for this too?

Thanks in advace,

Olger.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

You could go and try the latest CVS snapshot. Multi-user interface has been changed a lot, and at least the categories can now be made private and public, to allow crossposting.

Regards,
Garvin.
Post Reply