Duda Al Instalar El Integration Mod De Gallery2 Con Phpbb2
Publicado: 04 Jun 2007, 00:16
buenas estaba instalando y me he encontrado con el siguiente problema al tener instalado el mod de advanced bbcode box:
que debo hacer con la funcion con los siguientes ya se que hacer pero es que no se para que sirve la funcion
Código: Seleccionar todo
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/posting_body.tpl
#
#-----[ FIND ]------------------------------------------
#
f_help = "{L_BBCODE_F_HELP}";
#
#-----[ AFTER, ADD ]------------------------------------------
#
g_help = "{L_BBCODE_G_HELP}";
function g2ic_open(form, field) {
var url = './g2image/g2image.php?g2ic_form='+form+'&g2ic_field='+field;
var name = 'g2image';
var w = 600;
var h = 600;
var valLeft = (screen.width) ? (screen.width-w)/2 : 0;
var valTop = (screen.height) ? (screen.height-h)/2 : 0;
var features = 'width='+w+',height='+h+',left='+valLeft+',top='+valTop+',resizable=1,scrollbars=1';
window.open(url, name, features);
}
#
#-----[ FIND ]------------------------------------------
#
<td><span class="genmed">
<input type="button" class="button" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onClick="bbstyle(14)" onMouseOver="helpline('p')" />
</span></td>
#
#-----[ AFTER, ADD ]------------------------------------------
#
<td><span class="genmed">
<input type="button" class="button" name="g2image" value="g2Img" style="width: 55px" onClick="g2ic_open('post', 'message');" onMouseOver="helpline('g')" />
</span></td>