Get something on the top right of my header

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jealousy10312
    Member
    • Sep 2006
    • 45
    • 3.6.x

    Get something on the top right of my header

    vBulletin 3.6.2 www.vbulletin.com
    VB has the above text on the top right of their header. I'm using the same template, and I'm wondering how I would do the same.

    Thanks
    Save ALT + S in FireFox 2.0!

    Vote Now!

  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    In the header template, this forum has replaced the red code:

    Code:
    <!-- logo -->
    <a name="top"></a>
    <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
    <tr>
    	<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
    	<td align="$stylevar[right]">
    		[color=red]&nbsp;[/color]
    	</td>
    </tr>
    </table>
    <!-- /logo -->
    
    <!-- content table -->
    $spacer_open
    
    $_phpinclude_output
    ...with this code:

    Code:
    <!-- logo -->
    <a name="top"></a>
    <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
    <tr>
    	<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
    	<td align="$stylevar[right]">
    		[color=blue]<div style="font: bold 14pt verdana,arial,helvetica; color: #FFFFFF">
    			<em>vBulletin 3.6.2 <!--  --></em>
    			<div style="font-size:10pt">
    				www.vbulletin.com
    				
    			</div>
    
    			
    		</div>[/color]
    	</td>
    </tr>
    </table>
    <!-- /logo -->
    
    <!-- content table -->
    $spacer_open
    
    $_phpinclude_output

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...