The Arcive of vBulletin Modifications Site. |
|
Link on the frontpage-navbar doesnt work Details »»
|
|||||||||||||||||||||||||
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 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
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?
|
|
#3
|
||||
|
||||
|
Same problem here, anyone can help?
|
|
#4
|
|||
|
|||
|
can anybody help us out?
|
|
#5
|
|||
|
|||
|
Got the fix from vbAdvance.com
Code:
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;
}
|
|
#6
|
|||
|
|||
|
Quote:
it worked...nicely done |
|
#7
|
||||
|
||||
|
Thanks for that, now seem fine.
|
|
#8
|
|||
|
|||
|
Perfect! Thank you for posting the fix.
|
![]() |
|
|