pero yo e querido hacer lo mismo pero con el xfire ^^ solo que tengo un problema
ya que no me reconoce el html ya que no se en que archivo va
el codigo de remplaso es el sigiente
Código: Seleccionar todo
<a href="http://profile.xfire.com/{INTTEXT}"><img src="http://miniprofile.xfire.com/bg/sf/type/2/{INTTEXT}.png" width="450" height="34" /></a>
el que ya integro los botones con imagen aqui tiene como hacerlo con el xfire ^^
<<<\foro\styles\tema\template\posting_buttons\>>>
Código: Seleccionar todo
<img src="./images/posting/strike.gif" border="0" alt="strike" onclick="BBcodexfire" title="ID Xfire (solo en firma)" class="bbimages"/>
<<<\foro\styles\tema\template\editor\>>>
Código: Seleccionar todo
function BBcodexfire() {
theSelection = false;
var textarea = document.forms[form_name].elements[text_name];
textarea.focus();
if ((clientVer >= 4) && is_ie && is_win)
{
theSelection = document.selection.createRange().text;
if (theSelection)
{
bbfontstyle('[xfire]{INTTEXT}[/xfire]');
return;
}
}
else if (document.forms[form_name].elements[text_name].selectionEnd && (document.forms[form_name].elements[text_name].selectionEnd - document.forms[form_name].elements[text_name].selectionStart > 0))
{
bbfontstyle('[xfire]{INTTEXT}[/xfire]');
return;
}
var Errores = '';
var enterURL = prompt("Introduzca la ID de su Xfire (solo la ID, no la URL completa)", "ID Xfire");
if (!enterURL) {
Errores += "Debes ingresar la ID de su Xfire.";
alert("Error: "+Errores);
return;
}
var Post = "[xfire]"+enterURL+"[/xfire]";
insert_text(Post);
}
http://www.phpbb-es.com/foro/bbcode-php ... 27261.html solo oculten el boton y listo.