View Full Version : All of a Sudden out of nowhere when you click the logo it brings you to a duplicated.
hotshothaul
03-07-2010, 12:58 AM
name...
Ok so out of no where if you click the logo on top say for example we use vbull.org
You click the logo on top and or "Forums" it brings you to www.vbulletin.org/vbulletin.org.php
obviously I get a page not found error.
What gives this happend out of no where.
--------------- Added 1267932728 at 1267932728 ---------------
http://www.hotshothaul.com//
--------------- Added 1267933309 at 1267933309 ---------------
HotShotHaul.com.php File not found
forum.php File not recognized as part of vBulletin
welcome.html File not recognized as part of vBulletin
TimberFloorAu
03-07-2010, 02:01 AM
name...
Ok so out of no where if you click the logo on top say for example we use vbull.org
You click the logo on top and or "Forums" it brings you to www.vbulletin.org/vbulletin.org.php
obviously I get a page not found error.
What gives this happend out of no where.
--------------- Added 1267932728 at 1267932728 ---------------
http://www.hotshothaul.com//
--------------- Added 1267933309 at 1267933309 ---------------
HotShotHaul.com.php File not found
forum.php File not recognized as part of vBulletin
welcome.html File not recognized as part of vBulletin
Homepage link remove the end /
you cannot have hotshothaul.com.php !
Forum is http://www.hotshothaul.com/forum.php
hotshothaul
03-07-2010, 02:37 AM
you cannot have hotshothaul.com.php !
I understand that, I didnt change anything to make it like that. Where do I edit it at to get that out of there? It just started doing it out of no where, I have been working with the forum for a few days and it literally just did that.
borbole
03-07-2010, 01:58 PM
you cannot have hotshothaul.com.php !
I understand that, I didnt change anything to make it like that. Where do I edit it at to get that out of there? It just started doing it out of no where, I have been working with the forum for a few days and it literally just did that.
Have a look at the header template. Can you post here the part that defines the logo? By default it should be:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
hotshothaul
03-07-2010, 02:11 PM
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
{vb:raw ad_location.ad_header_logo}
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div>
<div id="toplinks" class="toplinks">
<vb:if condition="$show['member']">
<ul class="isuser">
<li><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<ul class="popupbody popuphover">
<li>{vb:rawphrase no_new_messages}</li>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
</ul>
</li>
</vb:if>
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
</ul>
{vb:raw template_hook.header_userinfo}
<vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
<vb:else />
<ul class="nouser">
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
<li>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
<form action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
<fieldset id="logindetails" class="logindetails">
<div>
<div>
<input type="text" class="textbox default-value" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" onfocus="if (this.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>'){this.value=''; this.style.color='black';}" onblur="if (this.value == '') {this.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>'; this.style.color='#828282';}"/>
<input type="password" class="textbox default-value" tabindex="102" name="vb_login_password" id="navbar_password" size="10" onfocus="this.style.color='black';" />
<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
</div>
</div>
</fieldset>
<div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
</div>
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
</li>
</ul>
</vb:if>
</div>
<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
<hr />
{vb:raw ad_location.ad_header_end}
</div>
borbole
03-07-2010, 02:25 PM
I think the problem is at your board url which appears like this:
http://www.hotshothaul.com//
You see that trailing slash at the end of the url? Go to Acp-Settings-Options-Site Name / URL / Contact Details and where it says: Forum URL make sure that the url to your forum is without a trailing slash.
hotshothaul
03-07-2010, 02:46 PM
There was a trailing slash and I edited it out like that yesterday but its still doing it. What gives?
mandingo
03-07-2010, 02:50 PM
There was a trailing slash and I edited it out like that yesterday but its still doing it. What gives?
Just pmed you man,i'll take a look and see what's going on.
borbole
03-07-2010, 03:00 PM
There was a trailing slash and I edited it out like that yesterday but its still doing it. What gives?
Your url still appears like that. There shouldn''t be any trailing slash at all. Can you post a screenshot of that seeting?
hotshothaul
03-07-2010, 03:21 PM
the man......mandingo is looking at it for me. Ill keep you posted.
mandingo
03-07-2010, 03:26 PM
admincp>options>forums home page options>Script Name for Forum Home Page
was set as:
HotShotHaul.com
I changed it back to the default:
forum
In order for that setting to work I suppose you would have had to change your forum.php file to HotShotHaul.php
then the setting would have needed to read
HotShotHaul
hotshothaul
03-07-2010, 03:30 PM
Holy Crap am I an idiot! I changed that yesterday. Thanks mandingo!
mandingo
03-07-2010, 03:35 PM
np bro.
borbole
03-07-2010, 03:45 PM
Glad to hear that you guys got it solved. But for future reference, usually when something like this happens after a change you do to your forum, try to undo it and it usually fixes the issue it caused.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.