#1
##########################################
## MOD Title: TorrentPier II
## MOD Author: русторка, наверное
## MOD Adapt: RomM1
## MOD Description:
## Добавляет модератоский тег (смотреть скриншот)
## MOD Version: 1.0.2
## Installation Level: Easy
## Installation Time: 1 Minutes
############################################
###########################################################
#-----[ OPEN ]---------------------------------------------
templates/default/posting_editor.tpl
#-----[ Найти ]---------------------------------------------
#-----[ Добавить после ]---------------------------------------------
#-----[ Найти ]---------------------------------------------
#-----[ Добавить после ]---------------------------------------------
###########################################################
#-----[ Открыть ]---------------------------------------------
includes/bbcode.php
#-----[ Найти ]---------------------------------------------
#-----[ Добавить выше ]---------------------------------------------
#-----[ Найти ]---------------------------------------------
#-----[ Добавить после ]---------------------------------------
###########################################################
#-----[ Открыть ]---------------------------------------------
main.css
#-----[ Добавить в конец ]---------------------------------------
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
# EoM

## MOD Title: TorrentPier II
## MOD Author: русторка, наверное
## MOD Adapt: RomM1
## MOD Description:
## Добавляет модератоский тег (смотреть скриншот)
## MOD Version: 1.0.2
## Installation Level: Easy
## Installation Time: 1 Minutes
############################################
###########################################################
#-----[ OPEN ]---------------------------------------------
templates/default/posting_editor.tpl
#-----[ Найти ]---------------------------------------------
bbcode.addTag("codeUrl", "url", "/url", "", ctrl);#-----[ Добавить после ]---------------------------------------------
<!-- IF IS_AM -->bbcode.addTag("codemod", "mod","/mod", "M", ctrl);<!-- ENDIF -->#-----[ Найти ]---------------------------------------------
<input type="button" value="{L_CODE}" name="codeCode" title="{L_CODE_TITLE}" style="width: 43px;" />#-----[ Добавить после ]---------------------------------------------
<!-- IF IS_AM --><input type="button" value="Мод" name="codemod" style="width: 50px;"><!-- ENDIF -->
###########################################################
#-----[ Открыть ]---------------------------------------------
includes/bbcode.php
#-----[ Найти ]---------------------------------------------
// Code
#-----[ Добавить выше ]---------------------------------------------
// Mod tag $bbcode_tpl['mod'] = <<<HTML <table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"> <tr> <td class="ModTable" rowspan="2" align="middle" vAlign="center" width="1%"> <span class="exclamation" title="Предупреждение от модератора"> ! </span></td> <td class="mod">\\1</td> </tr> </table> HTML;
#-----[ Найти ]---------------------------------------------
'#\[quote="(.+?)"\]#isu' => $tpl['quote_username_open'],
#-----[ Добавить после ]---------------------------------------
'#\[mod\](.+?)\[/mod\]#isu' => $tpl['mod'],
###########################################################
#-----[ Открыть ]---------------------------------------------
main.css
#-----[ Добавить в конец ]---------------------------------------
/* ---------------------------------- *
Mod blocks
* ---------------------------------- */
.mod {
font-family: Times New Roman; font-size: 16px; color: darkgreen; line-height: 100%;
}
.exclamation {
font-weight: bold; font-family: Times New Roman, Verdana; font-size : 20px; color: #ffffff;
}
td.ModTable { background-color: #ff6060; }#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
# EoM
