Viewonline
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Viewonline
================
Last edited by TheMathematics on 09 Aug 2015, 08:25, edited 1 time in total.
Viewonline
Open: viewonline.php
Find:
Before add:
Open: language/en/common.php
Find:
Before add:
Find:
Code: Select all
case 'viewonline':
Code: Select all
case 'error':
$location = $user->lang['VIEW_ERROR'];
$location_url = append_sid("{$phpbb_root_path}error.$phpEx");
break;
Find:
Code: Select all
?>
Code: Select all
// Stoker is my hero and I will give him all my money :o)
$lang = array_merge($lang, array(
'VIEW_ERROR' => 'Viewing a 404 Error',
));