Topic: integration with custom front end
Hello
Which way should one go to integrate his own database stuff with punbb ?
Should i add custom fields to forum database tables that are already in punbb or create additional tables with my own site specific information ?
I would gain a bit of flexibility at cost of performance if i would split these two apart.
However i would like to stick to user authentication in punbb.
Also could you point me to which variables are important when it comes to authentication and how should I handle them 'outside' punbb on my main page? Is it enough if I put some $_SESSION var and direct it to forum pages ?
If you could point out what I should be careful with it would be really nice cause Ive always worked on Intranet with 0% chance of attacks.