Page 1 of 1

integration with IPB and Serendpity

Posted: Tue Jan 03, 2006 2:10 am
by t3chb0y
how do you integrate the user database and how do you make it that each person has their own blog

Re: integration with IPB and Serendpity

Posted: Tue Jan 03, 2006 10:37 am
by garvinhicking
You'll need a proxy authentication cache, something like the serendipity_event_externalauth plugin does.

It queries the IPB user database and caches that information inside the serendipity_authors DB table. This is required, because serendipity requires its users to be inside that database.

I'm afraid this isn't possible without you being skilled in some SQL/PHP operation. You can't just combine two seperate applications.

Regards,
Garvin