PDA

View Full Version : $navbar in $header - ?


Kedmyster
04-06-2004, 07:54 AM
first of all, i'm not sure if this is th right place,
if it's not then i'm sorry.

Anyway, it's kind of a stupid question, though I tried to use the $navbar template in the $header template (after modifications) and it didn't include it.
I viewed the HTML page after it compiled, but nothing from the $navbar template appeared to be in the code.

Can I do such a thing anyway, or do I have to edit any files?
Thanks in advance,
Kedmyster.

Kedmyster
04-06-2004, 02:44 PM
it is that stupid?! that's why no one answers? heh
Sorry for the question, i'm new to vb3 and wasn't really good with coding the vb2 anyway.

Zachery
04-06-2004, 03:38 PM
it is that stupid?! that's why no one answers? heh
Sorry for the question, i'm new to vb3 and wasn't really good with coding the vb2 anyway.
You would need to copy the navbar code into the header, rather than trying to call the varible inside of it.

Why do you want the navbar in the header anyway

Kedmyster
04-06-2004, 03:56 PM
ahh ok ;)
Well, I wanted to isolate the navigation from the login box/private message, so I deleted some stuff from the navbar.
Anyway, if that's the only way, thanks!

MindTrix
04-06-2004, 04:34 PM
You would need to copy the navbar code into the header, rather than trying to call the varible inside of it.

Why do you want the navbar in the header anyway
Also just out of interest, shouldnt a official member of the vb team also say something along the lines of

"This is a template question, please visit www.vbulletintemplates.com"

:)

Boofo
04-06-2004, 06:36 PM
I already did. ;)

Zachery
04-06-2004, 06:38 PM
Also just out of interest, shouldnt a official member of the vb team also say something along the lines of

"This is a template question, please visit www.vbulletintemplates.com"

:)
Its an iff subject, if he wants the varible in the header he would need to modify quite a few files.

Kedmyster
04-07-2004, 02:39 PM
Well, I did we you told me and just copied all that I want from the $navbar into $header
This was my first idea actually, but I thought it could be done by using templates include.
Thanks anyway.