search to google and find this to add my vbulletin website and works fine.
ADMINCP >> PLUGIN & PRODUCTS >> ADD NEW PLUGIN
Product - Forum Runner
Hook Location - online_location_process
Title - Forum Runner - WOL Online Location
Execution Order - 5
Plugin PHP Code
PHP Code:
if($filename == 'mobile.php') $userinfo['activity'] = 'Forum Runner';
Plugin Active - YES
------------------------------------------------------------------------------------------------------
ADMINCP >> PLUGIN & PRODUCTS >> ADD NEW PLUGIN
Product - Forum Runner
Hook Location - online_location_unknown
Title - Forum Runner - WOL Online Location Unknown
Execution Order - 5
Plugin PHP Code
PHP Code:
if($userinfo['activity']=='Forum Runner')
{
$userinfo['where'] = '<a href="http://www.forumrunner.net/">Forum Runner</a>';
$userinfo['action'] = 'Forum Runner';
$handled = true;
}
Plugin Active - YES
|