vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Link The Header To The Main Site (https://vborg.vbsupport.ru/showthread.php?t=142355)

IsMaR 03-18-2007 02:24 AM

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?

Staxed 03-18-2007 02:30 AM

post your header code :D

IsMaR 03-18-2007 02:40 AM

how do i get the code?

bigdog829 03-18-2007 05:01 AM

Quote:

Originally Posted by IsMaR (Post 1206035)
how do i get the code?


admin cp ==> style manager ==> all style options ==> header code is at the top

smoovie 03-18-2007 12:33 PM

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;
}


WhaLberg 03-18-2007 01:03 PM

Is that everything you have in the header template?

Staxed 03-18-2007 01:24 PM

I sure hope that's not everything...lol

smoovie 03-18-2007 02:51 PM

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;
}


Staxed 03-18-2007 02:55 PM

the header template would have the calls to the css in it...we need the code to the actual header template...

IsMaR 03-18-2007 03:15 PM

Quote:

Originally Posted by bigdog829 (Post 1206084)
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?

Staxed 03-18-2007 03:38 PM

IsMaR...please post the code in your header template...

IsMaR 03-18-2007 03:49 PM

nvm i got AIM help and i got it workin

Staxed 03-18-2007 03:58 PM

glad to hear it

smoovie 03-18-2007 11:33 PM

Ok, heres mine from the header. Thanks again.

Code:

<!-- set below for skin width-->
<table width="753" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="left" valign="top">

<div id="brd_outer">
<div id="brd_in">


<!-- begin J-POP header / logo is controlled via #logo in main CSS file -->

<div id="hdr_bdr">
<div id="hdr"><div id="logo"></div></div>
<div id="hdr_btm"></div>
</div>
<div id="nav_back">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="107" height="29" align="left" valign="top"><img src="$stylevar[imgdir_misc]/nav_ls.gif" width="107" height="29" alt="" /></td>
    <td align="center">
   
    <!-- begin navigation buttons table -->
        <table width="339" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
        <td width="43" height="29"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img id="nav_home" src="$stylevar[imgdir_misc]/nav_home.gif" width="43" height="29" border="0" alt="" /></a></td>
                <td width="67" height="29"><a href="usercp.php$session[sessionurl_q]"><img id="nav_cp" src="$stylevar[imgdir_misc]/nav_cp.gif" width="67" height="29" border="0" alt="" /></a></td>
                <if condition="$show['registerbutton']">
<td width="67" height="29"><a href="register.php$session[sessionurl_q]" rel="nofollow"><img id="nav_reg" src="$stylevar[imgdir_misc]/nav_reg.gif" width="67" height="29" border="0" alt="" /></a></td>
<else />       
        <td width="53" height="29" id="usercptools"><a href="$show[nojs_link]#usercptools"><img id="nav_menu" src="$stylevar[imgdir_misc]/nav_menu.gif" width="53" height="29" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("usercptools", 1); </script></td>       
                  </if>
        <td width="67" height="29"><a href="memberlist.php$session[sessionurl_q]"><img id="nav_members" src="$stylevar[imgdir_misc]/nav_members.gif" width="67" height="29" border="0" alt="" /></a></td>
                <td width="75" height="29"><a href="calendar.php$session[sessionurl_q]"><img id="nav_cal" src="$stylevar[imgdir_misc]/nav_cal.gif" width="75" height="29" border="0" alt="" /></a></td>
                <td width="59" height="29"  id="navbar_search"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><img id="nav_search" src="$stylevar[imgdir_misc]/nav_search.gif" width="59" height="29" border="0" alt="" /></a><script type="text/javascript"> vbmenu_register("navbar_search", 1); </script></td>
                <td width="35" height="29"><a href="faq.php$session[sessionurl_q]" accesskey="5"><img id="nav_faq" src="$stylevar[imgdir_misc]/nav_faq.gif" width="35" height="29" border="0" alt="" /></a></td>
                <td width="2" height="29"><img id="nav_rs" src="$stylevar[imgdir_misc]/nav_rs.gif" width="2" height="29" alt="" /></td>
                </tr>
        </table>
        <!-- End navigation buttons table -->
        </td>
    <td width="92" height="29" align="right" valign="top"><img src="$stylevar[imgdir_misc]/nav_rs_end.gif" width="92" height="29" alt="" /></td>
  </tr>
</table>
</div>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->
       
        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none">
                <form action="search.php?do=process" method="post">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                                <input type="hidden" name="do" value="process" />
                                <input type="hidden" name="quicksearch" value="1" />
                                <input type="hidden" name="s" value="$session[sessionhash]" />
                                <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
                        </td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                                <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
                                &nbsp;
                                <label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
                        </td>
                </tr>
                <tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]:</a></td>
