Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

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
arreglar mi postbit
niqoo14   12 May, 2011, 10:13 pm
#1
-URL:http://carpargentina.eshost.es/foro/
-Version del foro: 1.6.3

hola quisiera saber como soluciono este problema puse el codigo para cambiar el postbit y me salio todo desordenado foto:
http://img90.imageshack.us/img90/3390/dibujo1vt.png
Gustavo R.   12 May, 2011, 10:35 pm
#2
pon tu plantilla de postbit classic aqui
niqoo14   12 May, 2011, 10:43 pm
#3
aca te la dejo lo puse en un documento de texto
Omar G.   12 May, 2011, 10:58 pm
#4
Casi seguro no se solucionara, pero esto:
Código:
</table>
</td>
</tr>
<tr>

debe de quedar asi:
Código:
</table>
<table>
<tr>

lo mas seguro es que no salga como quieres pero arregla el html.
niqoo14   12 May, 2011, 11:00 pm
#5
pero donde esta eso que me dijiste ?
Omar G.   12 May, 2011, 11:02 pm
#6
En la plantilla que dejaste O.O

dejala asi completa:
Código:
{$ignore_bit}
<table width="200" height="42" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="200" height="42" align="center" background= "http://img688.imageshack.us/img688/6491/nameao.png" style= "background-repeat: no-repeat;">
    <strong><span class="largetext">{$post['profilelink']}</span></strong> {$post['onlinestatus']}
</td>
  </tr>
</table>
<table height="24" width="200" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="200" align="center" background= "http://imageshack.us/m/51/2875/bgbit1.png" style= "background-repeat: no-repeat;" >&nbsp;</td>
  </tr>
  <tr>
    <td align="center" valign="top" style= "background-repeat: repeat;" background= "http://img560.imageshack.us/img560/7519/bgbit2.png" >
    <span class="smalltext" >
                        {$post['useravatar']}<br />
                        {$post['usertitle']}<br />
                        {$post['userstars']}
            {$post['groupimage']}<br />
            {$post['user_details']}
        </span>
    </td>
  </tr>
  <tr>
    <td height="25" width="200" align="center" valign="top" style= "background-repeat: no-repeat;" background= "http://imageshack.us/m/833/2374/bgbit3.png" >&nbsp;</td>
  </tr>
</table>
<table>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>
niqoo14   15 May, 2011, 10:59 am
#7
busque pero no hay ninguna parte que diga eso exactamente.
sino lo pongo en default como vino el theme y pongo este como hago ?

http://www.mybb-es.com/Hilo-postbit-perfil
Omar G.   15 May, 2011, 1:00 pm
#8
Revierte la plantilla.

En postbit_classic -> opciones -> revertir a original

luego haces ese tuto.
niqoo14   15 May, 2011, 5:48 pm
#9
(15 May, 2011, 1:00 pm)Sama34 escribió: Revierte la plantilla.

En postbit_classic -> opciones -> revertir a original

luego haces ese tuto.

pero no dice como ponerlo Confused
Omar G.   15 May, 2011, 9:20 pm
#10
Me equivoque, el código que deja en ese mensaje colócalo en tu postbit_classic, reemplaza y pon el nuevo de allí.
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.