|
Re: How do I customize the VBulletin Header?
Michael-Well, the first place I'd suggest you start is looking at the vBulletin online manual, which has a full style reference.
You need to be able to work with the HTML. If you can't or aren't willing to do that part, then you'll need to hire someone to do it for you.
When I want to make a change in the header on a vBulletin skin, I start by poking around in the templates for vBulletin, seeing what is doing what. Look for where you want to make the changes in the skin you're using. Somewhere in the vBulletin options (can't remember where off the top of my head), there is an option to turn on comments for template names. Then you can compare the output of a "view source" on your browser, and you'll see the name of what template is creating what section of the page in the comments then, so you can know which templates to modify.
To change a header image, I'd expect you to be in the "header" template, or possibly the "navbar" template, depending on what you were changing where. If the code you were writing for your new header needed a table or div to contain it, you'll probably close it in the "footer" template.
The question is a bit too general for someone to give you step by step because how you do it depends on what, exactly, you're trying to do. But that should get you started, if you're so inclined.
Peace out.
|