Hi firstly love the addon just hoping you can give me a clue about notifications on promotions.
When you receive a promotion I want the pm to link to a different page, at the moment it goes to insight, where can this be changed I have looked through the code and cant seem to find it.
thought it was in functions
Code:
function AddNotification($column, $userid)
{
global $vbulletin;
if ($vbulletin->options['xperience_notifications'])
{
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET ".$column."=+1 WHERE userid=".$userid);
}
}
But I cant see the details of the notification here