whoiswhere.php and viewonline.php
find
- Code: Select all
case 'faq':
$location = $user->lang['VIEWING_FAQ'];
$location_url = append_sid("{$phpbb_root_path}faq.$phpEx");
break;
add after
- Code: Select all
case 'chat':
$location = $user->lang['VIEWING_CHAT'];
$location_url = append_sid("{$phpbb_root_path}chat.$phpEx");
break;
case 'modx_creator':
$location = $user->lang['VIEWING_MODX'];
$location_url = append_sid("{$phpbb_root_path}modx_creator.$phpEx");
break;
case 'donate':
$location = $user->lang['VIEWING_DONATE'];
$location_url = append_sid("{$phpbb_root_path}donate.$phpEx");
break;
case 'radio':
$location = $user->lang['VIEWING_RADIO'];
$location_url = append_sid("{$phpbb_root_path}radio.$phpEx");
break;
just incase you dont know how to add pages to it also your need to make lang edits or the page wont show
- Code: Select all
'VIEWING_MODX' => 'Viewing modx creator',
would be nice to see where ppl are and not just showing the index page.


-779.63 











