Quote:
Originally Posted by TTG
Code change seems to remove the "Number of unread posts" since last visit. had to remove this hack as my members like to click the unread posts link to check new posts.
|
Just edit
Unread Posts and Reputation (2) in your plugin manager.
Code:
$vbphrase['welcome_x_link_y'] .= '</strong><br />'.$unread.'<strong>';
with this
Code:
$vbphrase['ung_greeting'] .= '</strong><br />'.$unread.'<strong>';