Página 1 de 1

problema con imagenes en bbcode de mitch

Publicado: 15 Ene 2010, 08:10
por Vlad
primero no se si este post vaya aqui, si no es asi disculpenme.

tengo problemas con esa modificacion de mitch, primero me surgio un error durante el proceso, ya que me decia que me faltaba un cierre ( } ), estuve revisando el codigo y parece que mi plantilla tiene cosas de mas que no tendria que borrar, por fin lo solucione, y pude poner las imagenes, pero tuve un problema mayor, los botones de los bbcode no funcionan solo funcionan algunos, no creo que sea problema de mi bbcode ya que no funcionan los bbcode que trae por defecto el php que son la negrita, cursiva y subrayado, ninguno de esos funciona aparte hay otros que no funcionan, como dije unos si y otros no, tampoco funciona el bbcode de tamaño para las letras, tampoco me sale la linea de ayuda al poner el mouse sobre la imagen, bueno eso es basicamente todo, espero que me puedan ayudar.

Saludos

Re: problema con imagenes en bbcode de mitch

Publicado: 15 Ene 2010, 15:05
por mitch
Sería conveniente que dejes un usuario de prueba con su pass, para ingresar a tu foro y poder ingresar a la página de posteo y ver el error nosotros mismos.

Re: problema con imagenes en bbcode de mitch

Publicado: 19 Ene 2010, 19:07
por Vlad
ok mitch, ya esta el user de prueba, tambien te dejo el archivo original del posting buttons

Código: Seleccionar todo

<tr valign="middle" align="{S_CONTENT_FLOW_BEGIN}">
	<td colspan="2">
		<script type="text/javascript">
		// <![CDATA[
		
		// Define the bbCode tags
		var bbcode = new Array();
		var bbtags = new Array('[b]','[/b]','[i]','[/i]','[u]','[/u]','[quote]','[/quote]','[code]','
','
  • ','
','
  • ','
','[img]','[/img]','','','[flash=]', '[/flash]','[size=]','[/size]'<!-- BEGIN custom_tags -->, {custom_tags.BBCODE_NAME}<!-- END custom_tags -->);
var imageTag = false;

// Helpline messages
var help_line = {
b: '{LA_BBCODE_B_HELP}',
i: '{LA_BBCODE_I_HELP}',
u: '{LA_BBCODE_U_HELP}',
q: '{LA_BBCODE_Q_HELP}',
c: '{LA_BBCODE_C_HELP}',
l: '{LA_BBCODE_L_HELP}',
o: '{LA_BBCODE_O_HELP}',
p: '{LA_BBCODE_P_HELP}',
w: '{LA_BBCODE_W_HELP}',
s: '{LA_BBCODE_S_HELP}',
f: '{LA_BBCODE_F_HELP}',
e: '{LA_BBCODE_E_HELP}',
d: '{LA_BBCODE_D_HELP}',
t: '{LA_BBCODE_T_HELP}',
tip: '{L_STYLES_TIP}'
<!-- BEGIN custom_tags -->
,cb_{custom_tags.BBCODE_ID}: '{custom_tags.A_BBCODE_HELPLINE}'
<!-- END custom_tags -->
}

// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>

<!-- IF S_BBCODE_ALLOWED -->
<input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" />
<!-- IF S_BBCODE_QUOTE -->
<input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" />
<input type="button" class="btnbbcode" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />
<!-- IF S_BBCODE_IMG -->
<input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<!-- IF S_LINKS_ALLOWED -->
<input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<!-- IF S_BBCODE_FLASH -->
<input type="button" class="btnbbcode" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<!-- IF S_BBCODE_ALLOWED and .custom_tags -->
<!-- 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})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')"<!-- ENDIF --> />
<!-- END custom_tags -->
<!-- ENDIF -->
<!-- IF S_BBCODE_ALLOWED -->
<span class="genmed nowrap">{L_FONT_SIZE}: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')">
<option value="50">{L_FONT_TINY}</option>
<option value="85">{L_FONT_SMALL}</option>
<option value="100" selected="selected">{L_FONT_NORMAL}</option>
<!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 -->
<option value="150">{L_FONT_LARGE}</option>
<!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 -->
<option value="200">{L_FONT_HUGE}</option>
<!-- ENDIF -->
<!-- ENDIF -->
</select></span>
<!-- ENDIF -->
</td>
</tr>

