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
Newpoint Postibt
leoclaros   11 May, 2011, 10:51 pm
#1
-Titulo: Problema NewPoints en postbit y en perfil
-URL: http://net-games.com.ar
-Version del Foro: 1.6.3
-Informacion del problema: Bueno, tengo el problema con el plugin NewPoints que no puedo mostrar los puntos ni en el postbit ni el el perfil
espero me puedan ayudar...
Omar G.   12 May, 2011, 1:28 pm
#2
Primero ve a ACP -> Templates y Estilos -> TEMA Plantillas -> Post Bit Plantillas -> postbit / postbit_classic

Busca:
Código:
{$post['user_details']}

Debe de quedar así:
Código:
{$post['user_details']}{$post['newpoints_postbit']}

Segundo ve a ACP -> Templates y Estilos -> Global Plantillas -> newpoints_postbit

Algo así debe de estar allí:
Código:
<br /><span class="smalltext">{$currency}:</span> <a href="{$mybb->settings['bburl']}/newpoints.php">{$points}</a></span>{$donate}
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.