Step over here because I have a little problem.
It turns out that the theme I use on my forum, the navigation is very narrow.
The problem arises when I received a notification of new comments, which was attached to the variable <navigation>.
I was checking the file m_comments.php and found this in line 96.
PHP Code:
$header = str_replace("<navigation>", $notice_alert."<navigation>", $header);
As I can do so, rather than exit <navigation>, notification of leave under the Personal posts.
In advance thank you very much.