Quote:
Originally Posted by Phalynx
It's not in the PHP files. You need to change the code of a plugin named "vBExperience (notifications)":
PHP Code:
$notifications['xperience_promotioncount'] = array(
'phrase' => $vbphrase['xperience_promotions_notifications'],
'link' => $vbulletin->options['bburl'].'/xperience.php?go=insight' . $vbulletin->session->vars['sessionurl'],
'order' => 152
);
|
Exactly what is was after thank you for your quick response.
Vbulletin has so many areas you have to look when you want to make changes, makes it hard some times!