Log in

View Full Version : Coding Help


ChrisBaktis
06-23-2004, 03:12 PM
Can anyone tell me how I add a title to a custom VB page that will show up in the Whos Online link? Right now the custom pages show 'Unknown Location'.

eoc_Jason
06-23-2004, 03:59 PM
Edit your includes/functions_online.php

Find the parts below, and follow their style:

case 'bugs':
.....

case 'bugs.php':
.....

ChrisBaktis
06-23-2004, 05:05 PM
Im not to good at this maybe you can help me with the code:

When people are in my chat room I would like it to say 'In The Chatroom'

I set up the global phrase chat_room (meaning In The Chat room)

The chatroom file is chat.php

what would the code be for this?

thanks for your help

ChrisBaktis
06-24-2004, 08:44 PM
anyone?