Has anybody successfully integrated PHPBB with Seredipity? They're both awesome, but I'd like users on my site to not have to register twice to use both.
I did a quick search and found nothing of much help, am I missing something?
I can handle a little more than the basics of PHP programming/MySQL, so try not to be too complex with things =P
Any help is appreciated.
Thanks a lot!
Integration with PHPBB
-
joeyklatzko
- Posts: 2
- Joined: Tue Jul 03, 2007 7:37 pm
- Location: Long Island
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Integration with PHPBB
Hi!
Which kind of integration do you need? There's no integration of authentication, but there is a plugin that can mirror blog entries to a phpBB installation.
Regards,
Garvin
Which kind of integration do you need? There's no integration of authentication, but there is a plugin that can mirror blog entries to a phpBB installation.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
joeyklatzko
- Posts: 2
- Joined: Tue Jul 03, 2007 7:37 pm
- Location: Long Island
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
On that area, yes, you are on your own. I know of no public code which has done this.
You have two options, either to mirror the userbase of serendipity into phpBB or the userbase of phpbb into serendipity. There is no real-time integration, both applications need their own separate userdatabases.
For Serendipity, theres the "External authentication" plugin which can help you as an example on how to import foreign authentication utilities.
For PHPBB you might find similar tools that use foreign application authentication schemes?
If you are using MySQL5, you might even be able to use temporary Views to redirect authentication live.
Best regards,
Garvin
On that area, yes, you are on your own. I know of no public code which has done this.
You have two options, either to mirror the userbase of serendipity into phpBB or the userbase of phpbb into serendipity. There is no real-time integration, both applications need their own separate userdatabases.
For Serendipity, theres the "External authentication" plugin which can help you as an example on how to import foreign authentication utilities.
For PHPBB you might find similar tools that use foreign application authentication schemes?
If you are using MySQL5, you might even be able to use temporary Views to redirect authentication live.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Integration with PHPBB
Hello Garvingarvinhicking wrote:Hi!
Which kind of integration do you need? There's no integration of authentication, but there is a plugin that can mirror blog entries to a phpBB installation.
Regards,
Garvin
How would i go about mirroring blog entries onto a phpbb forum?
thanks,
Sam
-
kleinerChemiker
- Regular
- Posts: 765
- Joined: Tue Oct 17, 2006 2:36 pm
- Location: Vienna/Austria
- Contact:
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Integration with PHPBB
Hi!
Regards,
Garvin
Install the s9y forum plugin, enter the phpbb database data into the plugin. Then each blog posting and comments will be mirrored.How would i go about mirroring blog entries onto a phpbb forum?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
In fact, there is too much difference, yes. You could use it with virtual MySQL5 views, though.
Regards,
Garvin
In fact, there is too much difference, yes. You could use it with virtual MySQL5 views, though.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/