Topic: Question Regarding Using the Parser outside of the forum
I was going to integrate my site with the punbb forum by drawing information from the posts from the database. I would guess that the messages in the database are stored as text and bbcode. When looking at the parser.php, it has a function called parse_message() which seems to look at the options and displays parsed text. Would it work if I did a simple mysql query and then used that function to translate the bbcode to an html output so the site can print pretty looking text? Any help is appriciated.
Edit: To add to this, how can I work with cookies or sessions so that the user is recognized when they visit the site rather than the forum?
I hope I posted this in the right section. Maybe this should have gone in the mod discussion board? BTW, I love the board software!