MyBB Community Forums

Full Version: Display HTML result when displaying posts on website homepage
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I'm re-doing my whole website, and the homepage starts off with the news and announcement board on my forum. It will display the latest thread ect.

I got all that sorted, working well. However, it prints out the raw data. I want it to convert the BB code to HTML. So my question is, is there a function built in for this to happen or am I going to have to use preg_replace for every bb code ?

Thanks!

NVM, I just used preg_replace and that's done a fine job.