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
SC-BrushedBlue Details »»
SC-BrushedBlue
Version: 1.01, by Hellcat Hellcat is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Version: 3.5.3 Rating:
Released: 11-30-2005 Last Update: 01-11-2006 Installs: 39
Template Edits
Additional Files  
No support by the author.

Hello everyone!

Here I present you my very first vBulletin Style.
Since upgrading my forums to 3.5.1 I needed a new style but I wanted something original, something own and finally I came up with this.

I was aiming at something a bit eyecandy but yet easy to the eye.
(While keeping the blueish colors of the old style I had, since we got used to that)

Maybe you like it

Some features of this style that make it different to the default style:
  • Borders around categories on forumhome to better seperate them from each other
  • Completely new (redesigned) navigation bar
  • Complete new set of status icons (for forums, posts and PMs)
  • Complete new set of buttons
  • There's a seperator between the sticky and the "normal" threads
  • An additional navigation/breadcrumb bar at the bottom of threadview for easier navigation.
    (don't have to scroll to the top to go the a parent forum of the current thread)

Attached are some screenshots, but you can also preview it live on my own forums --> here <--

Every feedback is apreciated so that my next style may get better since I already have some nice ideas
Oh, and if you reall go to install my style let me know!

Show Your Support

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

Comments
  #12  
Old 12-02-2005, 02:27 PM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I get my logo banner centered in the header?
Reply With Quote
  #13  
Old 12-02-2005, 02:30 PM
Holidazed's Avatar
Holidazed Holidazed is offline
 
Join Date: May 2002
Location: Van Nuys, CA
Posts: 713
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wierd. I installed this style (and btw, thank you, it is awesome) but my columns don't line up. Look at your own site at the "Last Post" column. It does not line up with the other "last post" columns. the same thing is happening to me.

BTW, mine is a parent style so it is not pulling anything from any other style.
Reply With Quote
  #14  
Old 12-02-2005, 05:38 PM
Darkus's Avatar
Darkus Darkus is offline
 
Join Date: Jan 2005
Location: Germany
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome Style there Hellcat. Nice Job. Certanly going to use it on my Forums when I get the time
Reply With Quote
  #15  
Old 12-02-2005, 07:30 PM
seany1 seany1 is offline
 
Join Date: Oct 2005
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

excellent job
Reply With Quote
  #16  
Old 12-02-2005, 07:35 PM
PtP PtP is offline
 
Join Date: May 2004
Location: Gold Coast, Australia
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bitg
Wierd. I installed this style (and btw, thank you, it is awesome) but my columns don't line up. Look at your own site at the "Last Post" column. It does not line up with the other "last post" columns. the same thing is happening to me.

BTW, mine is a parent style so it is not pulling anything from any other style.

http://www.vbulletin.com/forum/showthread.php?t=156777

Reply With Quote
  #17  
Old 12-02-2005, 08:10 PM
Hellcat Hellcat is offline
 
Join Date: May 2003
Location: Germany
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nievesidenshop
sorry bout that should have done that from the start..lol here ya go:

http://img530.imageshack.us/img530/3466/styles1id.gif
Ah, I see!
You have quite some more stuff in your NavBar!
So all we would have to do is to implement all your additional links into the header/navbar of this style.
Well, that can be done
Is all of that put into your "navbar" template?

Quote:
Originally Posted by Mastar
How can I get my logo banner centered in the header?
In your AdminCP go to Style-Manager -> Edit-Templates (of this style)

Double click on the "header" template and look for this part:
Code:
      <table border="0" width="100%" cellpadding="0" cellspacing="0">
        <tr align="left" valign="top">
          <td>
            <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
Change the value that's marked in bold to read like this one:
Code:
      <table border="0" width="100%" cellpadding="0" cellspacing="0">
        <tr align="center" valign="top">
          <td>
            <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
That should center your logoimage in the header.
Don't forget not to put any whitespace in the image as that might affect centering to be a bit off

Quote:
Originally Posted by bitg
Wierd. I installed this style (and btw, thank you, it is awesome) but my columns don't line up. Look at your own site at the "Last Post" column. It does not line up with the other "last post" columns. the same thing is happening to me.

BTW, mine is a parent style so it is not pulling anything from any other style.
Yes, that's right.
It's because every category is now a table of its own.
But the link PtP posted explains pretty good how to set them to a fixed width to make them align to each other again.
If you have trouble with this drop me a PM and I'll send you a modified template :up:
Reply With Quote
  #18  
Old 12-02-2005, 10:03 PM
Kran Kran is offline
 
Join Date: Jun 2005
Posts: 69
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So you decided to release it eh? Well I like it over at SC good job
Reply With Quote
  #19  
Old 12-03-2005, 07:01 PM
ahennings ahennings is offline
 
Join Date: Nov 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

FANTASTIC!!! What a super job you did here with this skin Hellcat! Thanks a million!
Reply With Quote
  #20  
Old 12-04-2005, 11:15 PM
Jenkins Jenkins is offline
 
Join Date: Nov 2002
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah this skin is awesome. I have a newbie question though. I have a lot of hacks on my default style, is there a way to "Merge" the hacks into the new thread?
Reply With Quote
  #21  
Old 12-05-2005, 08:02 AM
Hellcat Hellcat is offline
 
Join Date: May 2003
Location: Germany
Posts: 560
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jenkins
yeah this skin is awesome. I have a newbie question though. I have a lot of hacks on my default style, is there a way to "Merge" the hacks into the new thread?
All modifications applied to the templates in the default style to integrate the hack(s) just have to be re-done on the same templates in every other style where you'd like to use them.

If the hack has an installer that does it automatically try to re-install the hack so the new style(s) are affected as well.
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 09:04 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05537 seconds
  • Memory Usage 2,313KB
  • 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
  • (2)bbcode_code
  • (5)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
  • (3)pagenav_pagelink
  • (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