Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Styles

Reply
 
Thread Tools
SleekBlack Themable Valid XHTML 1.0 Transitional! Details »»
SleekBlack Themable Valid XHTML 1.0 Transitional!
Version: 1.02, by markbolyard markbolyard is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.7.0 Rating:
Released: 04-27-2008 Last Update: 05-05-2008 Installs: 37
Auto-Templates
Additional Files  
No support by the author.

SleekBlack Themable - Valid XHTML 1.0 Transitional!

4/30/08 - Upgraded to 3.7.0 Gold.
5/06/08 - Updated footer code to fix FireFox issue with style selector.
1/11/08 - Updated to 3.8.0 Gold!

New 3.8.0 Gold version and Support now located here: https://vborg.vbsupport.ru/showthread.php?t=201384

I would recomend that you replace your post icons with icons that are matted with a black background. I have included some in the icons folder within the style, or you can download them compliments of Princeton here: https://vborg.vbsupport.ru/showthread.php?t=148994

SleekBlack brought to you by WrestlingClique.com Wrestling Forums. If you like it dont forget to PRESS INSTALL. Comments, Suggestions and Bugs should be reported here.

Screenshots:



Installation:

How do I install the Style?
1. Extract the zip files to a folder on your computer.
2. Upload the image folder "sleekblack" to your forums root directory (ex: forum/sleekblack).
3. Login to your Admincp in vBulletin and Click on "Style & Templates" to expand the menu.
4. In the expanded menu click on "Download / Upload Styles" , a new page will load.
5. In the new page look for: "Import Style XML File" click on browse and point it to the .xml file that you want to install
6. Press IMPORT to complete the installation




Extra Notes:

- PSDs of the Logo is provided for editing.
- PSD of the header background and buttons included with ZIP.
- Style is Fixed Width in design.
- By using this skin, you agree not to remove the copyright located in the footer, nor the backlink to WrestlingClique.com.
- Please do not distribute this style. The only acceptable distribution method is through vBulletin.org.

Thank you for using one of our skins! Enjoy.

NOTE: To Remove Advertisements, you simply go to the ADMINCP - > Style Manager - > Edit this styles templates - >
Revert all Ad location Templates to the default vBulletin value, or if you would like to use your own ads in place of the sample ads, edit each ad location template and replace the ad code with your own.

Show Your Support

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

Comments
  #22  
Old 05-01-2008, 09:13 PM
PGAmerica PGAmerica is offline
 
Join Date: Mar 2008
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, there are no modification installed at all. In fact, this is my first style to have installed. I don't get the problem you are having as I am not able to recreate it. I will have to call in some friends to see if they can get to the site.
Reply With Quote
  #23  
Old 05-02-2008, 09:12 AM
meolangthang's Avatar
meolangthang meolangthang is offline
 
Join Date: Apr 2008
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wow,

It looks professional,
I really like both it and your smooth red style.
Continue your good work.
Reply With Quote
  #24  
Old 05-03-2008, 12:21 PM
twicedaily twicedaily is offline
 
Join Date: Apr 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Mark,

I'd like to start by saying I am a big fan of your styles, I think they have nice clean lines and are very professional looking. I think we are very lucky that you provide them gratis.

Anyway, what I am wondering is how easy it would be to replace the large background image?
I realise that I could just replace it with my own one, and know how to do that, but I was wondering how easy it would to replace it with a tiled background? Or possibly have a wide image at the top that graduates down into a solid colour. Essentailly like this website does:

http://www.visitnc.com/

I'm just not that up to speed with template mods yet, to know where to look/begin.

The image is not too deep but blends in with the black background colour, and I think it looks very classy.

Anyway, hope you can help.

Cheers

Twice
Reply With Quote
  #25  
Old 05-04-2008, 03:26 AM
Mrdby Mrdby is offline
 
Join Date: Mar 2007
Location: Hades
Posts: 1,298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so cna I add my own background and would it work with all the mods i already have installed?
Reply With Quote
  #26  
Old 05-04-2008, 03:41 AM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by twicedaily View Post
Hi Mark,

I'd like to start by saying I am a big fan of your styles, I think they have nice clean lines and are very professional looking. I think we are very lucky that you provide them gratis.

Anyway, what I am wondering is how easy it would be to replace the large background image?
I realise that I could just replace it with my own one, and know how to do that, but I was wondering how easy it would to replace it with a tiled background? Or possibly have a wide image at the top that graduates down into a solid colour. Essentially like this website does:

http://www.visitnc.com/

I'm just not that up to speed with template mods yet, to know where to look/begin.

The image is not too deep but blends in with the black background colour, and I think it looks very classy.

Anyway, hope you can help.

Cheers

Twice
If you go to the Main CSS for this style and look in the Body Extra CSS Attributes, you will see this section of code:

Code:
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
background-image: url(sleekblack/bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
If you want to tile a image for the background, change your code to look like this:

Code:
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
background-image: 
url('link/to/your/image.jpg');
background-repeat: repeat
If you want to have a fade, you would have to make your background graphic with the gradient fading to the desired background color, and use this code to have it repeat horizontally only:

Code:
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
background-image: 
url('link/to/your/image.jpg');
background-repeat: repeat-x
Now that you know where to set the background, you can search the net for "background images using CSS" and see verious ways to create backgrounds for this style.


Quote:
Originally Posted by Mrdby View Post
so cna I add my own background and would it work with all the mods i already have installed?
The background has nothing to do with template code, and will not affect the opperation of your mods installed on your forum.
Reply With Quote
  #27  
Old 05-04-2008, 10:02 AM
twicedaily twicedaily is offline
 
Join Date: Apr 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mark,

Many thanks.

I had originally used the search templates function to try and find the location of bg.jpg, and was drawing a blank. Your detailed instructions worked a treat.. Now all I need to is find a suitable replacement

Cheers
Reply With Quote
  #28  
Old 05-04-2008, 12:22 PM
Mrdby Mrdby is offline
 
Join Date: Mar 2007
Location: Hades
Posts: 1,298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

but where is the xml file?
Reply With Quote
  #29  
Old 05-04-2008, 03:00 PM
twicedaily twicedaily is offline
 
Join Date: Apr 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mrdby View Post
but where is the xml file?
Ok, download and decompress the zip file. You should be left with an uncompressed folder called sleek black. Inside this folder is the xml file you are looking for.
It is called vbulletin-style.xml.

Hope this helps
Reply With Quote
  #30  
Old 05-05-2008, 11:19 AM
markbolyard's Avatar
markbolyard markbolyard is offline
 
Join Date: Apr 2005
Location: Maryland
Posts: 629
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you twicedaily. Yes, the xml is within the zip file, along with the images and install instructions.
Reply With Quote
  #31  
Old 05-06-2008, 12:46 PM
twicedaily twicedaily is offline
 
Join Date: Apr 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mark,

Am having a bit of a problem with the style as rendered in Firefox... the style picker box is being rendered way up out of position on the right, see jpg below:



This is after a straight install, I have not modified anything yet. I am using FF 2.0.0.14

Any ideas?

Cheers

Chris
Reply With Quote
Reply

Thread Tools

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:17 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.04606 seconds
  • Memory Usage 2,311KB
  • 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
  • (3)bbcode_code
  • (3)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