</tr>       
                <tr>
                                <td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]:</a></td>
                </tr>               
                <tr>
                        <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
                </tr>
               
                </table>
                </form>
        </div>
        <!-- / header quick search form -->
        </if>

        <if condition="$show['member']">
        <!-- user cp tools menu -->
        <div class="vbmenu_popup" id="usercptools_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
               
                <tr><td class="thead">$vbphrase[quick_links]</td></tr>               
                <if condition="$vboptions['enablesearches']"><tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[todays_posts]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
                               
                <tr><td class="thead"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_control_panel]</a></td></tr>
                <if condition="$show['siglink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editsignature">$vbphrase[edit_signature]</a></td></tr></if>
                <!--<if condition="$show['avatarlink']"><tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editavatar">$vbphrase[edit_avatar]</a></td></tr></if>-->
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editprofile">$vbphrase[edit_profile]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td></tr>
               
                <tr><td class="thead">$vbphrase[miscellaneous]</td></tr>
                <if condition="$show['pmstats']"><tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">$vbphrase[private_messages]</a></td></tr></if>
                <tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
                <tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[my_profile]</a></td></tr>
                <if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
               
                </table>
        </div>
        <!-- / user cp tools menu -->
        </if>
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->

        <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead" nowrap="nowrap">$vbphrase[go_to_page]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                        <form action="$vboptions[forumhome].php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
                                <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
                                <input type="button" class="button" id="pagenav_ibtn" value="$vbphrase[go]" />
                        </form>
                        </td>
                </tr>
                </table>
        </div>

<!-- / PAGENAV POPUP -->
</if>

<!-- content table -->
<table bgcolor="#191919" width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>



$spacer_open

$_phpinclude_output


Staxed 03-18-2007 11:53 PM

which one of these is the image you want linked?

http://www.hollywoodgui.com/J-POP/misc/hdr2_back.gif
http://www.hollywoodgui.com/graphite/misc/header.gif

smoovie 03-19-2007 09:13 AM

hdr2_back.gif please.

smoovie 03-20-2007 10:20 PM

Well, is there anyone else that can give me a hand with this? I would appreciate it.

Staxed 03-20-2007 11:41 PM

for some strange reason (i'm half asleep) i'm like 100% sure this will work...and also 100% sure it won't work...and I have no clue why i feel that way...

but try this...(in the header template)

replace:
Code:

<div id="hdr_btm"></div>
with:
Code:

<div id="hdr_btm"><a href="http://www.hollywoodgui.com"><img src="http://www.hollywoodgui.com/J-POP/misc/hdr2_back.gif" border="0"></a></div>

sorry it took so long to get back to you...i got a little busy with other matters

smoovie 03-21-2007 12:34 AM

That did work actually but ... it duplicated the header image. I tried to play around with the code and the header code in aditional CSS to get it to work but my knowledge of code is really low. Here is all the code from additional CSS if it will help.

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: transparent !important;
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: #0a0a0b url(/J-POP/misc/hdr2_back.gif) ;
width: 100%;
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;
}

Thanks for getting back to me. :)

By the way, this duplicated the header image with link below the original header.

Staxed 03-21-2007 01:19 AM

use the same instructions i posted above...just remove the id="hdr_btm" from the div tag...see if that works...
Code:

<div><a href="http://www.hollywoodgui.com"><img src="http://www.hollywoodgui.com/J-POP/misc/hdr2_back.gif" border="0"></a></div>

smoovie 03-21-2007 01:59 AM

Irisfire , thanks for your help. :D That worked. I just had to delete the header code from the additional CSS section and it worked perfectly. Thanks. If you need some graphics work drop me a line. :D

Staxed 03-21-2007 02:26 AM

i'm a graphics designer...but if I get lazy one day I will :D

though actually...if you feel like making a logo for vbgamerz.com...or just a concept...lol

i've been thinking about it for 3 days and have a block on it for some weird reason...can't think of a concept i like...

smoovie 03-21-2007 03:18 AM

You could do something similar to this. Just create one to your liking and take a screenshot of your forum, resize it, and put it where the game screen would go. This guy in the link says not to use his without permission. Maybe you could contact him or just create a similar image.

Staxed 03-21-2007 09:04 AM

not original enough :)...thanks though :)


All times are GMT. The time now is 10:29 PM.

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.01161 seconds
  • Memory Usage 1,840KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (7)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete