Custom page in Who is online

Discussion forum for MOD Writers regarding MOD Development.
strago
Registered User
Posts: 7
Joined: Sun Feb 08, 2015 5:08 am

Custom page in Who is online

Post by strago »

functions.php

'U_CHAT_ROOMS' => append_sid("{$phpbb_root_path}chat-room.$phpEx"),

viewonline.php right after case 'viewonline':

case 'chatrooms':
$location = $user->lang['CHAT_ROOMS'];
$location_url = append_sid("{$phpbb_root_path}chat-room.$phpEx");
break;

common.php

'CHAT_ROOMS' => 'Chat Rooms',


and Who is online still just shows it as being at the Index page at domain.com/index.php .
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53565
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}

Re: Custom page in Who is online

Post by Brf »

strago wrote: case 'chatrooms':
Why are you using "chatrooms" when your chat room's URL is "chat-room" ?

Return to “[3.0.x] MOD Writers Discussion”