Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Slick Black Details »»
Slick Black
Version: 1.00, by mac27 mac27 is offline
Developer Last Online: Oct 2009 Show Printable Version Email this Page

Version: 3.7.0 Rating:
Released: 05-29-2008 Last Update: 06-04-2008 Installs: 94
Template Edits
Code Changes Additional Files  
No support by the author.

Here is a dark style that I did. It includes a blank logo for you to add your own text to.




1. Open your ftp client to your server. Go to your forum's images folder, open it, and create a styles folder.
2. Next, upload the "SlickBlack" folder via FTP to your server, into your forum's styles folder, so that your image path is images/styles/SlickBlack/buttons, for example.
3. After you've uploaded the folder, open your admin control panel on your forum, and import the xml file, by going to Styles & Templates > Download / Upload styles > Import Style XML File.
4. Click on the Browse button, locate the slickblack-style.xml file, and double-click it so it loads in that box, then hit the Import button.



Next upload the following 3 files into your forum root directory:

bleft_066sb
bmid_066sb
bright_066sb

Again make sure that these 3 files are uploaded to your forum root folder.

I hope you enjoy this release.

CLICK INSTALL IF YOU WANT SUPPORT!!!!!!

I have added blank buttons for you to add your own text to. I have included the font I used also. Sorry no PSD but this will work with any graphics program.

Show Your Support

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

Comments
  #12  
Old 06-02-2008, 03:29 PM
netcommander netcommander is offline
 
Join Date: Dec 2004
Location: Turkey/Antalya
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello its nice but i've got a one question you will add login panel for example
http://vbstylewizard.com/forum/f3/
one user in here how can he/she login ? i dont see login panel on the top
cheers
Reply With Quote
  #13  
Old 06-02-2008, 07:21 PM
vision.mmxlix vision.mmxlix is offline
 
Join Date: May 2008
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thats One of The Meanest Skins For vBulletin I Have Seen Yet!!! Very Awsome!
Reply With Quote
  #14  
Old 06-02-2008, 08:20 PM
tbroush tbroush is offline
 
Join Date: Aug 2003
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After loading mine has a white part by the navigation bar. www.camaroforums.net/forums
Reply With Quote
  #15  
Old 06-02-2008, 11:49 PM
mac27 mac27 is offline
 
Join Date: Jun 2006
Location: Kentucky
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by captainslater View Post
I would prefer to have this one in a skin-based directory.

The look of the style is great, really good.
Noted and thanks for the comment.

Quote:
Originally Posted by neto614 View Post
wow this is a great look thanks hope you make more .. thanks .....
Thanks and I plan to design allot more.

Quote:
Originally Posted by netcommander View Post
hello its nice but i've got a one question you will add login panel for example
http://vbstylewizard.com/forum/f3/
one user in here how can he/she login ? i dont see login panel on the top
cheers
Users can only login on the main forum page. That is how I have this setup.

Quote:
Originally Posted by vision.mmxlix View Post
Thats One of The Meanest Skins For vBulletin I Have Seen Yet!!! Very Awsome!
Thank you very much. Please click install and show your support.

Quote:
Originally Posted by tbroush View Post
After loading mine has a white part by the navigation bar. www.camaroforums.net/forums
Make sure you have the 3 images uploaded to your forum root. Seeing that your forum is located at forums with an s and not forum you will need to make a small change in the Slick Black style under the Main CSS area.

AdminCP>Styles and Templates> Style Manager>Slick Black(beside it choose Main CSS)

Scroll to the very bottom and in the Additional CSS Definitions box look in the bottom box.

Replace the entire bottom box with the following:

HTML Code:
/* ***** Postbit Legacy layout ***** */
.pbit {
padding-left: 1px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 2px;
background-color: #000000;
border-top: 1px solid #F1BC1B;
border-right: 1px solid #F1BC1B;
border-left: 1px solid #F1BC1B;
border-bottom: 1px solid #F1BC1B;
margin-bottom: 5px;
}






/* ***** Top menu * *****/

#MainMenu 
{
	height:33px;
	background: #FFFFFF url("forums/bmid_066sb.gif");
	margin:0;
	border:0;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000000 url("forums/bright_066sb.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("forums/bleft_066sb.gif") no-repeat left top;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#EFB816;
	font-weight:bold;
	line-height:33px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#000000;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 solid #FDB300;
	background: #FFFFFF url("forums/bmid_066sb.gif");
	color:#FFFC00;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	margin:0;
	padding:0;
	list-style:none;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link, .dropmenudiv a:visited
{
	width:180px;
	margin:0;
	padding:0;
	display:block;
	border:0 solid ;
	color:#FFFC00;
	background:url("forums/bleft_066sb.gif") no-repeat left top;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv a span 
{
	float:left;
	display:block;
	line-height:33px;
	background:url("forums/bright_066sb.gif") no-repeat right top;
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11;
	color:#000000;
}
.dropmenudiv a span 
{
	float:none;
}
.dropmenudiv a:hover
{
	border:0 solid #FF9300;
	background-position:left bottom;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFFFFF;
	font-weight:bold;
}
Hope this helps.
Reply With Quote
  #16  
Old 06-03-2008, 02:00 AM
tbroush tbroush is offline
 
Join Date: Aug 2003
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #17  
Old 06-03-2008, 06:30 PM
kj_202 kj_202 is offline
 
Join Date: Dec 2007
Posts: 269
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice work, mac27 can I ask a vb question regarding the skin you posted?

I think you missed ^^^ or not?
Reply With Quote
  #18  
Old 06-03-2008, 09:25 PM
ALil'Hope ALil'Hope is offline
 
Join Date: Jun 2008
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't plan on using this, but it's a good looking skin!
Reply With Quote
  #19  
Old 06-03-2008, 10:47 PM
dapoling dapoling is offline
 
Join Date: Jul 2006
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would like to try this one but I have 3.7.1 and it will not import? since it was made with a different version 3.7.0
Reply With Quote
  #20  
Old 06-05-2008, 01:42 AM
mac27 mac27 is offline
 
Join Date: Jun 2006
Location: Kentucky
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kj_202 View Post
nice work, mac27 can I ask a vb question regarding the skin you posted?

I think you missed ^^^ or not?
depends on the question I guess. Ask away.....

Quote:
Originally Posted by ALil'Hope View Post
I don't plan on using this, but it's a good looking skin!
Thank you!

Quote:
Originally Posted by dapoling View Post
I would like to try this one but I have 3.7.1 and it will not import? since it was made with a different version 3.7.0
You can try to choose ignore version when importing and see if it works. I have not had anytime to update my forum and styles yet to 3.7.1
Reply With Quote
  #21  
Old 06-05-2008, 11:21 AM
lolo? lolo? is offline
 
Join Date: Jun 2005
Posts: 243
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks good work could you send me a psd for button i want to translate in french for my forum ?
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 10:28 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.06450 seconds
  • Memory Usage 2,315KB
  • 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_html
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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