bbcodes and signature on signup page #3908
Labels
status: testing required
Someone needs to confirm this issue's existence and write a test to prevent the fix from regressing.
type: bug
A problem that should not be happening
Milestone
I can see that there is the template for signature textarea
$temp['signature'] = $BBCODE_TEMPLATE_SIGNATURE;
But I have custom bbcodes with e_bb.php defined
I don't want to display those bbcodes on the signature field.
It's because using $BBCODE_TEMPLATE for them.
But in new version this is different template then $BBCODE_TEMPLATE_SIGNATURE.
Thanks
The text was updated successfully, but these errors were encountered: