1 (edited by CappY 2011-03-05 11:45)

Topic: PunBB integration into existing website.

Hello. I'm writing site on CodeIgniter and I would like to use that wonderful and lightweight forum - punBB smile

I need forum News where I will post news about website. I tried to get how are forums topics and posts connected but I couldn't figured out. Can somebody explain? I need something like this:

mysql_query('SELECT * FROM `forums` WHERE `Announce`="1"');

And also, I need to disable registration from forums,and register just from website. Is that correct enough ?

INSERT INTO `punbb_users` (`username`,`password`,`email`,`registration_ip`,`registered`,`signature`) VALUES (....)

DONE -> And also should I edit source to put extra links in navigation?