Cod: Selectaţi tot
##############################################################
## MOD Title: Offtopic bbcode
## MOD Author: SuperStar [error.ro]
## MOD Description: Offtopic bbcode for phpBB2.* just like [code]
## MOD Version: 1.0
##
## Installation Level: Easy
## Installation Time: about 5 Minutes
## Files To Edit: bbcode.tpl, bbcode.php, posting_body.tpl
## Included Files: none
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To
## This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
templates/yourtemplate/bbcode.tpl
#
#-----[ FIND ]------------------------------------------
#
<END>
#
#-----[ AFTER, ADD ]------------------------------------
#
<BEGIN>
<table>
<tr>
<td><span><b>Offtopic:</b></span></td>
</tr>
<tr>
<td><font>
<END>
<BEGIN>
</font>
</td>
</tr>
</table><span>
<END>
#
#-----[ 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 ]------------------------------------
#
// [OFF] and [/OFF] for posting offtopic text.
$text = str_replace("[off]", $bbcode_tpl['offtopic_open'], $text);
$text = str_replace("[/off]", $bbcode_tpl['offtopic_close'], $text);
$text = str_replace("[OFF]", $bbcode_tpl['offtopic_open'], $text);
$text = str_replace("[/OFF]", $bbcode_tpl['offtopic_close'], $text);
#
#-----[ OPEN ]------------------------------------------
#
templates/yourtemplate/posting_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<textarea>{MESSAGE}</textarea>
</span>
#
#-----[ AFTER, ADD ]------------------------------------
#
<span>Offtopic: [off]text[/off]</span>
#
#-----[ SAVE/CLOSE ALL FILES ]--------------------------
#
#[/code]
Exemplu nu am sa va dau...inca nu l-am inclus in forumul meu..