var mChatNoMessageInput = '{LA_MCHAT_NOMESSAGEINPUT}';
var mChatNewMessage = '{LA_MCHAT_TITLE}';
sound:function(file){
sound:function(file){if(file.search('add.swf') != -1){StopTitleBlink();TitleTimer=setInterval(function(){TitleBlink()},1000)}
// Title Blink addon
var newTitle = mChatNewMessage;
var oldTitle = document.title;
var TitleTimer = false;
function TitleBlink()
{
if(document.title == oldTitle)
{
document.title = newTitle;
}
else
{
document.title = oldTitle;
}
}
function StopTitleBlink()
{
document.title = oldTitle;
clearInterval(TitleTimer);
}
$jQ(document).mousemove(function(){StopTitleBlink();});
// Smile row
if($mchat_smilies)
{
// Custom BBCodes...
if($mchat_allow_bbcode)
{
if(!function_exists('display_custom_bbcodes'))
{
include($phpbb_root_path.'includes/functions_display.'.$phpEx);
}
display_custom_bbcodes();
}
ProSilver
Открыть - Open: styles/prosilver/template/mchat_body.html найти - find:
- Код: Выделить всё
'[/flash]','[size=]','[/size]'
заменить на - replaced with:
- Код: Выделить всё
'[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->
найти - find:
- Код: Выделить всё
<option value="200">{L_MCHAT_FONTHUGE}</option>
</select>
добавить после - add after:
- Код: Выделить всё
<div style="padding-top: 2px;">
<!-- BEGIN custom_tags -->
<input type="button" class="button2" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.A_BBCODE_HELPLINE}" />
<!-- END custom_tags -->
</div>
SubSilver2
Открыть - Open: styles/subsilver2/template/mchat_body.html найти - find:
- Код: Выделить всё
'[/flash]','[size=]','[/size]'
заменить на - replaced with:
- Код: Выделить всё
'[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->
найти - find:
- Код: Выделить всё
<option value="200">{L_MCHAT_FONTHUGE}</option>
</select></span>
добавить после - add after:
- Код: Выделить всё
<div style="padding-top: 2px;">
<!-- BEGIN custom_tags -->
<input type="button" class="btnbbcode" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.A_BBCODE_HELPLINE}" />
<!-- END custom_tags -->
</div>
ENGLISH
Открыть - Open: language/en/mods/mchat_lang.php найти - find:
- Код: Выделить всё
'MCHAT_COLOR' => 'Color',
добавить после - add after:
- Код: Выделить всё
'MCHAT_CUSTOMBBCODES' => 'BBCodes',
RUSSIAN
Открыть - Open: language/ru/mods/mchat_lang.php найти - find:
- Код: Выделить всё
'MCHAT_COLOR' => 'Цвет',
добавить после - add after:
- Код: Выделить всё
'MCHAT_CUSTOMBBCODES' => 'ББ-коды',
ProSilver
Открыть - Open: styles/prosilver/template/mchat_body.html найти - find:
- Код: Выделить всё
<input type="button" class="button2" accesskey="d" value="Flash" onclick="bbstyle(18);" />
добавить после - add after:
- Код: Выделить всё
<select class="gensmall" onchange="bbfontstyle('[' + this.options[this.selectedIndex].value + ']', '[/' + this.options[this.selectedIndex].value.replace('=', '') + ']'); this.selectedIndex = 0;">
<option value="#" selected="selected">{L_MCHAT_CUSTOMBBCODES}</option>
<!-- BEGIN custom_tags -->
<option value="{custom_tags.BBCODE_TAG}" title="{custom_tags.A_BBCODE_HELPLINE}">{custom_tags.BBCODE_TAG}</option>
<!-- END custom_tags -->
</select>
SubSilver2
Открыть - Open: styles/subsilver2/template/mchat_body.html найти - find:
- Код: Выделить всё
<input type="button" class="btnbbcode" accesskey="d" value="Flash" onclick="bbstyle(18);" />
добавить после - add after:
- Код: Выделить всё
<select class="gensmall" onchange="bbfontstyle('[' + this.options[this.selectedIndex].value + ']', '[/' + this.options[this.selectedIndex].value.replace('=', '') + ']'); this.selectedIndex = 0;">
<option value="#" selected="selected">{L_MCHAT_CUSTOMBBCODES}</option>
<!-- BEGIN custom_tags -->
<option value="{custom_tags.BBCODE_TAG}" title="{custom_tags.A_BBCODE_HELPLINE}">{custom_tags.BBCODE_TAG}</option>
<!-- END custom_tags -->
</select>
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 1