The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Simple question referring to the page tree. At the top of every page, above the navbar, the tree that lists {site name} > {Template} >{forum}... that one? The link to the main php index (the one I listed as {site name}), is a broken link. The problem is, I'm not used to the phrasing Vb uses in their templates to fix it. Plain and simple, how do I fix the link?
Thanks. |
#2
|
||||
|
||||
![]()
Check the URL set in "Site / URL Options" in vBulletin Options.
|
#3
|
|||
|
|||
![]()
Everything is all good in there. It's a 404 error btw.
<if condition="$show['breadcrumb']"> <span class="navbar">> <a href="$nav_url">$nav_title</a></span> <else /> $nav_title </if> Is what it appears to be listed under. |
#4
|
||||
|
||||
![]()
And where is $nav_url defined? That isn't a standard vbulletin variable.
|
#5
|
|||
|
|||
![]()
That all came from navbar_link in the navbar and bread crumbs template.
EDIT:I got it, thanks anyway. Here was the problem: HTML Code:
<td> </td> <td width="100%"><span class="navbar"><a href="$vboptions[forumhome] .php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td> </tr> HTML Code:
<a href="$vboptions[forumhome]index.php$session[sessionurl_q]" |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|