PDA


View Full Version : Path Problems URGENTLY


tuwebfacil
09-22-2006, 04:13 PM
Can anyone help me?

I have a problem creating custom pages with the Vba, cmps module, when i create a new custom module or page, the program add a new link to the site navigation on my index, but the link is not ok, because it redirects to www.mydomain.com/index.php when must be redirecting to www.mydomain.com/new/index.php, Where can I change this path?, but the conflict is not that simple, if you access manually to the URL www.mydomain.com/new/index.php?page=quienes , it goes to the page I just created, and if you check the links on the site navigation, are ok.. can you help here please? my msn messenger is luiseteweb@hotmail.com please... thanks a lot
you can see the problem here:
http://www.mirumbita.com/new/
you can see is working fine here:
http://www.mirumbita.com/new/index.php?page=quienes
thanks a lot.

digitalje5u5
07-03-2007, 01:16 PM
same issue. "forum links" work on /forums/ pages but not on portal page /

www.ascendantsguild.net

where are these settings?

towermatt
07-03-2007, 04:09 PM
I believe this thread in the FAQ might help.

http://www.vbadvanced.com/forum/showthread.php?t=18042

I had this same problem when I put it on so in addition to what you see here, you should also make all your template links absolute

http://www.yourpage.com/images/thing you want

same with links

By default, the system is set up to look inside your forums folder for most of what it wants, you just have to tell it to look outside.

I am a novice so I hope that this information is correct.

Brian
07-04-2007, 10:38 AM
tuwebfacil - Admin CP => vBa CMPS => Default Settings => Main Options => CMPS URL - make sure that option is set to '/index.php'.

digitalje5u5 - Please check the FAQ forum.

CrossBones
02-27-2008, 08:12 PM
On another path propblem I recently changed the URL of my site and everytihg is working properly except when I tried to make a new BB Code module my input screen looks like the attached.

All the images are broken and I have no idea where to fix the paths. Any help would be appreciated Brian! :D

Brian
02-28-2008, 01:58 PM
Have you tried the suggestions from the FAQ forum?
http://www.vbadvanced.com/forum/showthread.php?t=1345

CrossBones
02-29-2008, 12:29 AM
Thanks Brain. Got it fixed.