1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

change viewonline page slightly.

Mental Note: Step away from using in_array in conjunction with huge arrays (and within a loop), might get slow. ;)


git-svn-id: file:///svn/phpbb/trunk@5091 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-02-10 20:19:48 +00:00
parent 9841f6145c
commit 4269b318a2
7 changed files with 231 additions and 167 deletions

View File

@@ -730,6 +730,8 @@ $lang += array(
'ONLINE_LENGTH_EXPLAIN' => 'Time in minutes after which inactive users will not appear in viewonline listings, lower equals less processing.',
'YES_ONLINE' => 'Enable online user listings',
'YES_ONLINE_EXPLAIN' => 'Display online user information on index, forum and topic pages.',
'YES_ONLINE_GUESTS' => 'Enable online guest listings in viewonline',
'YES_ONLINE_GUESTS_EXPLAIN' => 'Allow display of guest user informations in viewonline.',
'YES_ONLINE_TRACK' => 'Enable display of user online img',
'YES_ONLINE_TRACK_EXPLAIN' => 'Display online information for user in profiles and viewtopic.',
'YES_BIRTHDAYS' => 'Enable birthday listing',

View File

@@ -92,6 +92,7 @@ $lang += array(
'DELETE_MARKED' => 'Delete Marked',
'DESCENDING' => 'Descending',
'DISABLED' => 'Disabled',
'DISPLAY_GUESTS' => 'Display Guests',
'DISPLAY_MESSAGES' => 'Display messages from previous',
'DISPLAY_POSTS' => 'Display posts from previous',
'DISPLAY_TOPICS' => 'Display topics from previous',
@@ -151,6 +152,7 @@ $lang += array(
'HIDDEN_USERS_ZERO_TOTAL' => '0 Hidden and ',
'HIDDEN_USER_ONLINE' => '%d Hidden user online',
'HIDDEN_USER_TOTAL' => '%d Hidden and ',
'HIDE_GUESTS' => 'Hide Guests',
'HIDE_ME' => 'Hide my online status this session',
'HOURS' => 'Hours',
@@ -404,6 +406,7 @@ $lang += array(
'VIEWING_FAQ' => 'Viewing FAQ',
'VIEWING_MEMBERS' => 'Viewing member details',
'VIEWING_ONLINE' => 'Viewing who is online',
'VIEWING_UCP' => 'Viewing user control panel',
'VIEWS' => 'Views',
'VIEW_BOOKMARKS' => 'View bookmarks',
'VIEW_LATEST_POST' => 'View latest post',