apokalupsis
07-22-2004, 01:46 AM
This may not be a 'bug' or error, but I want to confirm that this is supposed to happen and there isn't any code that should be there, to ensure it doesn't.
I followed this to the "T":
http://vbadvanced.com/membersarea.php?do=viewmanual&productid=4&pageid=6
What I did, was integrate the the side menu with the FAQ (faq.php).
If you go to the site: www.myfamilycorner.net , you'll see the navigation on the left. All links work fine. Click FAQ, and that "appears" to work fine.
The problem is...when you go to the FAQ, we are actually in the forums/ directory (not the root/ directory where vbCMPS is installed. This breaks the navmenu on the left as it adds forum/ into the path. The dot.gif also disappears from the first section.
Now...the fix I suppose, would be to use absolute url paths. I did that with the first few links, all seems fine. But is this the only way? Is there a better way to do this? I don't mind adding in the absolute paths to resolve this...but I want to make sure that this is the only way, or best way to do so.
I followed this to the "T":
http://vbadvanced.com/membersarea.php?do=viewmanual&productid=4&pageid=6
What I did, was integrate the the side menu with the FAQ (faq.php).
If you go to the site: www.myfamilycorner.net , you'll see the navigation on the left. All links work fine. Click FAQ, and that "appears" to work fine.
The problem is...when you go to the FAQ, we are actually in the forums/ directory (not the root/ directory where vbCMPS is installed. This breaks the navmenu on the left as it adds forum/ into the path. The dot.gif also disappears from the first section.
Now...the fix I suppose, would be to use absolute url paths. I did that with the first few links, all seems fine. But is this the only way? Is there a better way to do this? I don't mind adding in the absolute paths to resolve this...but I want to make sure that this is the only way, or best way to do so.