Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Steel Blue 3.5.3 Details »»
Steel Blue 3.5.3
Version: 3.5.4, by kall kall is offline
Developer Last Online: Aug 2021 Show Printable Version Email this Page

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:

PHP Code:
<if condition="in_array($forum['forumid'], array(999,999)"
Change these ids to the ones you want to use.

Further on in the same template is this conditional:

PHP Code:
<if condition="!in_array($bbuserinfo[usergroupid], array(1,3,4,8))"
The array contains those Usergroup ids that we do NOT want to see the Start New Thread button.

Oh, and it's XHTML Compliant. And the CSS is compliant too.

(If you want support, you better have clicked INSTALL...I *can* see this you know.)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 08-19-2005, 09:05 PM
Blackbeard Blackbeard is offline
 
Join Date: Mar 2003
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Stupid question, wanting to add my own logo to replace the vb1, how do i center my image, as it dont stretch across the full lenght at moment and want it to center link at your NZ board

please could you post want text iam looking for and where.
Reply With Quote
  #73  
Old 08-27-2005, 08:35 PM
Pion Pion is offline
 
Join Date: May 2005
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Styles and Templates >> Style Manager (for this skin) >> Edit Templates >> Edit header template. Replace the code between the <!-- logo --> tags with this code. It worked fine with centering my logo.

Code:
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="20" height="20" align="$stylevar[right]"><img width="20" height="20" src="$stylevar[imgdir_misc]/page_top_left.gif" alt="" /></td>
	<td align="$stylevar[left]" width="100%" style="background: url('$stylevar[imgdir_misc]/page_top.gif') repeat-x top left;">&nbsp;</td>
	<td width="20" height="20" align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/page_top_right.gif" width="20" height="20" alt="" /></td>
</tr>
</table>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" class="page">
<tr>
	<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[right]">
		&nbsp;
	</td>
</tr>
</table>
Reply With Quote
  #74  
Old 09-07-2005, 03:06 PM
bi11i's Avatar
bi11i bi11i is offline
 
Join Date: Aug 2004
Location: Portland, OR
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice, but I've found that the included plugin doesn't work on the front page of my vbadvanced modded-board. Is there a way to get those personalized greetings to display on cmps_index.php, as well?
Reply With Quote
  #75  
Old 09-07-2005, 06:36 PM
Rover416 Rover416 is offline
 
Join Date: Jun 2005
Location: United Kingdom
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bi11i
Very nice, but I've found that the included plugin doesn't work on the front page of my vbadvanced modded-board. Is there a way to get those personalized greetings to display on cmps_index.php, as well?
Look at post 67 above you.
Reply With Quote
  #76  
Old 09-16-2005, 05:46 AM
Ian Montgomerie Ian Montgomerie is offline
 
Join Date: Dec 2003
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am likely going to use a modified version of this on my board. I found the following issues/annoyances which I thought you might like feedback on:

1. The popup menus use the old VBulletin color scheme. Easily fixed in the css.

2. The PM inbox uses the old style buttons. I copied over the new thread buttons instead.

3. Two buttons are lacking (forcing the board to not use them, or to use the inconsistent default buttons). First, there's no button for moved post/forwarded PM. Second, there's no button for a "hot" topic which has been locked.

4. The days/hours/minutes/seconds uptime counter is not so useful for a board that has been up for years. I'm likely going to change it to years/months/days.

5. I think you went a bit too far in reducing some of the font sizes, especially the "small" font which I bumped up a bit. I use 1600x1200 and some of the text was looking positively miniscule.

6. I darkened the link colors, they weren't showing up very well against the background.

Anyway, don't know if you want to incorporate any of this or not. I'd greatly appreciate the two missing buttons, though, since I'm not that good at photoshop. :nervous:
Reply With Quote
  #77  
Old 09-16-2005, 10:47 AM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for the suggestions.

I have uploaded a new version of the zip with new status icons for threads and pms.

If you liked the old ones better, they are in the older zips.
Reply With Quote
  #78  
Old 09-17-2005, 07:53 AM
robertwo robertwo is offline
 
Join Date: Jul 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Erm which zip is it, I can only see ones for beta 2, 3 and 4...
Reply With Quote
  #79  
Old 09-17-2005, 06:49 PM
The Realist's Avatar
The Realist The Realist is offline
 
Join Date: Oct 2001
Location: UK
Posts: 842
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed but when I click the quick reply Icon it does not work, but if I right click the icon and pick open link it works?

Any ideas?

laters
Reply With Quote
  #80  
Old 09-20-2005, 06:22 AM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by robertwo
Erm which zip is it, I can only see ones for beta 2, 3 and 4...
Sorry all - the last .zip is for the current style.

Or... download one of the other Steel Styles, import it over the top of this one and you should be good to go.
Reply With Quote
  #81  
Old 09-21-2005, 09:02 AM
robertwo robertwo is offline
 
Join Date: Jul 2005
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kall
Sorry all - the last .zip is for the current style.

Or... download one of the other Steel Styles, import it over the top of this one and you should be good to go.
I downloaded them all, the steelblue3.5b4.zip file contains an xml file last modified 17/07/2005.. and the other ones modified even earlier.

I downloaded the Green and Purple and they work a treat though Does the blue style have the new icons (but in blue)?

Also if you don't find me cheeky for asking, any chance of a Steel Red

Keep up the good work, I really like your styles
Reply With Quote
Reply


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 12:58 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09712 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
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)bbcode_code
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete