Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Intentando incrustar el boton de subir imagenes tinypic..
cerezas6   4 Dec, 2012, 4:54 am
#1
Segui este tutorial para incrustar en mi foro el boton de tinypic, debo decir que tengo el tema classic edition 2.0:

Boton Subir imagen Tinypic


En teoria deberia quedar algo parecido a esto:

[Imagen: i514cy.png]

Y el resultado fue desastroso, quedo completamente desalineado y sin boton...

[Imagen: iaPAM.png]


A ver si alguien puede ayudarme, gracias de antecodo.
Última modificación: 4 Dec, 2012, 4:56 am por cerezas6.
AddictedHS   4 Dec, 2012, 6:25 am
#2
Hola,

Lo que debes de hacer es borrar todo lo que esta en plantillas y estilos / plantillas / tu tema / Insertar Iconos Gestuales - Plantillas / smilieinsert /

Una vez.. copias este código y lo reemplazas.
Código PHP:
<?php 
<div style="margin:auto; width: 170px; margin-top: 20px;">
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150">
<
tr>
<
td class="thead"><span class="smalltext"><strong>{$lang->smilieinsert}</strong></span></td>
</
tr>
<
tr>
<
td class="trow1">
<
table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" id="clickable_smilies">
{
$smilies}
</
table>
</
td>
</
tr>
<!--
tinypic -->
<
tr>
<
td class="trow1">
<
table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" id="clickable_smilies">
<
center><a href="/jscripts/tiny/tinypic.html" target="_blank" onClick="window.open(this.href, this.target, 'width=280,height=540'); return false;"><img src="/jscripts/tiny/uploadimage.gif" border="0"/></a></center>
</
table>
</
td>
</
tr>
{
$getmore}
</
table>
</
div>

Saludos,
Yusei G.
cerezas6   4 Dec, 2012, 8:06 am
#3
Muchas gracias corazon, lo he conseguido gracias a ti, me ha costado lo suyo! Big Grin Cerrad tema.
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.