Take a look at the documentation which describes how BBCode data should be saved to the database and then how to manipulate the data once you've taken it from the database for display.
Tutorial: Parsing text
There's also helper functions available that let you toggle various modes on or off which might be useful too.
Toggle BBCodes On / Off
You should take a look through includes/functions_content.php and check the doc blocks for a better understanding of how the helper functions work that handle BBCode enabled content fields. Particularly
Tutorial: Parsing text
There's also helper functions available that let you toggle various modes on or off which might be useful too.
Toggle BBCodes On / Off
You should take a look through includes/functions_content.php and check the doc blocks for a better understanding of how the helper functions work that handle BBCode enabled content fields. Particularly
generate_text_for_display
which should give you some more clues.Statistics: Posted by danieltj — Thu Jun 05, 2025 7:42 pm