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

Reply
 
Thread Tools
Black and Blue Style Details »»
Black and Blue Style
Version: 1.00, by SmashinYoungMan SmashinYoungMan is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.6.8 Rating:
Released: 01-10-2007 Last Update: 09-09-2007 Installs: 181
Template Edits
Additional Files  
No support by the author.

Hello, all!

I finally decided to release a style. It is a vB 3.6.5, 951 pixels fixed width, dark blue and deep gray/black style. I developed this theme on my test installation on my PC, so unfortunately there is no live demo, but I've attached a couple of screenshots. The theme has been tested with FireFox 2.0, Internet Explorer 6 and 7, and Opera 9.0.

I tried to make it so customizing it is a relatively painless procedure. In the header template, I commented where you can add your own logo, 468x60 ad code, and customize the links (Link1, Link2, etc.).

Included in the zip file are the xml file, button PSDs and icons with a dark matting.

There is no theme copyright in the footer, or any links to any sites of mine. Please, though, do not redistribute or sell the theme.

I'll support it as time allows, and I'll do my best to keep it up to date with each new vB release. If you wish to hire me to do extra customization on it, such as develop a logo, change the buttons, statusicons, etc., just send me a PM.

Please remember to "Mark as Installed"! Bonus points if you decide to throw a donation my way.

1-12-2007:
Added the PSD for the layout to the zip file.

5-03-2007:
Added a fluid version of this style. The installation instructions are the same, except for the obvious file name differences. Additionally, the fixed version of this style has been adjusted so that you can set your logo graphic in the "Title Image" field of the style manager, instead of having to edit the header template.

9-10-2007:
Updated the .xml files for vB version 3.6.8.

Installation Instructions:

1. Unzip the "blackandblue_fixed-style.zip" file.
2. Upload the two folders, "icons" and "blackandblue" in the image directory to your forum's image directory.
3. In your admincp, click "Download/Upload Styles" under "Styles and Templates".
4. In the "Import Style XML File" section, browse for the file, "bb-fixed-style.xml" included in the zip file and click the "Import" button, leaving the rest of the options at their defaults.

Enjoy!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
davidg

Comments
  #22  
Old 01-25-2007, 06:17 PM
James92TSi James92TSi is offline
 
Join Date: Dec 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SmashinYoungMan View Post
Is this the banner rotator you have installed? https://vborg.vbsupport.ru/showthread.php?t=129418

If so, did you add the $GLOBALS[bannerads] bit to the style's header or footer? If not, that might be the cause.
Yup, I added $GLOBALS[bannerads] in place of the "sample ad" banner that comes with the style.

I think this was my screw-up. When I first installed the template, I wanted to rem-out the "Link 1 - Link 2 - Link 3 - Link 4" stuff, since I didn't have any links to throw in at that time.

See code below. I added the tag in green, but forgot the tag in red. It worked correctly in IE and I didn't give it a second thought at the time. That'll teach me to install mods at 2am.

Code:
<!-- LINKS -->
<!-- REM OUT JEM 01/13/07
		<a href="/">Link1</a> - <a href="/">Link2</a> - <a href="/">Link3</a> - <a href="/">Link4</a>
-->
<!-- /LINKS -->
That is the only difference I can think of between the default style and this one. The default style also has the $GLOBALS[bannerads] on it, but the default style works correctly.

I am betting MSIE would read the (incorrectly modded) HTML differently than FF. FF appears to be reading it as "remark tag is still open". That would certainly mess with the navbar.

Thanks for the help, I will let you know if that code change (adding the close-remark tag) doesn't fix the problem. I'm betting it will fix it.

EDITED TO ADD: Confirmed with a FF 1.5 user. The fix worked. Yay!

Thanks for the help - and for the awesome looking style.

-- James
Reply With Quote
  #23  
Old 01-27-2007, 03:42 PM
shark7 shark7 is offline
 
Join Date: Jan 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent work.. Thank you.. What do I need to do to put a picture on the top left intead of the text. Thanks
Reply With Quote
  #24  
Old 01-28-2007, 08:58 PM
damlost damlost is offline
 
Join Date: Jan 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks nice thanks but i notice now i have a white box with a X inside of it I guess this is called buttons search, quick links. How can i currect this
Reply With Quote
  #25  
Old 01-29-2007, 10:57 PM
SmashinYoungMan SmashinYoungMan is offline
 
Join Date: Nov 2004
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad you got it lined out, James!

