views:

929

answers:

1

Hi everyone, I'd like to integrate a simple forum with a Codeigniter application and wondered if anyone had any recommendations? Cheers

Laurence

+3  A: 

I would take a look at vanilla forums, lots of addons, open source, and pretty easy to integrate things with (ie Codeigniter)

http://vanillaforums.org/

there are a few forum topics on how to do things with ci and vanilla

http://codeigniter.com/forums/viewthread/134946/

http://codeigniter.com/wiki/FreakAuth-Vanilla_integration_-an_auth_lib_and_a_forum_engine-/

http://codeigniter.com/wiki/CL_Auth_Integration_with_Vanilla_Forum_Engine/

Tom Schlick
This looks a good place to start, thanks.
Laurence Dawson