Quote:
Originally Posted by dholt
Powered by vBadvanced CMPS v2.2.0 Home Page.
Not sure what to add into the Navbar Replacements were it says to (Here you may enter a list of filenames that should be prefixed with your Forum's URL.)
From my home page i get 404
and from my forums page works great
Love it
Any help thanks in advance
|
In the navbar code you should see this line:
function OpeniPod(){
iPod = window.open('
ipod.htm','iPod','directories=no,height=430,width=190,loca tion=no,menubar=no,resizable=no,status=no,toolbar= no')
The part
ipod.htm, make it an absolute url not relative, so it would become
www.yourdomain.com/forum/ipod.htm
Make sure the address is pointing directly to the ipod.htm
That should fix your problem.