Helpful Information
 
 
Category: vBgarage
Unknown Location

Unknown Location
/online/vbgarage.php?do=editgarage



is there a quick way to rectify this?
it appears when viewings whos online.

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










privacy (GDPR)