Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
  #1  
Old 11-22-2005, 11:02 PM
Madmp3zz Madmp3zz is offline
 
Join Date: Aug 2005
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Trying to add this below logo

I am trying to add this to my header....
Here is my current Header...

PHP Code:
<!-- logo -->
<
a name="top"></a>
<
table border="0" width="$stylevar[outertablewidth]cellpadding="0" cellspacing="0" align="center">
<
tr>
<
td align="$stylevar[right]"><img src="images/misc/logo2.gif" border="0" alt="Matt Kading Memorial" /></td>
<
td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]border="0" alt="$vboptions[bbtitle]/></a></td>
<
td align="$stylevar[left]"><img src="images/misc/logo2.gif" border="0" alt="Matt Kading Memorial" /></td>
</
table>
</
tr>
<!-- /
logo -->

<!-- 
content table -->
$spacer_open
$_phpinclude_output 
Here is what I am trying to add directly below it so it shows on all pages between the logo and the navbar.
It's a row of mouse_over buttons..
I currently have it setup as a module for my cmps homepage but would rather have it on all the pages.
How do I do this?
Is there a way to convert it to a template?

PHP Code:
</script
<
script language="JavaScript" type="text/JavaScript"
<!-- 

//image1 = new Image(); 
//image1.src = "nav_home_on.gif"; 
//image2 = new Image(); 
//image2.src = "nav_forum_on.gif"; 
//image3 = new Image(); 
//image3.src = "nav_stats_on.gif"; 
//image4 = new Image(); 
//image4.src = "nav_chat_on.gif"; 

