in our current, running board (3.0.12) we're using 2 custom BBcodes for hiding some special informations.
Let's call it MI.
We're upgrading the forum to 3.2 soonish, but one of the left problems ist that BBcode.
We're using 2 versions of this BBcode:
Code: Select all
[MI]{TEXT}[/MI]
Code: Select all
<span style="color:red;">MI:</span> <span style="color:#F6EFE2;">{TEXT}</span>
Code: Select all
[MI={TEXT2}]{TEXT1}[/MI]
Code: Select all
<span style="color:red;">MI for: "{TEXT2}":</span> <span style="color:#F6EFE2;">{TEXT1}</span>
https://imgur.com/a/eQCwO
Thanks for your support!