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
[Tutorial] Avatares de pantalla en threadlisting como Xenforo
Páginas (4):    1 2 3 4
karlikuzzz   4 Sep, 2011, 3:51 pm
#31
Me ayudáis? Es que me sigue saliendo lo de: created by: y quiero que no salga, pero lo demás ya me sale todo bien.
Lo único que hay algunas imágenes que se ven más pequeñas, podría hacer algo para ponerlo bien?
Ryuuseiken   4 Sep, 2011, 4:34 pm
#32
(4 Sep, 2011, 3:51 pm)karlikuzzz escribió: Me ayudáis? Es que me sigue saliendo lo de: created by: y quiero que no salga, pero lo demás ya me sale todo bien.
Lo único que hay algunas imágenes que se ven más pequeñas, podría hacer algo para ponerlo bien?

En esta parte:

Código PHP:
<?php 
<div>
<
table><tr><td id="tvatar">{$thread_avatar}</td><td>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}<br><font color="grey">created by:</font> {$thread['profilelink']}</td></tr></table>
</
div>

Borra esto:

Código PHP:
<?php 
<font color="grey">created by:</font>

Código PHP:
<?php 
<div>
<
table><tr><td id="tvatar">{$thread_avatar}</td><td>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}<br>{$thread['profilelink']}</td></tr></table>
</
div>


karlikuzzz   7 Sep, 2011, 5:17 am
#33
Ya está Smile muchas gracias!
Páginas (4):    1 2 3 4
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.