[RESOLVED] Simple PHP Forum Integration
Hello Guys,
I am looking for an extremely "simple" php forum(freeware) system to integrate into my already existing membership system, i need a forum system that does not have all the robust feature that exists today in such systems, not sure if this is available though cos i've looked literally everywhere but couldn't find one.
Any suggestions would be really appreciated.
Thanks
Re: Simple PHP Forum Integration
"a forum system that does not have all the robust feature that exists today in such systems"
Not sure what non-features you're looking for... but try bbPress. Made by the same people that made WordPress... out of the box, it's fairly basic, you can then add extentions to get it to do what you want. I've used it a couple times... documentation is a bid lean, but it's pretty solid. their forums and IRC channel are good places to get help when you need it.
-tg
Re: Simple PHP Forum Integration
I actually created a fairly simple forum system as a small project while I was teaching myself object-oriented programming with PHP. I could let you take a look at it to see if it was what you would be interested in; it's sort of actually a template system with a forum module, but it could be stripped down to be used within your site.
I don't know whether it would require a lot of modification or not, though. I don't have much time now, but I'll post about it a little later if you haven't found anything.
Re: Simple PHP Forum Integration
Quote:
Originally Posted by techgnome
"a forum system that does not have all the robust feature that exists today in such systems"
Not sure what non-features you're looking for
Yes, one with a flat threaded discussion(with no features like CAPTCHA, Avatar,Attachments and so on...), just users, topic, replies, categories...
Thanks
Re: Simple PHP Forum Integration
bbPress - like I said... it's pretty basic right out of the box.
-tg
Re: Simple PHP Forum Integration
i'll check it out -- thanks