Re: [Phplib-users] phplib based forum
Brought to you by:
nhruby,
richardarcher
From: Ben C. <php...@be...> - 2001-10-07 22:16:04
|
phpBB is roughly based on phplib. I say roughly because they have heavily modified the base classes. I have successfully done with phpBB what you are wanting to do -- add forums and integrate them with a pre-existing phplib-based app. The main integration invovled ripping out their session handling stuff (since the forum would be behind my login) and having my login and user creation classes insert the appropriate data into the phpBB tables. You should note that I wasn't using phpBB 1.4, but version 2 from CVS. On Sun, Oct 07, 2001 at 07:43:58PM +0200, Andres Baravalle wrote: > Hi, > I'm working with my phplib-based site. Now I need to quickly add a forum, > to use it for teaching support. I don't need a whole system like php-nuke, > just something like phpbb or phorum (they look very well). By the way, I > don't want a system that forges my site, but just a set of well written > classes could be enought. > > The problem is that I would like to integrate the forum in my site > structure, all object-oriented and phplib-based. Are there any forums based > on phplib? > By the way, I would like to have even a imap-mail client based on phplib. > > If there is nothing just ready and avaible in GPL, I would think about > starting to work on a phplib version of bbforum. > Any suggestion? Any controindications of these way? > Thanks in advance, > Andres > > > __________ > > http://www.baravalle.co.uk > > > _______________________________________________ > Phplib-users mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phplib-users |