- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
TLDR : Looking for a function that will convert BB code to HTML
I want to display a post on a custom page.
I first do a mysql query to get the post message
select message from xf_post where post_id=123456
Once I get the 'message', it's in bb format.
Is there a XF function that can easily change this to HTML?
Vbulletin had a bb2html type function.
Skimming through the developers document but I'm not finding it.
Thank you.
I want to display a post on a custom page.
I first do a mysql query to get the post message
select message from xf_post where post_id=123456
Once I get the 'message', it's in bb format.
Is there a XF function that can easily change this to HTML?
Vbulletin had a bb2html type function.
Skimming through the developers document but I'm not finding it.
Thank you.
نام موضوع : What is the function to convert bb to html?