Quote:
Originally Posted by shark7 View Post
Excellent work.. Thank you.. What do I need to do to put a picture on the top left intead of the text. Thanks
In this bit of code in the header template:
PHP Code:
<a name="top"></a>
<
table width="951" height="134" border="0" cellpadding="0" cellspacing="0" align="center">
    <
tr>
        <
td rowspan="2" width="399" height="134" align="center" style="background: url($stylevar[imgdir_misc]/header_1.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Your Logo</a></td>
        <
td width="37" height="134" rowspan="2" style="background: url($stylevar[imgdir_misc]/header_2.jpg);"></td>
        <
td width="484" height="111" align="center" style="background: url($stylevar[imgdir_misc]/header_3.jpg);"
Replace the text "Your Logo" with the link to the image you want to use. Alternately, you can follow the instructions in this post.

Quote:
Originally Posted by damlost View Post
looks nice thanks but i notice now i have a white box with a X inside of it I guess this is called buttons search, quick links. How can i currect this
Did you upload the "buttons" folder in the "blackandblue" directory? If so, double-check to make sure you uploaded it to the proper location per the installation instructions.
Reply With Quote
  #26  
Old 01-30-2007, 12:36 AM
Thai3g_Eclipse Thai3g_Eclipse is offline
 
Join Date: Nov 2004
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, this is one of the best looking skins I've seen in a long time. Everything went smooth, but I am having minor problems when the postbit is set to legacy...the blue borders stopped wrapping after the first post. Is there a fix for this? Thank you, and keep up the excellent work.
(See attachment for what I'm referring to)
Reply With Quote
  #27  
Old 01-31-2007, 01:38 AM
MisfitGeek MisfitGeek is offline
 
Join Date: Jan 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SmashinYoungMan View Post

In this bit of code in the header template:
PHP Code:
<a name="top"></a>
<
table width="951" height="134" border="0" cellpadding="0" cellspacing="0" align="center">
    <
tr>
        <
td rowspan="2" width="399" height="134" align="center" style="background: url($stylevar[imgdir_misc]/header_1.jpg);"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Your Logo</a></td>
        <
td width="37" height="134" rowspan="2" style="background: url($stylevar[imgdir_misc]/header_2.jpg);"></td>
        <
td width="484" height="111" align="center" style="background: url($stylevar[imgdir_misc]/header_3.jpg);"
Replace the text "Your Logo" with the link to the image you want to use. Alternately, you can follow the instructions in this post.


Did you upload the "buttons" folder in the "blackandblue" directory? If so, double-check to make sure you uploaded it to the proper location per the installation instructions.
I got most of this working, I uploaded everything according to the instructions, however I am not getting the title images (header_1.jpg, etc..) to display. I applied the changes you have listed above and I understand how to get the logo in there, but any idea why the header images are not showing up?

URL for the board is http://www.misfitsrc.com
Reply With Quote
  #28  
Old 01-31-2007, 01:59 AM
MisfitGeek MisfitGeek is offline
 
Join Date: Jan 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MisfitGeek View Post
I got most of this working, I uploaded everything according to the instructions, however I am not getting the title images (header_1.jpg, etc..) to display. I applied the changes you have listed above and I understand how to get the logo in there, but any idea why the header images are not showing up?

URL for the board is http://www.misfitsrc.com
OK.. Update.. It looks like it is working on the forums section however it is not working on the vBadvanced side of things... looking into it now, but any suggestions?
Reply With Quote
  #29  
Old 01-31-2007, 02:03 AM
MisfitGeek MisfitGeek is offline
 
Join Date: Jan 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OKay.. figured it out.. I just had to copy the images, etc.. to the root of the domain and it picked it up with the dynamic pathing in the script.

All is working well now... great looking style by the way!
Reply With Quote
  #30  
Old 01-31-2007, 11:01 PM
DaiTengu DaiTengu is offline
 
Join Date: Nov 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm doing a conversion from SMF to vB finally, and I wandered over here looking for a good style for vB. The second thread I clicked on happened to be this one, and It's absolutely perfect.

Thanks for this!
Reply With Quote
  #31  
Old 02-03-2007, 02:37 PM
SnoopsWarner SnoopsWarner is offline
 
Join Date: Dec 2005
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.ranger-retrocenter.com/forums/index.php" target="_blank">http://www.ranger-retrocenter.com/forums/index.php</a>

Love this style. One quick question: how do I edit the "Link1 Link2 Link3 Link4" text? I've searched around for it, but I cant seem to pin it down.

Any help?
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 03:58 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.06026 seconds
  • Memory Usage 2,343KB
  • 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
  • (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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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