Recien comprobé que la version 0.5.1 funcionar perfectamente con la última version de MyBB (Que por el momento es la 1.4.14) y el theme por defecto.
Te detallo los cambios necesarios en los templates para que el plugin funcione correctamente:
(Para editarlos: ACP -> Plantillas y Estilos -> Plantillas)
En el template "header":
Código:
== Buscar ==
{$unreadreports}
== AGREGAR (DESPUES) ==
<!-- ProfileComments -->{$commentalert}<!-- /ProfileComments -->
En el template "member_profile":
Código:
== Buscar ==
{$modoptions}
== AGREGAR (DESPUES) ==
<!-- ProfileComments -->{$comments_index}<!-- /ProfileComments -->
En el template "header_welcomeblock_member":
Código:
== Buscar ==
{$lang->welcome_pms_usage}
== AGREGAR (DESPUES) ==
<!-- ProfileComments --> | <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}" title="{$lang->profile_comments}">{$lang->profile_comments_new_inmenu}</a> {$lang->profile_comments_new_inmenu_count}<!-- /ProfileComments -->