|
This happens in very rare configurations, (it depends on vbgallery and forum settings)
in acp->vbgallery->modify layout : setting Logo Link => link to homepage
And acp=> vbulletin options => site name /url / contact details
you should have Homepage URL
http://www.atkinsdietbulletinboard.com/
AND another factor is coming into the game...
vbulletin adds .php to the url (as they only want the logo to redirect to forums...)
and it takes the forum script name to add the php.
Now we have a problem if you call your forum script name "index"
(setting in vbulletin options: Forums Home Page Options: Script Name for Forum Home Page)
if you call it index there is a conflict...
we take the homepageurl, and add "index" giving you homepageurl/index.php
this was fixed in RC1, and is done in file forums/includes/vbgallery/parse_templates.php
make sure you have the newest version of this file ( I once forgot to overwrite the files in the includes/vbgallery directory and spent hours not finding what was wrong)
Last edited by Luciano; November 15th, 2010 at 05:10 PM.
|