Pruebo y t aviso, desde ya muchisimas gracias ^^ saludos.
Perdon por la demora, estuve estudiando ^^
Mira encontre una forma de hacerlo para que salga mejor en editor, ahora se me complica que codigos deberia agregar.
Por ejemplo las fuentes o el tamaño de las fuentes en el editor tenes un dropdown menu si?
En el archivo editor.js se encuentran las siguientes lineas
[fieldset=editor.js]
Código:
// An array of font sizes to be shown.
this.sizes = new Object();
this.sizes["xx-small"] = this.options.lang.size_xx_small;
this.sizes["x-small"] = this.options.lang.size_x_small;
this.sizes["small"] = this.options.lang.size_small;
this.sizes["medium"] = this.options.lang.size_medium;
this.sizes["large"] = this.options.lang.size_large;
this.sizes["x-large"] = this.options.lang.size_x_large;
this.sizes["xx-large"] = this.options.lang.size_xx_large;
[/fieldset]
Aca por lo que veo, hay archivos que se insertan, y archivos de lenguaje?
Lo que yo agregue al editor vendria a ser esto.
[fieldset=editor.js]
Código:
// An array of flags to be shown.
this.flags = new Object();
this.flags["argentina"] = this.options.lang.argentina;
this.flags["brazil"] = this.options.brazil;
this.flags["spain"] = this.options.spain;
[/fieldset]
y esto.
[fieldset=editor.js]
Código:
{type: 'dropdown', name: 'flags', insert: 'flags', title: this.options.lang.flags, options: this.flags},
[/fieldset]
este ultimo seria ya para agregar el boton al Editor de MyBB..
ahora la pregunta es... donde y que deberia agregar para que cuando pulse en el dropdow me salga en lenguaje y se inserte el codigo de la bandera?? o sea de donde toma el editor por ejemplo que la fuente sa x-large y el x-large tenga un valor de 16pt por ejemplo...
Yo lo que deberia hacer es que en donde pulse argentina, salga
Código:
<img src="argentina.gif" alt="Argentina"></img>
si no entienden lo que quiero hacer pues pregunten asi les saco las dudas...
salu2