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
  #32  
Old 06-18-2008, 02:42 AM
mac27 mac27 is offline
 
Join Date: Jun 2006
Location: Kentucky
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes I am back and I will look at getting you an answer to this tomorrow night. I just got home from work and I have to be back up very early in the morning. Thanks for reminding me.
Reply With Quote
  #33  
Old 06-26-2008, 04:41 PM
MjrNuT's Avatar
MjrNuT MjrNuT is offline
 
Join Date: Jun 2008
Location: NorCal
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will you update to v3.7.2?
Reply With Quote
  #34  
Old 06-26-2008, 09:19 PM
Emfulz Emfulz is offline
 
Join Date: Nov 2007
Location: TransverseGFX.com
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The reflections opacity is to high
Reply With Quote
  #35  
Old 06-27-2008, 12:06 AM
mac27 mac27 is offline
 
Join Date: Jun 2006
Location: Kentucky
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MjrNuT View Post
Will you update to v3.7.2?
I will do this as soon as I get some time. I will let you knwo when it has been done.

Quote:
Originally Posted by Emfulz View Post
The reflections opacity is to high
Nope. It is just how I wanted it. Thanks though.
Reply With Quote
  #36  
Old 06-28-2008, 05:23 PM
shadow905 shadow905 is offline
 
Join Date: Feb 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mac any word on centering the navbar?
Reply With Quote
  #37  
Old 06-29-2008, 01:50 AM
xgcknight xgcknight is offline
 
Join Date: Oct 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have the same issue with the white bar in the nav area, not quite sure how to fix, i dont have it in a forum folder, it is my main site....http://xiledkings.com/index.php
Reply With Quote
  #38  
Old 06-29-2008, 02:30 AM
shadow905 shadow905 is offline
 
Join Date: Feb 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xgcknight View Post
i have the same issue with the white bar in the nav area, not quite sure how to fix, i dont have it in a forum folder, it is my main site....http://xiledkings.com/index.php
make a folder called forum and put those few images in it then throw it in the directory with index.php

that will fix your problem
Reply With Quote
  #39  
Old 06-30-2008, 03:37 AM
mac27 mac27 is offline
 
Join Date: Jun 2006
Location: Kentucky
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by shadow905 View Post
mac any word on centering the navbar?
I will hopefully have time tomorrow night to get this for you. Sorry so long but been very busy at work.

Quote:
Originally Posted by xgcknight View Post
i have the same issue with the white bar in the nav area, not quite sure how to fix, i dont have it in a forum folder, it is my main site....http://xiledkings.com/index.php
Do as shadow said and that should get you going. Thanks shadow.
Reply With Quote
  #40  
Old 07-01-2008, 01:14 AM
shadow905 shadow905 is offline
 
Join Date: Feb 2007
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mac27 View Post

Do as shadow said and that should get you going. Thanks shadow.

no sir thank you!:up:
Reply With Quote
  #41  
Old 07-01-2008, 01:52 AM
mac27 mac27 is offline
 
Join Date: Jun 2006
Location: Kentucky
Posts: 299
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK shadow here is what you need to do to center the navbar.

Go into the slick black template and edit the Main CSS. Scroll down the the very bottom and in the Additional CSS Definitions in the bottom box look for this CSS code:

#tab
{
margin:0;
top:0;
}

and change it to this code:

#tab
{
margin:0;
top:0;
margin-left: 25%;
margin-right: 0%;
}

You can play with the margin-left and margin-right % until you get it how you want. I believe 25% for left and 0 for right should get you going good.

Good luck and I hope this works for you.
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 11:07 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.04522 seconds
  • Memory Usage 2,305KB
  • 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
  • (6)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
  • (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