<tr>
<td<!-- IF $S_SIGNATURE or S_EDIT_DRAFT --> colspan="2"<!-- ENDIF -->><input type="text" readonly="readonly" name="helpbox" style="width:100%" class="helpline" value="{L_STYLES_TIP}" /></td>
<!-- IF not $S_SIGNATURE and not S_EDIT_DRAFT -->
<td class="genmed" align="center">{L_FONT_COLOR}</td>
<!-- ENDIF -->
</tr>
<!-- ENDIF -->[/code]

Re: problema con imagenes en bbcode de mitch

Publicado: 20 Ene 2010, 15:44
por mitch
Prueba esto... Buscar:

Código: Seleccionar todo

    <!-- IF S_BBCODE_ALLOWED -->
          <input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" />
          <input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')" />
          <input type="button" class="btnbbcode" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px;" onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')" />
          <!-- IF S_BBCODE_QUOTE -->
             <input type="button" class="btnbbcode" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')" />
          <!-- ENDIF -->
          <input type="button" class="btnbbcode" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')" />
          <input type="button" class="btnbbcode" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')" />
          <input type="button" class="btnbbcode" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')" />
          <input type="button" class="btnbbcode" accesskey="t" name="addlitsitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')" />            
          <!-- IF S_BBCODE_IMG -->
             <input type="button" class="btnbbcode" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')" />
          <!-- ENDIF -->
          <!-- IF S_LINKS_ALLOWED -->
             <input type="button" class="btnbbcode" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')" />
          <!-- ENDIF -->
          <!-- IF S_BBCODE_FLASH -->
             <input type="button" class="btnbbcode" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')" />
          <!-- ENDIF -->
            <!-- IF S_BBCODE_ALLOWED and .custom_tags -->
          <!-- 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})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')"<!-- ENDIF --> />
          <!-- END custom_tags -->
          <!-- ENDIF -->
          <!-- IF S_BBCODE_ALLOWED -->
          <span class="genmed nowrap">{L_FONT_SIZE}: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')">
             <option value="50">{L_FONT_TINY}</option>
             <option value="85">{L_FONT_SMALL}</option>
             <option value="100" selected="selected">{L_FONT_NORMAL}</option>
             <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 -->
                <option value="150">{L_FONT_LARGE}</option>
                <!-- IF not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 -->
                   <option value="200">{L_FONT_HUGE}</option>
                <!-- ENDIF -->
             <!-- ENDIF -->
          </select></span>
    <!-- ENDIF -->
       </td>
    </tr>
Reemplazar por:

Código: Seleccionar todo

<!-- IF S_BBCODE_ALLOWED -->
		<select class="gensmall" style="height: 18px;" name="fuentes" onchange="bbfontstyle('[font=' + this.form.fuentes.options[this.form.fuentes.selectedIndex].value + ']', '[/font]');this.selectedIndex=0;" onmouseover="helpline('font')">
			<option value="" class="genmed" style="font-family: Verdana;" selected="selected">Fuente</option>
			<option value="Arial" class="genmed" style="font-family: Arial;">Arial</option>
			<option value="Comic Sans MS" class="genmed" style="font-family: 'Comic Sans MS';">Comic Sans MS</option>
			<option value="Courier New" class="genmed" style="font-family: 'Courier New';">Courier New</option>

			<option value="Impact" class="genmed" style="font-family: Impact;">Impact</option>
			<option value="Lucida Console" class="genmed" style="font-family: 'Lucida Console';">Lucida Console</option>
			<option value="Lucida Sans Unicode" class="genmed" style="font-family: 'Lucida Sans Unicode';">Lucida Sans Unicode</option>
			<option value="Microsoft Sans Serif" class="genmed" style="font-family: 'Microsoft Sans Serif';">Microsoft Sans Serif</option>
			<option value="Symbol" class="genmed" style="font-family: Symbol;">Symbol</option>
			<option value="Tahoma" class="genmed" style="font-family: Tahoma;">Tahoma</option>

			<option value="Times New Roman" class="genmed" style="font-family: 'Times New Roman';">Times New Roman</option>
			<option value="Traditional Arabic" class="genmed" style="font-family: 'Traditional Arabic';">Traditional Arabic</option>
			<option value="Trebuchet MS" class="genmed" style="font-family: 'Trebuchet MS';">Trebuchet MS</option>
			<option value="Verdana" class="genmed" style="font-family: Verdana;">Verdana</option>
			<option value="Webdings" class="genmed" style="font-family: Webdings;">Webdings</option>
			<option value="Wingdings" class="genmed" style="font-family: Wingdings;">Wingdings</option>
		</select>

		<select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 0;" onmouseover="helpline('f')" onmouseout="helpline('tip')">
			<option value="" selected="selected">Tamaño</option>
			<option value="50">{L_FONT_TINY}</option>
			<option value="85">{L_FONT_SMALL}</option>
			<option value="100">{L_FONT_NORMAL}</option>
			<option value="150">{L_FONT_LARGE}</option>
			<option value="200">{L_FONT_HUGE}</option>
		</select>
