PDA

View Full Version : Nav bar does not work


badseed
03-11-2008, 06:15 PM
For some reason the VB nav bar on my links page does not work. However, the nav bar works on all my other VB pages. What could be the cause of this? Also, I cannot login through the login area on the links page even though it works fine on my other pages. I am sure that both of these problems are related but I do not know where to look.:confused::confused::confused:

Brian
03-12-2008, 12:10 PM
http://www.vbadvanced.com/forum/forumdisplay.php?f=33

Our Sponsors
 

badseed
03-12-2008, 12:40 PM
I have tried that and still nothing. From what I can tell, the path to each VB default link (home, contact, etc.) is wrong. The correct path is .../forum/filename.php and the path that VB links looks at is .../forum/links/filename.php How would the extra "links" be getting added in. Do I need to take the contents of the "links" folder and paste it into my forum folder?:(:confused:

Brian
03-13-2008, 11:48 AM
Did you save your settings to make sure that the cache was updated as suggested in the FAQ thread? Can you link me to where you have vBa Links installed?

Our Sponsors
 

badseed
03-18-2008, 01:01 PM
I have followed the instructions and still some of my links do not work. The two links that are not working are "contact us" and "privacy statement". I am working on transferring my site to a new server so I cannot link you to the site...yet. If need be I guess I could hard code the links in but I really didn't want to do that.

Brian
03-19-2008, 01:46 PM
Can you post the code from your 'footer' template, as well as what you currently have entered in your Footer Replacements setting?

badseed
03-19-2008, 09:16 PM
Footer Template
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br />

$spacer_close
<!-- /content area table -->

<form action="$vboptions[forumhome].php" method="get">

<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<if condition="$show['languagechooser']">
<td class="tfoot">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="$vbphrase[quick_language_chooser]">
$languagechooserbits
</optgroup>
</select>
</td>
</if>
<td class="tfoot" align="$stylevar[right]" width="100%">
<div class="smallfont">
<strong>
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
<if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
</strong>
</div>
</td>
</tr>
</table>

<br />

<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>

<div class="smallfont" align="center">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->

$vboptions[copyrighttext]
</div>
</div>

</form>

<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->

</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>

I have not entered anything replacement settings...that I know of and I could not find anything that resembled what you are asking for.

Brian
03-20-2008, 09:59 AM
I'm not really sure what else could be problem, but if you would like to submit a support ticket via the Members' Area here once your site is back up then I'll be glad to take a look at things for you.