It is currently Sat Dec 02, 2017 4:13 pm Advanced search
<div>
<span>Hello</span>
</div>
This is an <code>inline code sample</code>.
Can I add my own tags?
If you are an administrator on this board and have the proper permissions, you can add further BBCodes through the Custom BBCodes section.
// [QUOTE] and [/QUOTE] for posting replies with quote, or just for quoting stuff.
$text = str_replace("[quote:$uid]", $bbcode_tpl['quote_open'], $text);
$text = str_replace("[/quote:$uid]", $bbcode_tpl['quote_close'], $text);
// [code] and [/code] for posting inline code
$text = str_replace("[c]", "<code class=\"inlinecode\">", $text);
$text = str_replace("[/c]", "</code>", $text);
Users browsing this forum: No registered users and 1 guest