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

Reply
 
Thread Tools Display Modes
  #1  
Old 03-18-2007, 02:24 AM
IsMaR IsMaR is offline
 
Join Date: Nov 2004
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Link The Header To The Main Site

im a noob at this and i was wondering how can i link the header to the domain name becuase i uploaded my header to photobucket and when i click on the header on my site it redirects me to the photobucket site so how can i make it so it links to my domain?
Reply With Quote
  #2  
Old 03-18-2007, 02:30 AM
Staxed's Avatar
Staxed Staxed is offline
 
Join Date: Jun 2006
Location: Fayetteville, NC
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

post your header code
Reply With Quote
  #3  
Old 03-18-2007, 02:40 AM
IsMaR IsMaR is offline
 
Join Date: Nov 2004
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do i get the code?
Reply With Quote
  #4  
Old 03-18-2007, 05:01 AM
bigdog829 bigdog829 is offline
 
Join Date: Apr 2005
Location: Michigan
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IsMaR View Post
how do i get the code?

admin cp ==> style manager ==> all style options ==> header code is at the top
Reply With Quote
  #5  
Old 03-18-2007, 12:33 PM
smoovie's Avatar
smoovie smoovie is offline
 
Join Date: Nov 2006
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have een trying to do this also. Rather than make another thread (I hope you don't mind IsMaR) here's my code if you will be so kind. Thank you.

Code:
#hdr {
background: #0a0a0b url(J-POP/misc/hdr2_back.gif) ; 
width: 100%;
height: 90px;
	margin: 0;
	padding: 0; 
}
Reply With Quote
  #6  
Old 03-18-2007, 01:03 PM
WhaLberg's Avatar
WhaLberg WhaLberg is offline
 
Join Date: Nov 2006
Location: Dersaadet
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is that everything you have in the header template?
Reply With Quote
  #7  
Old 03-18-2007, 01:24 PM
Staxed's Avatar
Staxed Staxed is offline
 
Join Date: Jun 2006
Location: Fayetteville, NC
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I sure hope that's not everything...lol
Reply With Quote
  #8  
Old 03-18-2007, 02:51 PM
smoovie's Avatar
smoovie smoovie is offline
 
Join Date: Nov 2006
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Everything in the header template controls the navbar. The code for the header is in additional CSS in Main CSS section. Heres the code:

Code:
/* ***** styling for 'big' usernames on postbit etc. ***** */
<center><a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a></center>

/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; 
border: 2px solid #000000;
padding: 4px;
}
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px;}

/* ***** don't change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }

/* ***** sets background for header area - No need to change this ***** */
#hdr {
background: #0a0a0b url(J-POP/misc/hdr2_back.gif) ; 
width: 100%;
height: 90px;
	margin: 0;
	padding: 0; 
}

/* ***** dispalys 1 px border around header area - No need to change this ***** */
#hdr_bdr {
border-left: 1px solid #2a2a2a;
border-right: 1px solid #2a2a2a;
margin: 0;
padding: 0; 
}

/* ***** SETS LOGO AREA FOUND IN HEADER AND ALL OF IT'S PROPERTIES ***** */
#logo {
background: transparent !important;
width: 175px;
height: 90px; 
align: left;
	margin: 0;
	padding: 0; 
}

/* ***** used to create shadow affect for sides ***** */
#brd_in {
border-left: 1px solid #2a2a2a;
border-right: 1px solid #2a2a2a;
}

/* ***** used to create shadow affect for sides ***** */	
#brd_outer {
border-left: 4px solid #1a1a1a;
border-right: 4px solid #1a1a1a;
}

/* ***** small blue bar above nav area and below main header ***** */	
#hdr_btm {
background: #363536 url(J-POP/misc/mid_hdr_back.gif);
width: 100%;
height: 14px;
	margin: 0;
	padding: 0; 
}

/* ***** used for navigation background ***** */
#nav_back {
background: #111111 url(J-POP/misc/nav_back.gif);
width: 100%;
height: 29px;
}

/* ***** used to 1 px sides for bottom category etc  ***** */
.ftr_bdr {
border-left: 1px solid #2a2a2a;
border-right: 1px solid #2a2a2a;
margin: 0;
padding: 0; 
}

.info {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #393939;
border-top: 1px solid #0e0e0e;
border-right: 2px solid #0e0e0e;
border-left: 1px solid #0e0e0e;
border-bottom: 2px solid #0e0e0e;
margin-bottom: 3px;
}

.announce_l {
background: #0f0f0f;
color: #7a7a7a;
border-left: 1px solid #3c3c3c;
border-top: 1px solid #3c3c3c;
}

.announce_r {
background: #1a1a1a;
color: #7a7a7a;
border-left: 1px solid #3c3c3c;
border-top: 1px solid #3c3c3c;
}

.stuck {
background: #1a1a1a;
color: #7a7a7a;
border-left: 1px solid #3c3c3c;
border-top: 1px solid #3c3c3c;
}

.spacer {
padding: 7px 7px 7px 7px;
}

.bgavatar { background-image: url(http://www.hollywoodgui.com/J-POP/misc/pbbg.gif); background-repeat:no-repeat; width: 175px; }

.pmbg { background-color: #33CCFF; color: #000000;}

.tcat .smallfont a {
color: #D2D2C1;
}

.tcat .smallfont {
color: #D2D2C1;
}

.tbody .thread a {
color: #D2D2C1;
}

.vbimgcodelimit {
        cursor: pointer;
        border: dotted 1px black;
}
Reply With Quote
  #9  
Old 03-18-2007, 02:55 PM
Staxed's Avatar
Staxed Staxed is offline
 
Join Date: Jun 2006
Location: Fayetteville, NC
Posts: 468
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the header template would have the calls to the css in it...we need the code to the actual header template...
Reply With Quote
  #10  
Old 03-18-2007, 03:15 PM
IsMaR IsMaR is offline
 
Join Date: Nov 2004
Posts: 91
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bigdog829 View Post
admin cp ==> style manager ==> all style options ==> header code is at the top
i kno that its a photobucket code that i put up....i was wondering how do i get the code to link it to my site?
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 08:19 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05605 seconds
  • Memory Usage 2,263KB
  • Queries Executed 13 (?)
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_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete