I am using the chapter 16 forum system. I don't understand why my BB Codes are not working, however. I have double checked the code, and even gotten code directly from this site, but to no avail.
I just want to use simple bbcodes: bold, italic, url, quote, and code, for isntance.
I have my regex for bold
Code:
\[b\]([^[]+?)\[\/b\] ==> <b>$1</b>
but all that happens in the forums is:
Code:
[ b ]hello. This is a test.[ /b ]
not including the spaces.
Any help is appreciated.