function MM_swapImgRestore() 
{  
    var 
ixdocument.MM_sr
    for (
0&& a.length && (a[i]) && x.oSrci++) x.src x.oSrc


function 
MM_findObj(nd

    var 
pix
    if (!
dd=document
    if ((
n.indexOf("?")) > && parent.frames.length
    { 
        
parent.frames[n.substring(1)].document
        
n.substring(0p); 
    } 
    if (!(
d[n]) && d.alld.all[n]; 
    for (
0; !&& d.forms.lengthi++) d.forms[i][n]; 
    for (
0; !&& d.layers && d.layers.lengthi++) MM_findObj(nd.layers[i].document); 
    if (!
&& d.getElementByIdd.getElementById(n); 
     
    return 
x


function 
MM_swapImage() 

    var 
i0xMM_swapImage.arguments
    
document.MM_sr = new Array; 
    for (
0< (a.length-2); += 3
           if ((
MM_findObj(a[i])) != null
           { 
               
document.MM_sr[j++] = x
               if(!
x.oSrcx.oSrc x.src
               
x.src a[2]; 
           } 

//--> 
</script>
 
    <
a href="cmps_index.php?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','images/steelred/nav_home_on.gif',1)"><img src="images/steelred/nav_home_off.gif" alt="Home" name="home" width="107" height="27" border="0" /></a><img src="images/steelred/nav_home_on.gif" style="display: none;" /> 

    <
a href="index.php?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('forums','','images/steelred/nav_forum_on.gif',1)"><img src="images/steelred/nav_forum_off.gif" alt="Forums" name="forums" width="107" height="27" border="0" /></a><img src="images/steelred/nav_forum_on.gif" style="display: none;" /> 

    <
a href="http://mysite.com/league/index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('stats','','images/steelred/nav_stats_on.gif',1)"><img src="images/steelred/nav_stats_off.gif" alt="Stats" name="stats" width="107" height="27" border="0" /></a

    <
a href="chat/flashchat.php?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('chat','','images/steelred/nav_chat_on.gif',1)"><img src="images/steelred/nav_chat_off.gif" alt="Chat" name="chat" width="107" height="27" border="0" /></a><img src="images/steelred/nav_chat_on.gif" style="display: none;" /> 

<!-- 
content table --> 
Reply With Quote
  #2  
Old 11-22-2005, 11:18 PM
Adrian Schneider's Avatar
Adrian Schneider Adrian Schneider is offline
 
Join Date: Jul 2004
Posts: 2,528
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try placing
HTML Code:
<script language="JavaScript" type="text/JavaScript"> 
<!-- 

//image1 = new Image(); 
//image1.src = "nav_home_on.gif"; 
//image2 = new Image(); 
//image2.src = "nav_forum_on.gif"; 
//image3 = new Image(); 
//image3.src = "nav_stats_on.gif"; 
//image4 = new Image(); 
//image4.src = "nav_chat_on.gif"; 

function MM_swapImgRestore() 
{  
    var i, x, a = document.MM_sr; 
    for (i = 0; a && i < a.length && (x = a[i]) && x.oSrc; i++) x.src = x.oSrc; 
} 

function MM_findObj(n, d) 
{ 
    var p, i, x; 
    if (!d) d=document; 
    if ((p = n.indexOf("?")) > 0 && parent.frames.length) 
    { 
        d = parent.frames[n.substring(p + 1)].document; 
        n = n.substring(0, p); 
    } 
    if (!(x = d[n]) && d.all) x = d.all[n]; 
    for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n]; 
    for (i = 0; !x && d.layers && i < d.layers.length; i++) x = MM_findObj(n, d.layers[i].document); 
    if (!x && d.getElementById) x = d.getElementById(n); 
     
    return x; 
} 

function MM_swapImage() 
{ 
    var i, j = 0, x, a = MM_swapImage.arguments; 
    document.MM_sr = new Array; 
    for (i = 0; i < (a.length-2); i += 3) 
           if ((x = MM_findObj(a[i])) != null) 
           { 
               document.MM_sr[j++] = x; 
               if(!x.oSrc) x.oSrc = x.src; 
               x.src = a[i + 2]; 
           } 
} 
//--> 
</script>
in the headerinclue template, and the
HTML Code:
    <a href="cmps_index.php?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','images/steelred/nav_home_on.gif',1)"><img src="images/steelred/nav_home_off.gif" alt="Home" name="home" width="107" height="27" border="0" /></a><img src="images/steelred/nav_home_on.gif" style="display: none;" /> 

    <a href="index.php?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('forums','','images/steelred/nav_forum_on.gif',1)"><img src="images/steelred/nav_forum_off.gif" alt="Forums" name="forums" width="107" height="27" border="0" /></a><img src="images/steelred/nav_forum_on.gif" style="display: none;" /> 

    <a href="http://mysite.com/league/index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('stats','','images/steelred/nav_stats_on.gif',1)"><img src="images/steelred/nav_stats_off.gif" alt="Stats" name="stats" width="107" height="27" border="0" /></a>
in your header template.
Reply With Quote
  #3  
Old 11-22-2005, 11:31 PM
Madmp3zz Madmp3zz is offline
 
Join Date: Aug 2005
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks ALOT!!! works great...

How would I center the buttuns under the logo?
I have added an attachment so u can see what it currently looks like.
Here is the current header:

PHP Code:
<!-- logo -->
<
a name="top"></a>
<
table border="0" width="$stylevar[outertablewidth]cellpadding="0" cellspacing="0" align="center">
<
tr>
<
td align="$stylevar[right]"><img src="images/misc/logo2.gif" border="0" alt="Matt Kading Memorial" /></td>
<
td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]border="0" alt="$vboptions[bbtitle]/></a></td>
<
td align="$stylevar[left]"><img src="images/misc/logo2.gif" border="0" alt="Matt Kading Memorial" /></td>
</
table>

<
a href="cmps_index.php?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','images/steelred/nav_home_on.gif',1)"><img src="images/steelred/nav_home_off.gif" alt="Home" name="home" width="107" height="27" border="0" /></a><img src="images/steelred/nav_home_on.gif" style="display: none;" />  

    <
a href="index.php?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('forums','','images/steelred/nav_forum_on.gif',1)"><img src="images/steelred/nav_forum_off.gif" alt="Forums" name="forums" width="107" height="27" border="0" /></a><img src="images/steelred/nav_forum_on.gif" style="display: none;" />  

    <
a href="http://mysite.com/league/index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('stats','','images/steelred/nav_stats_on.gif',1)"><img src="images/steelred/nav_stats_off.gif" alt="Stats" name="stats" width="107" height="27" border="0" /></a>  

    <
a href="chat/flashchat.php?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('chat','','images/steelred/nav_chat_on.gif',1)"><img src="images/steelred/nav_chat_off.gif" alt="Chat" name="chat" width="107" height="27" border="0" /></a><img src="images/steelred/nav_chat_on.gif" style="display: none;" />

</
tr>
<!-- /
logo -->

<!-- 
content table -->
$spacer_open
$_phpinclude_output 
Reply With Quote
  #4  
Old 11-22-2005, 11:42 PM
merk merk is offline
 
Join Date: Nov 2001
Location: Canberra, Australia
Posts: 601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
<!-- logo --> 
<a name="top"></a> 
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center"> 
<tr> 
<td align="$stylevar[right]"><img src="images/misc/logo2.gif" border="0" alt="Matt Kading Memorial" /></td> 
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td> 
<td align="$stylevar[left]"><img src="images/misc/logo2.gif" border="0" alt="Matt Kading Memorial" /></td> 
</table> 
 
<div style="text-align:center;"><a href="cmps_index.php?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','images/steelred/nav_home_on.gif',1)"><img src="images/steelred/nav_home_off.gif" alt="Home" name="home" width="107" height="27" border="0" /></a><img src="images/steelred/nav_home_on.gif" style="display: none;" /> 
 
	<a href="index.php?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('forums','','images/steelred/nav_forum_on.gif',1)"><img src="images/steelred/nav_forum_off.gif" alt="Forums" name="forums" width="107" height="27" border="0" /></a><img src="images/steelred/nav_forum_on.gif" style="display: none;" /> 
 
	<a href="http://mysite.com/league/index.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('stats','','images/steelred/nav_stats_on.gif',1)"><img src="images/steelred/nav_stats_off.gif" alt="Stats" name="stats" width="107" height="27" border="0" /></a> 
 
	<a href="chat/flashchat.php?" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('chat','','images/steelred/nav_chat_on.gif',1)"><img src="images/steelred/nav_chat_off.gif" alt="Chat" name="chat" width="107" height="27" border="0" /></a><img src="images/steelred/nav_chat_on.gif" style="display: none;" />
</div>
 
</tr> 
<!-- /logo --> 
 
<!-- content table --> 
$spacer_open 
$_phpinclude_output
Reply With Quote
  #5  
Old 11-23-2005, 12:12 AM
Madmp3zz Madmp3zz is offline
 
Join Date: Aug 2005
Posts: 103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

U guys rule.... AWESOME responses..

Hate to ask one more thing...

Where do I change the spacing between the header and the navbar?
It shows up perfect on the cmps but is spaced away from the navbar on the forums.

1st image is the cmps and the second is the forum..
Attached Images
File Type: gif cmps.gif (39.1 KB, 0 views)
File Type: gif untitled1.gif (23.9 KB, 0 views)
Reply With Quote
Reply

Thread Tools
Display Modes

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 07:58 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.07378 seconds
  • Memory Usage 2,313KB
  • 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
  • (3)bbcode_html
  • (3)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete