The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
navbar and header edit
I'm trying to edit my navbar I took out faq and replaced it
Code:
{vb:raw template_hook.navbar_after_faq} <li><a href="website.com{vb:raw session.sessionurl_q}">{vb:rawphrase name}</a></li> <li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li> {vb:raw template_hook.navbar_after_calendar} with this line here: <li><a href="website.com{vb:raw session.sessionurl_q}">{vb:rawphrase name}</a></li> i removed the faq line i add this but i go to my page and it shows nothing in between calender and another name. where can I edit the header like forum, what's new buttons. |
#2
|
||||
|
||||
What is set for the phrase name?
|
#3
|
|||
|
|||
{vb:raw template_hook.navbar_after_stats}
<li><a href="website.com{vb:raw session.sessionurl_q}">{vb:rawphrase stats}</a></li> |
#4
|
||||
|
||||
This is no template hook called navbar_after_stats in default vb.
|
#5
|
|||
|
|||
No i want to add a custom link to a site where stats are located.
|
#6
|
||||
|
||||
Quote:
HTML Code:
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}" accesskey="5">{vb:rawphrase faq}</a></li> HTML Code:
<li><a href="full_url_to_your_statspage">{vb:rawphrase customphrasename}</a></li> |
#7
|
||||
|
||||
Quote:
navbar_after_faq |
#8
|
|||
|
|||
Quote:
|
#9
|
||||
|
||||
You shouldn''t remove the hook codes. Also, what did you use for the link description?
|
#10
|
|||
|
|||
<li><a href="http://stats.mywebsite.com/">{vb:rawphrase stats}</a></li>
{vb:raw template_hook.navbar_after_pm} {vb:raw template_hook.navbar_after_faq} <li><a href="http://stats.mywebsite.com/">{vb:rawphrase stats}</a></li> <li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li> {vb:raw template_hook.navbar_after_calendar} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|