Zen Cart Logo
Forums / General Questions / PhpBB integration?

PhpBB integration?

Views: 1,392

Results 1 to 5 of 5
16 Aug 2011, 5:13 AM
#1
rimo avatar

rimo

New Zenner

Join Date:
Jan 2011
Posts:
88
Plugin Contributions:
0

PhpBB integration?

Hi,

Is there a possibility to integrate PhpBB forum with Zen-Cart.
I want to start a forum next to my shop and show the latest forum posts in a sidebox on my shop.

Like this: https://www.domainshop.com/forum

Is this possible?

Looking forward to get some advice.

Richard

16 Aug 2011, 7:43 AM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: PhpBB integration?

This is possible, but no longer available as part of core Zen Cart. But there's no reason why you couldn't run phpBB in a subdirectory called forum and if it shares a database with Zen Cart (different table prefix) you could use the blank sidebox add on to make database calls into the forum tables to get and display the latest posts.

16 Aug 2011, 7:49 AM
#3
rimo avatar

rimo

New Zenner

Join Date:
Jan 2011
Posts:
88
Plugin Contributions:
0

Re: PhpBB integration?

kuroi:

This is possible, but no longer available as part of core Zen Cart. But there's no reason why you couldn't run phpBB in a subdirectory called forum and if it shares a database with Zen Cart (different table prefix) you could use the blank sidebox add on to make database calls into the forum tables to get and display the latest posts.

Hi,

Thanks for your reply.
This is just what I thought to do :D
I know about a blank sidebox addon,but.....how do i get the latest posts in in that sidebox,do i need to do something with the database or is this also possible with an RSS feed?

16 Aug 2011, 7:52 AM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: PhpBB integration?

Personally, I tend to use database calls. But if phpBB already generates an RSS feed, then parsing that for the latest posts would probably be quicker and simpler - just not something I've done personally.

16 Aug 2011, 7:55 AM
#5
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: PhpBB integration?

Yes, taking it from an RSS feed probably is better, and there are a sideboxes specifically for reading RSS feeds in the "Free Software Add Ons area".