For Inbox Link when you have 0 messages
Open /root/includes/functions_livenotifications.php
Search
HTML Code:
$output .= '<li class="lnpmbit '.($full ? 'livebit' : 'livenotificationbit').($is_read ? ' red">' : ' unread">')
. '<div class="ln_stats">'
. $stats
. '</div>'
Add after
HTML Code:
. '<span class="ln_context">'
. '<center><a href="'.$vbulletin->options['bburl'] .'private.php">Inbox Folder</a></center>'
. '</span>'