Thread: Path problem
View Single Post
Santai's Avatar
Santai
3ts'
Join Date: Mar 2006 Age: 53 Location: USA - tn Posts: 7,071 Santai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to behold Send a message via MSN to Santai Send a message via Yahoo to Santai Send a message via Skype™ to Santai Santai is offline
October 8th, 2007, 03:05 PM
Default Re: Path problem

am un unable to see the style but this could be the setting :

is probably not the problem but the setting is here :
admin cp -> vBulletin Options -> Site Name / URL / Contact Details :
in the forum url it should be " Slopemonkey - Snowboarding and Skiing Forums " .

if this only happens on the home page ? which i think it does :
- vBa will not always translate index.php this may need to be hard coded with the /forums/ added in the header template :
in the header find :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
change it to or add ( in red ) :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
or it the first one will not work :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
Quote:
$vboptions[forumhome].php$session[sessionurl_q]

change it to or add ( in red ) :

/forums/$vboptions[forumhome].php$session[sessionurl_q]

or it the first one will not work :

/forums/index.php$session[sessionurl_q]
< edit
took it out of the code brackets .. .
sometimes this happens, and it shouldnt' .. . is a vB permissive and we dont' catch posts so it should be fixed every time -- the few it dont' work with ?? . -
/ edit >

in the vBa CMPs settings -> default settings -> choose : vBadvanced Global Options .

copy the : Navbar Replacements : into the : Header Replacements : see the attachment - we have additional links added - yours may not be the same .

Quote:
Originally Posted by DirtyDog View Post
The path to my forum is /forums - but the GFX style header contains links to forum functions that show up on my site index page. The links are all incorrect : http://www.domain.com/memberlist.php instead of Slopemonkey - Members List.

Where in the settings do I fix tis?
would you please add the url of the site in your profile : public or private at bottom of the page - here please : http://gfxstyles.com/profile.php?do=editprofile
Attached Images
File Type: jpg vBa-settings.jpg (66.5 KB, 4 views)

Kenj
a certain amount of common sense is necessary to survive in this world !
insanity leaves you no restrictions !
// support is available via the forums, post the apparent discrepancy or help needed . \\
Last edited by Santai; October 8th, 2007 at 03:22 PM. Reason: added with out code tags
  Reply With Quote top of post top of page