if($MyNotificationNeedsToBeShown) { $notifications['MyNotificationName'] = array( 'phrase' => $vbphrase['MyNotificationName'], 'link' => 'mylinkpage.php', 'order' => 100 ); $vbulletin->userinfo['MyNotificationName'] = $MyNotificationCount;}