PDA

View Full Version : Adding my own Navigation?


scott_holthaus
12-21-2010, 07:35 PM
Ok, I'm new to VBulleting but not new to web design and html.

I've got a good understanding on how to customize all the colors, fonts, etc through the Admin panel.

What I want to do is include my own navigation above the forum header.
So here's my web site that I'm currently building:
http://www.huntfishmn.com

This is my current forum:
http://www.huntfishmn.com/forums

I know this is possilbe because this site does it.
http://www.huntingnet.com/forum/

I've tried the 'include html' option where I added this using the plugin for global_start:
$includedhtml = implode('', file('http://www.huntfishmn.com/forums/includes/header.html'));
and this in the 'Header' code
{vb:raw includedhtml}

Am I going about this in a wrong way? Any thoughts/suggestions?

Thanks in advance,

Scott Holthaus

--------------- Added 1292969437 at 1292969437 ---------------

Well I'm figuring out this crap as I go and I was making it much harder than it needs to be.
All you have to do is copy and paste the html right from your code into the 'header' box on the admin panel.
Then add your css in the 'htmlinclude' box...example
<link href="http://www.huntfishmn.com/style.css" rel="stylesheet" type="text/css" />

I still have a bit of tweaking to do but I'm getting there!