MyBB Community Forums

Full Version: General Inquiry
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I'm trying to display some post data on my website's home page with PHP (While taking the data from the DB) I can't seem to find where the BBCode gets converted to HTML when displayed to the user as I am wanting to convert the BBCode to HTML to display on the previously mentioned home page, how can I make this possible?
If I've been unclear or posted in the wrong section, please assist me.

Regards
GreenFanta
I believe it's in class_parser.php .
http://www.mybb.com/sourcedocs/nav.html?index.html . Go to inc/class_parser.php to find the code that you want.
Thank you very much Josh.
+1
You're welcome Smile. I'm glad that I could help you!