View Full Version : Unknown Location
Unknown Location
/online/vbgarage.php?do=editgarage
is there a quick way to rectify this?
it appears when viewings whos online.
iSpanish
02-12-2005, 09:36 PM
open includes/functions_online.php
find:
break;
case 'bugs':
$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'Bugs'); // Don't report 'bugs' as needing to be translated please :p
break;
add below:
case 'vbgarage':
$userinfo['action'] = 'vB Garage Page';
$userinfo['where'] = "<a href=\"vbgarage.php?$session[sessionurl]\">vBChat</a>";
break;
find:
case 'bugs.php':
$userinfo['activity'] = 'bugs';
break;
Add below:
case 'vbgarage.php':
$userinfo['activity'] = 'vBGarage';
break;
then upload the file.
File has been modified, no change..same error still
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.