Quote:
Originally Posted by sparklywater
Just a reminder to please address this sometime soon when you can...
Thanks.
|
Go to vb/admincp/products and plugins/plugin manager
Edit the plugin Links and Downloads Manager - Handle Who's Online attached to hook online_location_unknown
Find the lines:
PHP Code:
elseif ($linkid) {
$thisone = $vbulletin->db->query_first("
SELECT linkid, linkname
FROM " . THIS_TABLE . "linkslink
WHERE linkid = '".$linkid."'
LIMIT 1
");
$userinfo['where'] = '<a href="'.LINKS_SCRIPT.'.php?catid='.$catid.'&linkid='.$linkid.'">'.$thisone['linkname'].'</a>';
}
and change to
PHP Code:
elseif ($linkid) {
$thisone = $vbulletin->db->query_first("
SELECT linkid, linkname
FROM " . THIS_TABLE . "linkslink
WHERE linkid = '".$linkid."'
LIMIT 1
");
$userinfo['where'] = '<a href="'.LINKS_SCRIPT.'.php?action=play&catid='.$catid.'&linkid='.$linkid.'">'.$thisone['linkname'].'</a>';
}
and save.
This will change the link for *all* entries to a direct "play"