PDA

View Full Version : Double domain extension on navbar


rbl
12-07-2004, 06:55 AM
This is the weirdest issue I've seen.
All the links in my navbar (usercp, faq, etc) are pointing to 35mm.org.org/whateverpage.php?
This only happens in vBaCMPS page.

I've searched everywhere for the place where I've screwed things up but with no luck.
Does anyone have an idea of what might be wrong?

Thanks! =)
Ricardo

Brian
12-07-2004, 12:39 PM
Admin CP => vBulletin Optons => Site Name / URL / Contact Details => Forum URL

What do you have set for that option?

Our Sponsors
 

rbl
12-10-2004, 09:54 AM
Sure! Without a trailing slash like it says there.
You know what is even more weird? If I take the forward slash from the other URLs, they all point to 35mm.org.org

For example:
<a href="/faq.php?$session[sessionurl]" accesskey="5">$vbphrase[faq]</a> will link to http://35mm.org/faq? and
<a href="faq.php?$session[sessionurl]" accesskey="5">$vbphrase[faq]</a> will link to http://35mm.org.org/faq?

Weird no?

Brian
12-10-2004, 10:31 AM
What do you have set as your Home Title and Home URL options?

Our Sponsors
 

rbl
01-09-2005, 11:15 PM
Sorry for the late reply but this wasn't an urgent issue.
My home title and home url were 35mm.org and http://35mm.org/

I have been trying to isolate the problem and I got some pretty strange results.
All vBa products I have suffer from the same issue but not vB.
I even hard-coded my correct url in gallery/links_global.php's First element of navbar but there was always a double .ext in the link.

Then I followed your lead and made a few changes to my Forum Name and Homepage Name and I believe I've found the problem.
The Forum name was 35mm and the Homepage Name was 35mm.org. This will cause the double extension.
Renaming both 35mm.org or 35mm solves the issue.

I hope this is useful for you to pinpoint the problem.

Brian
01-09-2005, 11:32 PM
Try looking in your forum/includes/vba_cmps_include_bottom.php file for this code:
$vboptions['bbtitle'],


Replace it with this:
'>' . $vboptions['bbtitle'],

Then find:
$vboptions['hometitle'],


And replace with:
'>' . $vboptions['hometitle'],

rbl
01-10-2005, 04:29 AM
No, it doesn't change a thing if the names are different.

One thing I should have explained better is that this is limited to the first element of the breadcrumb (after the site's name), hence my above comment about it.

Another important thing is that if the Homepage Name is 35mm and the Forum Name is 35mm.org, then that first element appears without extension like http://35mm/links

Brian
01-10-2005, 11:15 AM
Hrmm... Would you mind submitting a support ticket so I can just take a look at things myself?

rbl
01-10-2005, 02:17 PM
ok