PDA

View Full Version : Link on the frontpage-navbar doesnt work


Osiris2k
03-24-2005, 09:34 PM
Hey first of all vBChat is a great hack!

But I got one problem, when I try to enter the chat from the frontpage navbar (vbadvanced) it gives me page not found

But it does work if I click the chat navbar link from within the forum itself.

How do I fix that?

It is both correctly forwarded to www.mysite.com/forums/vBChat.php

thanks

Caveman2k2
03-27-2005, 01:58 AM
I'm having the same problem even though it shows the correct link to vBChat.php on the cmps homepage nav bar. Can anyone help with this?

AlexUK
03-27-2005, 12:00 PM
Same problem here, anyone can help?

Osiris2k
03-28-2005, 07:19 PM
can anybody help us out?

Caveman2k2
03-28-2005, 11:52 PM
Got the fix from vbAdvance.com

function OpenvBChat(){
vBChat = window.open('vBChat.php?','vBChat','directories=no ,height='+window.screen.height+',width='+window.sc reen.width+',location=no,menubar=no,scrollbars=yes ,status=no,toolbar=no')

return false;
}Replace the colored text above with the full url that points to the vBChat.php file. Fixed! Thanks goes to Brian at vbAdvanced.com for this.

Osiris2k
03-29-2005, 03:01 AM
Got the fix from vbAdvance.com

function OpenvBChat(){
vBChat = window.open('vBChat.php?','vBChat','directories=no ,height='+window.screen.height+',width='+window.sc reen.width+',location=no,menubar=no,scrollbars=yes ,status=no,toolbar=no')

return false;
}Replace the colored text above with the full url that points to the vBChat.php file. Fixed! Thanks goes to Brian at vbAdvanced.com for this.


it worked...nicely done

AlexUK
03-30-2005, 09:37 AM
Thanks for that, now seem fine.
:)

sunrunner_pei
11-14-2005, 02:40 PM
Perfect! Thank you for posting the fix. :)