Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 02-21-2009, 02:08 AM
conheomap conheomap is offline
 
Join Date: Feb 2009
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Need help with header nagivation

I am so new about Vbulletin and still trying to get a hang of it.

This is the original version of the board:
original

This is the version I would like to get:

Iwouldliketoget


I know barely anything about coding. Is there any mods for this or can someone help me out with the code?
Here are the codes in the "header". I didn't code this myself. Just copy from different places.

PHP Code:
<!-- logo -->
<
a name="top"></a>
<
center>
<
table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/head_back.gif)">
<
tr>
</
tr>
</
table>
</
center>

<!-- /
logo -->
<
table width="100%" style="background-image:url($stylevar[imgdir_misc]/link_05.jpg)" align="center" border="0" cellpadding="0" cellspacing="0">
<
tr>
<
td align="left" valign="top" width="408"><img src="$stylevar[imgdir_misc]/link_01.jpg" border="0" alt="" /></td>
<
td>&nbsp;</td>
</
tr>
</
table>

<!-- 
content table -->
$spacer_open

$_phpinclude_output 
Thank you so much.
Attached Images
File Type: jpg original.jpg (69.4 KB, 0 views)
File Type: jpg Iwouldliketoget.jpg (76.7 KB, 0 views)
Reply With Quote
  #2  
Old 02-21-2009, 02:28 AM
vbplusme vbplusme is offline
 
Join Date: Sep 2008
Location: CyberSpace
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is the code you have posted the header for the "original"?

Here is the basic structure for a custom navbar that I use sometimes:

HTML Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"><tr>

<td class="alt1" align="center" width="20%">

<a href="" target="_blank">Link For Sale</a>
</td>

<td class="alt1" align="center" width="20%">

<a href="" target="_blank">Link For Sale</a>
</td>

<td class="alt1" align="center" width="20%">

<a href="" target="_blank">Link For Sale</a>
</td>
</td>

<td class="alt1" align="center" width="20%">

<a href="" target="_blank">Link For Sale</a>
</td>

<td class="alt1" align="center" width="20%">

<a href="" target="_blank">Link For Sale</a>
</td>
</tr>
</table>
I don't know for sure what code you have posted so I can tell you where to insert this block. To customize it to your need you would change the class="alt1" to a new class that you would add to make your display. For example,

.mynavbar
{
add you attributes here
font color
font size etc...
}

Then you would add the class definition to your Main CSS page in the bottom box.

HTH
Reply With Quote
  #3  
Old 02-21-2009, 02:47 AM
conheomap conheomap is offline
 
Join Date: Feb 2009
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah it's the original. I don't know what they do, but yeah.
Reply With Quote
  #4  
Old 02-21-2009, 02:59 AM
vbplusme vbplusme is offline
 
Join Date: Sep 2008
Location: CyberSpace
Posts: 332
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, you will have to play around with it a little bit to make it work but it will. Logically, that menu should be inserted in the code block that displays the header image. Can you make the two images that are called available? I can try to test it to tell you which one.

Here is an alternative way to generate the menu items using <div> tags:

HTML Code:
<div align="center">
<span class="spacer"><a href="" target="_blank">Link For Sale</a></span>
<span class="spacer"><a href="" target="_blank">Link For Sale</a></span>
<span class="spacer"><a href="" target="_blank">Link For Sale</a></span>
</div>
I think you have a lot more control over where you place this block on the page than using tables.
Reply With Quote
  #5  
Old 02-23-2009, 05:31 PM
conheomap conheomap is offline
 
Join Date: Feb 2009
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you after playing with it I got what I wanted
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:42 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03956 seconds
  • Memory Usage 2,235KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_html
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (2)postbit_attachment
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete