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
Postbit V2 problema.
Argoitz   2 Mar, 2011, 6:23 pm
#1

Ayuda con postbit en recuadros v2!!
Al querer poner el levelbar me queda así ._.
[Imagen: 4sxlj9.png]
Tambien trate de ponerlo así

<table width="100%" border="0" cellspacing="2" cellpadding="1"&nbsp;&nbsp;style="font-size:12px">
<div class="postbit2_header">Info de usuario</div>
<div class="postbit2">
{$post['leverlbar']}
</div></div></td></tr>

y nada ._.
Última modificación: 4 Mar, 2011, 7:37 am por Cluster.
TheZeuS   2 Mar, 2011, 6:41 pm
#2
El LevelBar, enteoria ya tiene esa función automatica.

Ves a :
Panel de Administración => Configuración => HP/MP/EXP Stats in Postbit! => Utilizas recuadros en el Postbit?.

Pones esto :

Código PHP:
<?php 
trow4

Saludos.
NecroHunter   2 Mar, 2011, 7:28 pm
#3
<table width="100%" border="0" cellspacing="2" cellpadding="1"&nbsp;&nbsp;style="font-size:12px">
<div class="postbit2_header">Info de usuario</div>
<div class="postbit2">
{$post['leverlbar']}
</div></div></td></tr>


Ahi, estas cerrando una div que nunca se abre, y cerrando tambien un tr y un td que tampoco se abren, y dejando abierta una tabla xD, nunca vi tamaño de insulto hacia el XHTML xD (sin ofender).
Argoitz   3 Mar, 2011, 6:47 am
#4
Era así

<div class="postbit2_header">Estadisticas</div>
<div class="postbit2">
{$post['levelbar']}
</div>


Cierren tema ._.
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.