10

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

Laurence

Ljdawson
  • 12,091
  • 11
  • 45
  • 60
  • What sort of 'integration' are you talking about? Something like SSO? Or are you looking for a library? – Zack Jan 30 '10 at 22:07
  • 1
    Just for the person who fav'd this, I ended up writing a simple forum from scratch. If you are interested I'd be happy to whack it up on Google Code or Github. – Ljdawson Feb 04 '10 at 23:11
  • @LaurenceDawson: I wasn't the first person who fav'd your question, but I am interested in the solution you developed. Would you still be open to putting up the code? – Vivek Ghaisas Mar 17 '13 at 08:09

1 Answers1

11

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

xiidea
  • 3,344
  • 20
  • 24
Tom Schlick
  • 2,298
  • 18
  • 26
  • I have question about that integration. With CI rewrite vanilla's CSS are messed up. It's in subdir of main dir. – CappY Feb 23 '11 at 15:52