The notification and conversation only display on the home page of SocialNetwork
i have test to edit Users/view.ctp to add this code:
<li>
<a id="notifications" data-url="<?php echo $this->request->base?>/notifications/ajax_show/home" rel="home-content" href="/<?php echo $this->request->base?>/home/index/tab:notifications"><i class="icon-globe"></i> <?php echo __('Notifications')?> <span id="notification_count" class="badge_counter"><?php echo $cuser['notification_count']?></span></a>
</li>
<li>
<a id="messages" data-url="<?php echo $this->request->base?>/conversations/ajax_browse" rel="home-content" href="/<?php echo $this->request->base?>/home/index/tab:messages"><i class="icon-envelope"></i> <?php echo __('Messages')?> <span class="badge_counter"><?php echo $cuser['conversation_user_count']?></span></a>
</li>
But the link dont work, loop loading
could you help me to add the correct code ? thank you