Version: 3.5.4, by kall
Developer Last Online: Aug 2021
Version: 3.5.4
Rating:
Released: 06-09-2005
Last Update: 02-23-2006
Installs: 233
Uses Plugins Template Edits
No support by the author.
Steel Blue - The first in the Steel Series from the team at vBEnhanced.com.
Style Name: Steel Blue for vB 3.5.4
Style Version: 3.5.4 (SEO'd)
Features:
Forum Status Icons Horizontal
Rounded top and bottom corners
Easily configured Javascript counter displaying time since forum launch on Forum Home
Greeting conditional on day of week and time of day
Custom statusicon and several misc images
Some SEO elements (from T2Dman's most excellent seo vBulletin hack.) in the navbar.
I will NOT provide support for the removal of features of this style. If you want to remove things, look in the relevant templates and remove them.
This is the 3.5 Release of the Steel series in Teal for 3.5.4.
Customised statusicon, buttons/misc and gradients folders included.
***Additional Instructions***
vBAdvanced Users: Put nzb_greeting and nzb_greeting2 in the globalized variables section of your vBA AdminCP - Default Settings.
To change the 'Launch date' ticker on Forum Home, look in the FORUMHOME template, near the bottom. There is a start date field.
To change the greetings that appear in the navbar, have a look in your nzbgreeting plugin.
To have the Forum images show up for selected forums, go into your forumhome_forumbit_level*_post templates (both level1 and level2) and look for the condtitional that reads:
Welcome to Madden News Community Forums. This is a community that talks about sports and our Madden. Topics include Madden, all levels of sports, and operating systems.
Welcome to the [ARG:3 UNDEFINED] forums
how do I get it to not show the [arg:3 undefined] or change it to show the right thing? Thanks
Welcome to Madden News Community Forums. This is a community that talks about sports and our Madden. Topics include Madden, all levels of sports, and operating systems.
Welcome to the [ARG:3 UNDEFINED] forums
how do I get it to not show the [arg:3 undefined] or change it to show the right thing? Thanks
I'm pretty sure I wasn't stupid enough to include Amy or Kirby's 'Spiders Online on Forumhome Hack'-dependant Template edits in a style...
Perhaps you have installed that hack and haven't done the template edit?
I am sorry Kall but the 2 posts above I am not sure what that has to do with me? I am still new to this plugin system and I am not getting why that is showing up. It should show the forums name but it shows the arg:3.
again I apologize, just not getting what I did wrong here. Thanks
I've added these lines so that I can have an image background
<td align="$stylevar[right]" style="background: url('misc/forum-banner_02.jpg') repeat-x top left;"> </td>
</tr>
</table>
<!-- /logo -->
but nothing shows up. any idea how I can do this, sorry im not an expert on coding vbulletin, so sorry for the noob question
<td class="tfoot" align="$stylevar[left]" <if condition="!$show['quickchooser'] AND !$show['languagechooser']">colspan="2" width="50%"</if>>
<div class="smallfont">
<!-- You are NOT permitted to remove this copyright unless you purchase a Branding Free option -->
$style[title] $vbphrase[vbe_copyright]
<!-- You are NOT permitted to remove this copyright -->
</div>
</td>
<div class="smallfont" align="center">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$vboptions[copyrighttext]
</div>
</div>
</form>
<br />
<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->