Notification profile comments

← Profile System Support — Started 9 Feb, 2012

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.
[Image: ANnYZ.png]

Super Moderador de Skylium Network
Servicio de H2P
0  
Reply
Hi Juliens,

You can move the notice if you like. For example, you can do this:

Code:
$header = str_replace("<!--COMMENT_NOTIFICATION-->", $notice_alert, $header);

Then place <!--COMMENT_NOTIFICATION--> wherever you want in your header template.
2  
Reply
Thank you very much Tom, it solves the problem I had.

You can close, if desired, this issue.

And I'll keep waiting for the offline status is displayed in the profiles, I've tried, to no avail.
[Image: ANnYZ.png]

Super Moderador de Skylium Network
Servicio de H2P
0  
Reply

User(s) browsing this thread: 1 Guest(s)