View Full Version : Moving logo?
Carlos X
06-05-2008, 05:44 PM
So, I want to make it so that I could move my logo to the right side of the board. I know which template it is, but the code for it...Hmm, not sure.
I would also like to make a message on the left, like vb.com does for vb headers up there "vBulletin 3.7.1" with the link showing underneath it.
Dismounted
06-06-2008, 07:18 AM
When you look in the header template, there is a blank cell - this is where the "vBulletin 3.7.1" text would be.
Carlos X
06-06-2008, 09:41 PM
Thanks.
I figured out the left/right align part. Its editable by editing "left" in the stylevars presets. The same can be said for this "cell." :)
--------------- Added 1212797963 at 1212797963 ---------------
okey, I am at the header template...I find this...and edit it as I please.
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[right]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[left]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
I see "cell" but where do I put the text?
Dismounted
06-07-2008, 06:59 AM
Show me the default template you have.
Carlos X
06-08-2008, 12:42 AM
THAT is my default.
But here is the standard vBulletin header:
<!-- 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]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output
$ad_location[ad_header_end]
The only reason why I left out the second part, is because I wasn't talking about the ad locations.
Dismounted
06-08-2008, 05:14 AM
Edit the template ad_header_logo and add your message there. Sorry, I am not familiar with the new Ad Locations :p.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.