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
vBulletin_Dark Theme Details »»
vBulletin_Dark Theme
Version: 1.1, by Weapon-x Weapon-x is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Version: 3.6.8 Rating:
Released: 12-18-2007 Last Update: 12-30-2007 Installs: 53
 
No support by the author.

First off this is my first style I had made and released to the public so please report any errors and I'll do my best to fix this.

Second I would like to give credit where credit is due most of the buttons came from Shelley_c her graphics called Dark Glossy Buttons and her wonderful Private Message Icons.

I would also like to thank Blumen Studios (Art & Design) for pushing me forward in designing this style.

I hope that you all will download and install the style to your forums. I made it as best as I could and worked pretty hard in getting all the colors just right.


New Install:

Please upload "vb_Dark" folder to your forum directory folder.

Once uploaded install the theme by using the vb_Dark.xml
*IF* images do not work please select the paths in the:
Styles & Templates > Style Manager > <<VB DARK THEME >> StyleVars

Make sure all images point to vB_Dark/images/* Replace the * with (Buttons, Statsicons, Attach, Etc...)


Notice
: You will see this release in vBulletin 3.7 Once it turns gold!



Live Demo: Blumen Studios (Art & Design) LLC
(If you would like to have your forum listed as a live demo please private message me)


Release Update:
12/31/07: Added "Icons" folder that was not included in theme



PLEASE MARK INSTALL!

Show Your Support

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

Comments
  #32  
Old 01-13-2008, 03:35 PM
Weapon-x Weapon-x is offline
 
Join Date: Jan 2005
Location: USA
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KURTZ View Post
yes, in for example in your board the category table is black with white stripes, instead in my board is only black ...

however thx
You need to go into your MAINCSS and add the "vB_Dark/table_bg_image2.gif"



Quote:
Originally Posted by r_sole View Post
Awesome. Installed.

Question though - I'm trying to edit it and in the 'header' section all thats in there is:
Code:
<!-- content table -->
$spacer_open

$_phpinclude_output
Wheres all the stuff that's normally in the default style?
Code:
<!-- logo -->
<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[right]">
		&nbsp;
	</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
Should work.
Reply With Quote
  #33  
Old 01-13-2008, 10:28 PM
r_sole r_sole is offline
 
Join Date: Jan 2008
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sweet, thanks dude.
Reply With Quote
  #34  
Old 01-16-2008, 08:50 AM
scruffy scruffy is offline
 
Join Date: Jan 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed. Thanking you kindly for that sir - you's vewy clever!

As a basic chickster and new to the whole forum running thang, i understand i have to re-upload the original banner part from VBully, but with your template, its quite narrow on the page.. lots of black space to the sides, is there any way of filling that? or can it be used for advertisements?

X
Reply With Quote
  #35  
Old 01-16-2008, 07:28 PM
Weapon-x Weapon-x is offline
 
Join Date: Jan 2005
Location: USA
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by scruffy View Post
Installed. Thanking you kindly for that sir - you's vewy clever!

As a basic chickster and new to the whole forum running thang, i understand i have to re-upload the original banner part from VBully, but with your template, its quite narrow on the page.. lots of black space to the sides, is there any way of filling that? or can it be used for advertisements?

X
It can be used for both. Just work with the header template to do what your looking for.
Reply With Quote
  #36  
Old 01-17-2008, 05:46 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Weapon-x View Post
You need to go into your MAINCSS and add the "vB_Dark/table_bg_image2.gif"
where exactly?

TIA Weapon
Reply With Quote
  #37  
Old 01-17-2008, 02:29 PM
Weapon-x Weapon-x is offline
 
Join Date: Jan 2005
Location: USA
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Styles & Templates > Style Manager >"vb_Dark Theme" > Main CSS

Scroll down to "Category Strips"
Background: #000000 url(vB_Dark/table_bg_image2.gif) repeat-x top left

Scroll down to "Table Header"
Background: #FFBA00 url(vB_Dark/table_bg_image.gif) repeat-x top left

Scroll down to "Table Footer"
Background: #FFBA00 url(vB_Dark/table_bg_image.gif) repeat-x top left

Scroll down to "Popup Menu Controls"
Background: #000000 url(vB_Dark/table_bg_image2.gif) repeat-x top left

That should sum it all up. If you have anymore problems let me know.
Reply With Quote
  #38  
Old 01-17-2008, 07:33 PM
scruffy scruffy is offline
 
Join Date: Jan 2008
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Weapon-x View Post
It can be used for both. Just work with the header template to do what your looking for.

Weapon, i appreciate your assistance. But, being a non-technical blonde I'm at a disadvantage. You see, we have your template (which is fab btw) but the banner is posing a problem. Where and how do we download our designed one to your template? I've read 16 pages of 'header template' help, and its messed with my head

Could you please tell me how, as if you were talking to a child

Thanking you kindly. x
Reply With Quote
  #39  
Old 01-17-2008, 08:47 PM
Weapon-x Weapon-x is offline
 
Join Date: Jan 2005
Location: USA
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by scruffy View Post
Weapon, i appreciate your assistance. But, being a non-technical blonde I'm at a disadvantage. You see, we have your template (which is fab btw) but the banner is posing a problem. Where and how do we download our designed one to your template? I've read 16 pages of 'header template' help, and its messed with my head

Could you please tell me how, as if you were talking to a child

Thanking you kindly. x
Private message me your website and I'll take a look so I get a better understanding.
Reply With Quote
  #40  
Old 01-18-2008, 05:07 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Weapon-x View Post
Styles & Templates > Style Manager >"vb_Dark Theme" > Main CSS


Scroll down to "Category Strips"
Background: #000000 url(vB_Dark/table_bg_image2.gif) repeat-x top left

Scroll down to "Table Header"
Background: #FFBA00 url(vB_Dark/table_bg_image.gif) repeat-x top left

Scroll down to "Table Footer"
Background: #FFBA00 url(vB_Dark/table_bg_image.gif) repeat-x top left

Scroll down to "Popup Menu Controls"
Background: #000000 url(vB_Dark/table_bg_image2.gif) repeat-x top left


That should sum it all up. If you have anymore problems let me know.
edit: fixed, all done Weapon thx 4 all
Reply With Quote
  #41  
Old 01-18-2008, 12:11 PM
Weapon-x Weapon-x is offline
 
Join Date: Jan 2005
Location: USA
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KURTZ View Post
edit: fixed, all done Weapon thx 4 all
COD4 for X360 or PC? I have X360
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 06:22 AM.


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.06013 seconds
  • Memory Usage 2,320KB
  • 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
  • (8)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
  • (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