PDA

View Full Version : where to start? :)


precursor
07-20-2002, 05:57 AM
Hey,

I am absoulutly horrible @ modifying my vB. One thing i would really like to know is how to make the buttons ie. home forums usercp et, blend into the main header like on this site?

thanks a bunch

-precursor

mashby
07-20-2002, 02:54 PM
Well, this is really dependent on your boards and how your site is designed. What I would suggest is that you design your page in html, focusing on the header. This means that you'd have to create the buttons and graphics just as you were doing a normal web page. You'll have to create buttons for each of the elements of vB and you can find the links for each button (i.e. what happens when you click on a button) in the header section of the "Styles" portion of the Admin control panel.

Second, when you're done designing the page, you need to copy the code and place it in the header in vB. So, you would:

1. Login to the Administrator's control panel
2. Browse to "Styles" and click "Modify"
3. Copy and paste your code into the "Header" section.

You'll need to spend some time working with the code to get it to work just the way you want.

To give you an example of what I did for my board, using the above steps:

1. I created my web site [link (http://www.npug.org)]
2. I installed vB, customised colors and options.
3. Created new navigation buttons for vB
4. Instered my navigation and header code into the "Header" template
5. My board was integrated [link (http://www.npug.org/forum/)]

Hope that helps!

precursor
07-20-2002, 04:25 PM
that was exactly what i was looking for man thanks

now 2 more things, if thats alright....

if i change the width of my forum to make it smaller, ie this fourm, everything is centered, and all bunched up.

How do i change that

if you need an example check out my forums

http://cgi-bin.spaceports.com/~flogic/forum/ (u have to paste it into the address bar)

and how do i make the input and select "form objects" flat?

-precursor