Kod: Zaznacz cały
#
#-----[ OPEN ]------------------------------------------
#
templates/yourtemplate/bbcode.tpl
#
#-----[ FIND ]------------------------------------------
#
<!-- END email -->
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- BEGIN offtopic_open --></span><span class="genmed"><font color="#cccccc">
Offtopic: <!-- END offtopic_open -->
<!-- BEGIN offtopic_close -->
</font><span class="postbody"><!-- END offtopic_close -->
#
#-----[ OPEN ]------------------------------------------
#
includes/bbcode.php
#
#-----[ FIND ]------------------------------------------
#
// [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);
#
#-----[ AFTER, ADD ]------------------------------------------
#
// [OFFTOPIC] and [/OFFTOPIC] for posting replies with quote, or just for quoting stuff.
$text = str_replace("[offtopic]", $bbcode_tpl['offtopic_open'], $text);
$text = str_replace("[/offtopic]", $bbcode_tpl['offtopic_close'], $text);Totaj link do obrazka:

