Dieses Addon fügt auf der Wer ist online Seite den Online Status hinzu, wenn jemand im Formel 1 WebTipp unterwegs ist.
ÖFFNE: viewonline.php
SUCHE:
Code: Alles auswählen
case 'report':
$location = $user->lang['REPORTING_POST'];
$location_url = append_sid("{$phpbb_root_path}index.$phpEx");
break;
Code: Alles auswählen
case 'formel':
$location = $user->lang['VIEWING_F1WEBTIPP'];
$location_url = append_sid("{$phpbb_root_path}formel.$phpEx");
break;
SUCHE:
Code: Alles auswählen
'VIEWING_FAQ' => 'Viewing FAQ',
Code: Alles auswählen
//Formel 1 Viewonline
'VIEWING_F1WEBTIPP' => 'Viewing Formel 1 WebTipp',
SUCHE:
Code: Alles auswählen
'VIEWING_FAQ' => 'Betrachtet die FAQs',
Code: Alles auswählen
//Formel 1 viewonline
'VIEWING_F1WEBTIPP' => 'Betrachtet den Formel 1 WebTipp',