Viewonline

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

Viewonline

Post by TheMathematics »

================
Last edited by TheMathematics on 09 Aug 2015, 08:25, edited 1 time in total.

Viewonline

Post by Stoker »

Open: viewonline.php
Find:

Code: Select all

case 'viewonline':
Before add:

Code: Select all

case 'error':
				$location = $user->lang['VIEW_ERROR'];
				$location_url = append_sid("{$phpbb_root_path}error.$phpEx");
		break;
Open: language/en/common.php
Find:

Code: Select all

?>
Before add:

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',
));

Post by TheMathematics »

================
Last edited by TheMathematics on 09 Aug 2015, 08:25, edited 1 time in total.

Viewonline

Post by Stoker »

Well, not sure how to do this. But play around with the code from the .htaccess file.