vBindex in Who is Online:
suche in "functions_online.php" nach
PHP-Code:
case 'bugs':
$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'Bugs'); // Don't report 'bugs' as needing to be translated please :p
break;
füge darunter:
PHP-Code:
case 'vbindex':
$userinfo['action'] = "Portal betrachten";
$userinfo['where'] = "<a href=\"vbindex.php?$session[sessionurl]\" title=\"$vboptions[bbtitle] Portal\">$vboptions[bbtitle] Portal</a>";
break;
ein,
suche in gleicher Datei:
PHP-Code:
case 'bugs.php':
$userinfo['activity'] = 'bugs';
break;
füge darunter:
PHP-Code:
case 'vbindex.php':
$userinfo['activity'] = 'vbindex';
break;
ein.
Und hier wie "versprochen" hier die Übersetzung von vBindex RC3.
Lesezeichen