Queda un poquito descuadrado pero intentare arreglarlo cuando algún experto diseñador lo haga mas vistoso
de momento pongo como se instala y no olvidar hacer copias de seguridad ABRIR templates/mg_themes/bbcb_mg.tpl
BUSCAR (sino tocaste nada anteriormente linea 153)
<a href="javascript:BBCphpbbmod()" accesskey="p"><img border="0" src="{BBCB_MG_IMG_PATH}code{BBCB_MG_IMG_EXT}" name="phpbbmod" onMouseOver="helpline('phpbbmod')" alt="{L_BBCB_MG_PHPBBMOD}" title="{L_BBCB_MG_PHPBBMOD}" class="bbimages" /></a>
AÑADIR DESPUÉS
<a href="javascript:BBCot()" accesskey="o"><img border="0" src="{BBCB_MG_IMG_PATH}ot{BBCB_MG_IMG_EXT}" name="ot" onMouseOver="helpline('ot')" alt="ot" title="ot" class="bbimages" /></a>
ABRIR language/lang_spanish/bbcb_mg.js
BUSCAR (sino tocaste nada anteriormente linea 174)
var Td = 0;
AÑADIR DESPUÉS
var ot = 0;
BUSCAR (sino tocaste nada anteriormente linea 210)
'[emff]','[/emff]',
AÑADIR DESPUÉS
'[ot]','[/ot]'
BUSCAR (sino tocaste nada anteriormente linea 1718)
function BBCcode()
{
var txtarea = document.post.message;
if ((clientVer >= 4) && is_ie && is_win)
{
theSelection = document.selection.createRange().text;
if (theSelection != '')
{
document.selection.createRange().text = "[code linenumbers=false]" + theSelection + "[/code]";
document.post.message.focus();
return;
}
}
else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0))
{
mozInsert(txtarea, "[code linenumbers=false]", "[/code]");
return;
}
if (Code == 0)
{
ToAdd = "[code linenumbers=false]";
document.post.code.src = bbcb_mg_img_path + "code1" + bbcb_mg_img_ext;
Code = 1;
}
else
{
ToAdd = "[/code]";
document.post.code.src = bbcb_mg_img_path + "code" + bbcb_mg_img_ext;
Code = 0;
}
PostWrite(ToAdd);
}
{
var txtarea = document.post.message;
if ((clientVer >= 4) && is_ie && is_win)
{
theSelection = document.selection.createRange().text;
if (theSelection != '')
{
document.selection.createRange().text = "[code linenumbers=false]" + theSelection + "[/code]";
document.post.message.focus();
return;
}
}
else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0))
{
mozInsert(txtarea, "[code linenumbers=false]", "[/code]");
return;
}
if (Code == 0)
{
ToAdd = "[code linenumbers=false]";
document.post.code.src = bbcb_mg_img_path + "code1" + bbcb_mg_img_ext;
Code = 1;
}
else
{
ToAdd = "[/code]";
document.post.code.src = bbcb_mg_img_path + "code" + bbcb_mg_img_ext;
Code = 0;
}
PostWrite(ToAdd);
}
AÑADIR DESPUÉS
function BBCot()
{
var txtarea = document.post.message;
if ((clientVer >= 4) && is_ie && is_win)
{
theSelection = document.selection.createRange().text;
if (theSelection != '')
{
document.selection.createRange().text = "[ot]" + theSelection + "[/ot]";
document.post.message.focus();
return;
}
}
else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0))
{
mozInsert(txtarea, "[ot]", "[/ot]");
return;
}
if (ot == 0)
{
ToAdd = "[ot]";
document.post.ot.src = bbcb_mg_img_path + "ot1" + bbcb_mg_img_ext;
ot = 1;
}
else
{
ToAdd = "[/ot]";
document.post.ot.src = bbcb_mg_img_path + "ot" + bbcb_mg_img_ext;
ot = 0;
}
PostWrite(ToAdd);
}
{
var txtarea = document.post.message;
if ((clientVer >= 4) && is_ie && is_win)
{
theSelection = document.selection.createRange().text;
if (theSelection != '')
{
document.selection.createRange().text = "[ot]" + theSelection + "[/ot]";
document.post.message.focus();
return;
}
}
else if (txtarea.selectionEnd && (txtarea.selectionEnd - txtarea.selectionStart > 0))
{
mozInsert(txtarea, "[ot]", "[/ot]");
return;
}
if (ot == 0)
{
ToAdd = "[ot]";
document.post.ot.src = bbcb_mg_img_path + "ot1" + bbcb_mg_img_ext;
ot = 1;
}
else
{
ToAdd = "[/ot]";
document.post.ot.src = bbcb_mg_img_path + "ot" + bbcb_mg_img_ext;
ot = 0;
}
PostWrite(ToAdd);
}
Subes estas imágenes en espera de una mejor
Y eso es todo
Cambie la imágenes estas ultimas quedan mejor
























