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
logros en postbit
sts32   7 Sep, 2011, 12:23 pm
#1
eh instalado el plugin points in post y todo bien pero no aparecen en el postbit las imagenes de los logros ya le subi las imagenes y todo pero nada alguien puede decirme como hacer para resolverlo?
Omar G.   7 Sep, 2011, 1:40 pm
#2
En tu plantilla postbit/postbit_classicp busca:
Código PHP:
<?php 
{$post['user_details']}

Agrega después:
Código PHP:
<?php 
<!-- Achiviement_PIP -->{$post['points_pip']}<br />{$lang->achsmemprofile}: <br />{$post['pip_achiviements']}<br /><a href="member.php?action=profile&uid={$post['uid']}#achiviements">{$lang->achsmemprofile_view}</a><!-- /Achiviement_PIP -->
sts32   9 Sep, 2011, 4:38 pm
#3
No me aparece
Código PHP:
<?php 
{$post['user_details']}
me aparece este
Código PHP:
<?php 
<div><strong><span>{$post['user_details']}<!-- Achiviement_PIP -->{$post['points_pip']}<!-- /Achiviement_PIP --></div>
y ya le puse el codigo que me diste abajo pero no me funciona
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.