Ljdawson
Ljdawson

Reputation: 12229

Codeigniter Forum Integration

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

Laurence

Upvotes: 10

Views: 14323

Answers (1)

Tom Schlick
Tom Schlick

Reputation: 2318

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/

https://github.com/EllisLab/CodeIgniter/wiki/FreakAuth-Vanilla-integration--an-auth-lib-and-a-forum-engine-

https://github.com/EllisLab/CodeIgniter/wiki/CL-Auth-Integration-with-Vanilla-Forum-Engine

Upvotes: 11

Related Questions