Sado Yasashii
Active member
Hello, everybody.
An interesting question has come up. Nobody worked out the solutions below?
1. There is bb code [span class="{option}"]{text}[/span]
option is an optional parameter.
what need:
2. It's need to be able to create non-wrap bb codes, like a smiley face or an emoticon: [] for bb code
.
An interesting question has come up. Nobody worked out the solutions below?
1. There is bb code [span class="{option}"]{text}[/span]
option is an optional parameter.
what need:
- if option != 0, the output <span class="option">text</span>
- if option = 0, the output of <span>text</span> (now <span class="">text</span> is incorrect)
2. It's need to be able to create non-wrap bb codes, like a smiley face or an emoticon: [] for bb code
.
Last edited: