Hey, can anyone help to rewrite the plugin for vb 3.6.12.
Counter works great and got a reset after visiting the reputations.
In addition i addes the phrase manually.
Now i have to rewrite the notification for Navbar manually
Code:
if ($vbulletin->options['reputationenable'])
{
$notifications['newrepcount'] = array(
'phrase' => $vbphrase['newrepcounts_newreps'],
'link' => 'usercp.php' . $vbulletin->session->vars['sessionurl_q'] .'#REPS',
'order' => 15
);
}
Can anyone help me to make it work on 3.6.12?