PDA

View Full Version : Directory Problem


Rackellar
06-02-2004, 05:57 AM
OK, this is quite complicated :confused: , so read carefully :rolleyes:

Basically i was running invision board under the / directory and /forums directory. I have just upgraded to VBulletin and run the forum under /vb

What i thought i could do was run VBA CMPS under root and VBUlletin off /vb but whenever i try this i simply get link problems. For instance if you click "UserCP" it will take you to /usercp.php rather than /vb/usercp.php

All my paths are set correctly in VB AdminCP.

For the moment I am redirecting People through / straight to /vb/indexportal.php (the portal page). But i need this changed so the portal is at the root and the forums are at /vb

My site is www.tekdek.net



If you understood this, any help would be appreicated

Mike_XBLW
06-02-2004, 06:05 AM
for your paths, change them to "http://www.tekdek.net/vb/admincp" instead of "/admincp". You need to use the http paths instead of the relative paths.

I had the same problem for a while.

Hope this helps,

Mike

Our Sponsors
 

Rackellar
06-02-2004, 06:07 AM
Thanks very much.

I just double posted this stupidly, because my PC crashed while posting the message :@ so please forgive me :)

Rackellar
06-02-2004, 06:12 AM
Ok im thick, its official.

I cant quite see what you mean

http://www.tekdek.net/help.JPG

Theres a screenshot of the options i have modified to do with URLS


should i be looking elsewhere

Our Sponsors
 

Mike_XBLW
06-02-2004, 06:21 AM
I'm searching for where I had to do it. I can't seem to remember where it was...and that wasn't the place....

Rackellar
06-02-2004, 06:22 AM
thanks a million..

Brian
06-02-2004, 10:55 AM
I think your problem *may* be that your links are in your 'header' template rather than your 'navbar' template. By default, vBulletin places these links in the navbar template and there is something in the CMPS code that will replace these links for you. If they are in the header template though, this function will not work. If you edit your header template and add this code in front of each link then it should fix the problem.

$vboptions[bburl]/

Rackellar
06-02-2004, 11:53 AM
Cheers Brian. You are right about the Navbar. My links are in the header.

:) I will sort it now