View Full Version : Header suggestion
attroll
02-25-2007, 01:33 AM
This is a header suggestion.
It would be nice if we could have an option for so we could use a different header in the blog area then in the main web site.
Brian
02-25-2007, 05:18 PM
I'm not sure about a different header, but what about an option so you could choose to use a different style throughout the program instead?
attroll
02-25-2007, 06:21 PM
Brian
I currently have this working for your other three hacks that you created. I have it working for CMPS, VBG, and Links so is there any way we can get this working like this for the blogicles. Here is the code I am using in the header.
<!--Links header -->
<if condition="THIS_SCRIPT == 'linksindex'">
<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[center]">
<FONT SIZE="12" COLOR="#000051" FACE="Times Roman"></A>Links on Maine Sledder</FONT>
</td>
</tr>
</table>
<else />
<!--end Links header -->
<!--attroll Gallery header -->
<if condition="THIS_SCRIPT == 'gallery_index'">
<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[center]">
<FONT SIZE="12" COLOR="#000051" FACE="Times Roman"></A>Gallery on Maine Sledder</FONT>
</td>
</tr>
</table>
<else />
<!--attroll end Gallery header -->
<!--attroll CMPS header -->
<if condition="THIS_SCRIPT == 'adv_index'">
<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[center]">
<center>
<b><i><FONT SIZE="12" COLOR="#000051" FACE="Times Roman"></A>Maine Sledder</FONT></b></i>
</center>
</td>
<td align=right>
<img src="/forum/smimages/rsafe.gif" />
</td>
</tr>
</table>
<else />
<!--attroll end CMPS header -->
Brian
02-25-2007, 06:51 PM
<if condition="THIS_SCRIPT == 'blog_index'"> should do the trick.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.