<br>
		<img src="./images/posting/left.gif" border="0" alt="align=left" onclick="bbfontstyle('[align=left]','[/align]')" onmouseover="helpline('align_left')" onmouseout="helpline('tip')" class="bbimages"/>
		<img src="./images/posting/center.gif" border="0" alt="align=right" onclick="bbfontstyle('[align=center]','[/align]')" onmouseover="helpline('align_center')" onmouseout="helpline('tip')" class="bbimages"/>
		<img src="./images/posting/right.gif" border="0" alt="align=right" onclick="bbfontstyle('[align=right]','[/align]')" onmouseover="helpline('align_right')" onmouseout="helpline('tip')" class="bbimages"/>
		<img src="./images/posting/justify.gif" border="0" alt="align=justify" onclick="bbfontstyle('[align=justify]','[/align]')" onmouseover="helpline('align_justify')" onmouseout="helpline('tip')" class="bbimages"/>

		<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />

		<img src="./images/posting/bold.gif" border="0" alt="b" accesskey="b" name="addbbcode0" value=" B " onclick="bbstyle(0)" onmouseover="helpline('b')" onmouseout="helpline('tip')" class="bbimages"/>
		<img src="./images/posting/italic.gif" border="0" alt="i" accesskey="i" name="addbbcode2" value=" i " onclick="bbstyle(2)" onmouseover="helpline('i')" onmouseout="helpline('tip')"  class="bbimages"/>
		<img src="./images/posting/under.gif" border="0" alt="u" accesskey="u" name="addbbcode4" value=" u " onclick="bbstyle(4)" onmouseover="helpline('u')" onmouseout="helpline('tip')"  class="bbimages"/>
		<img src="./images/posting/strike.gif" border="0" alt="strike" onclick="bbfontstyle('[strike]','[/strike]')" onmouseover="helpline('strike')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
		<img src="./images/posting/sup.gif" border="0" alt="sup" onclick="bbfontstyle('[sup]','[/sup]')" onmouseover="helpline('sup')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
		<img src="./images/posting/sub.gif" border="0" alt="sub" onclick="bbfontstyle('[sub]','[/sub]')" onmouseover="helpline('sub')" onmouseout="helpline('tip')" border="0" class="bbimages"/>

		<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />

		<img src="./images/posting/listb.gif" border="0" alt="list" accesskey="l" name="addbbcode10" value="List" onclick="bbstyle(10)" onmouseover="helpline('l')" onmouseout="helpline('tip')"  class="bbimages"/>
		<img src="./images/posting/listo.gif" border="0" alt="list" accesskey="o" name="addbbcode12" value="List=" onclick="bbstyle(12)" onmouseover="helpline('o')" onmouseout="helpline('tip')"  class="bbimages"/>
		<img src="./images/posting/listitem.gif" border="0" alt="[*]" accesskey="t" name="addlitsitem" value="[*]" onclick="bbstyle(-1)" onmouseover="helpline('e')" onmouseout="helpline('tip')"  class="bbimages"/>

		<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />

		<img src="./images/posting/highlight=.gif" alt="highlight" border="0" onclick="bbfontstyle('[highlight=#FFFFAA]','[/highlight]')" onmouseover="helpline('highlight')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
		<img src="./images/posting/hr.gif" border="0" alt="hr" onclick="bbfontstyle('[hr]','[/hr]')" onmouseover="helpline('hr')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
		<img src="./images/posting/ot.gif" border="0" alt="ot" onclick="bbfontstyle('[ot]','[/ot]')" onmouseover="helpline('ot')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
		
		<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />
		
		<img src="./images/posting/marqd.gif" border="0" alt="marquee=down" onclick="bbfontstyle('[marquee=down]','[/marquee]')" onmouseover="helpline('marquee_down')" onmouseout="helpline('tip')" class="bbimages"/>
		<img src="./images/posting/marqu.gif" border="0" alt="marquee=up" onclick="bbfontstyle('[marquee=up]','[/marquee]')" onmouseover="helpline('marquee_up')" onmouseout="helpline('tip')" class="bbimages"/>
		<img src="./images/posting/marql.gif" border="0" alt="marquee=left" onclick="bbfontstyle('[marquee=left]','[/marquee]')" onmouseover="helpline('marquee_left')" onmouseout="helpline('tip')" class="bbimages"/>
		<img src="./images/posting/marqr.gif" border="0" alt="marquee=right" onclick="bbfontstyle('[marquee=right]','[/marquee]')" onmouseover="helpline('marquee_right')" onmouseout="helpline('tip')" class="bbimages"/>
		
				<br>
		
		<!-- IF S_BBCODE_QUOTE -->
		<img src="./images/posting/quote.gif" border="0" alt="quote" accesskey="q" name="addbbcode6" value="Quote" onclick="bbstyle(6)" onmouseover="helpline('q')" onmouseout="helpline('tip')"  class="bbimages"/>
		<!-- ENDIF -->
		<img src="./images/posting/code.gif" border="0" alt="code" accesskey="c" name="addbbcode8" value="Code" onclick="bbstyle(8)" onmouseover="helpline('c')" onmouseout="helpline('tip')"  class="bbimages"/>
		<img src="./images/posting/spoiler.gif" border="0" alt="spoiler" onclick="bbfontstyle('[spoiler]','[/spoiler]')" onmouseover="helpline('spoiler')" onmouseout="helpline('tip')" border="0" class="bbimages"/>

		<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />

		<!-- IF S_BBCODE_IMG -->
		<img src="./images/posting/img.gif" border="0" alt="img" accesskey="p" name="addbbcode14" value="Img" onclick="bbstyle(14)" onmouseover="helpline('p')" onmouseout="helpline('tip')"  class="bbimages"/>
		<!-- ENDIF -->
		<!-- IF S_LINKS_ALLOWED -->
			<img src="./images/posting/url.gif" border="0" alt="URL" accesskey="w" name="addbbcode16" value="URL" onclick="bbstyle(16)" onmouseover="helpline('w')" onmouseout="helpline('tip')"  class="bbimages"/>
		<!-- ENDIF -->
		<img src="./images/posting/email.gif" border="0" alt="email" onclick="bbfontstyle('[email]','[/email]')" onmouseover="helpline('mail')" onmouseout="helpline('tip')" class="bbimages"/>
		<img src="./images/posting/dots.gif" border="0" style="padding-left: 5px; padding-right: 5px;" />
		<!-- IF S_BBCODE_FLASH -->
			<img src="./images/posting/flash.gif" border="0" alt="Flash" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" onmouseover="helpline('d')" onmouseout="helpline('tip')"  class="bbimages"/>
		<!-- ENDIF -->
		<img src="./images/posting/video.gif" border="0" alt="video" onclick="bbfontstyle('[video width=320 height=285]','[/video]')" onmouseover="helpline('video')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
		<img src="./images/posting/mp3.gif" border="0" alt="mp3" onclick="bbfontstyle('[mp3]','[/mp3]')" onmouseover="helpline('mp3')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
		<img src="./images/posting/quick.gif" border="0" alt="quick" onclick="bbfontstyle('[quick width=320 height=240]','[/quick]')" onmouseover="helpline('quick')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
		<img src="./images/posting/ram.gif" border="0" alt="ram" onclick="bbfontstyle('[ram width=275 height=40]','[/ram]')" onmouseover="helpline('ram')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
		<img src="./images/posting/googlevideo.gif" border="0" alt="googlevideo" onclick="bbfontstyle('[googlevideo]','[/googlevideo]')" onmouseover="helpline('googlevideo')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
		<img src="./images/posting/youtube.gif" border="0" alt="youtube" onclick="bbfontstyle('[youtube]','[/youtube]')" onmouseover="helpline('youtube')" onmouseout="helpline('tip')" border="0" class="bbimages"/>
														
    <!-- IF S_BBCODE_ALLOWED and .custom_tags -->
    <br>
		<!-- BEGIN custom_tags -->
		<img src="./images/posting/{custom_tags.BBCODE_TAG}.gif" border="0" alt="{custom_tags.BBCODE_TAG}" title="{custom_tags.BBCODE_TAG}" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})"<!-- IF custom_tags.BBCODE_HELPLINE !== '' --> onmouseover="helpline('cb_{custom_tags.BBCODE_ID}')" onmouseout="helpline('tip')"<!-- ENDIF -->  class="bbimages"/>
		<!-- END custom_tags -->
		<!-- ENDIF -->
	</td>
</tr>

Re: problema con imagenes en bbcode de mitch

Publicado: 20 Ene 2010, 22:50
por Vlad
eres un maestro mitch, muchas gracias salio perfecto, oye solo tengo una duda, he visto que en los estilos prosilver te sale un boton como el que tienes tu aqui que dice "color de fuente", pero en mi estilo basado en subsilver2 no sale este boton, se puede hacer algo para que salga???

saludos y gracias