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

Reply
 
Thread Tools
Hazardous Details »»
Hazardous
Version: 1.00, by Audentio Audentio is offline
Developer Last Online: Mar 2022 Show Printable Version Email this Page

Version: 3.6.8 Rating:
Released: 11-23-2007 Last Update: Never Installs: 66
Translations  
No support by the author.

3.7.x version: https://vborg.vbsupport.ru/showthread.php?t=180698

Hey all!

Here is my hazardous design. I've included full psds for the whole design, the logos, all the buttons, and more in the zip.

Installation instructions:
1. Unzip Hazardous Folder.
2. Choose which skin you would like to use, then upload the images folder for that skin 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 xml file and click import.

Thanks, hope you enjoy this theme.

Do not redistribute this with out my permission. Do not remove the copyright. Please keep the copyright as it is unless you are willing to pay to remove it.

Visit www.audentio.com for more information.

Show Your Support

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

Comments
  #12  
Old 12-06-2007, 04:11 AM
HazardGaming HazardGaming is offline
 
Join Date: Dec 2007
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Holy crap! That is exactly what I need for HazardGaming!

Thanks man!
Reply With Quote
  #13  
Old 12-07-2007, 03:11 AM
FRANKTHETANK 2 FRANKTHETANK 2 is offline
 
Join Date: Sep 2006
Posts: 364
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this has to be best looking skin i have ever seen that someone doesn't have to pay for, thanks alot. and good job.
Reply With Quote
  #14  
Old 12-09-2007, 08:58 PM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Audentio; Can you make a lighter version?
Reply With Quote
  #15  
Old 12-09-2007, 10:03 PM
markseven markseven is offline
 
Join Date: Dec 2007
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome Photoshop work! Very cool...
Reply With Quote
  #16  
Old 12-09-2007, 10:22 PM
Audentio's Avatar
Audentio Audentio is offline
 
Join Date: Mar 2007
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dbirosel View Post
Audentio; Can you make a lighter version?
Im afraid I can't unless a substantial amount of people want it since I am very busy at the moment. I didnt use images for alt1 and alt2 so you could make those lighter along with the panels and stuff and lighten the text (or make black if you want) and it should lighten up quite a bit .
Reply With Quote
  #17  
Old 12-10-2007, 05:15 AM
Masked Crusader Masked Crusader is offline
 
Join Date: Oct 2005
Location: Sacramento, CA, USA
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey there bud. First off, just want to say that is a fantastic skin.

Looking into the details of this skin, I noticed that the following lines are not how I would like them:

currently active users: 1 (1 members and 0 guests) AND shades of war forum statistics

For some reason, there is something gone inside the code that is making all the first letters of those lowercase. How do I get them back to uppercase?

Thanks.
Reply With Quote
  #18  
Old 12-10-2007, 06:52 PM
Audentio's Avatar
Audentio Audentio is offline
 
Join Date: Mar 2007
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot, and to fix your problem, open up the style sheet, under table header (.thead) find and delete:

Code:
text-transform: lowercase;
Reply With Quote
  #19  
Old 12-11-2007, 07:03 AM
Masked Crusader Masked Crusader is offline
 
Join Date: Oct 2005
Location: Sacramento, CA, USA
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have found a way to keep the modules in vBadvanced from extending the full length of the viewing page. Simply go into adv_portal and change:

Code:
<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%">
to:

Code:
<table align="center" class="page" cellspacing="0" cellpadding="0" width="95%">
That will match up the pages so that there are more fluid.

Now the only problem I am having is figuring out what customization you did to the original navbar template. Seems that the navbar bit extends the full length of the page in vBadvanced. The only way that I have found to correct it is by changing:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
to:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="95%" align="center">
However, when I do this, it also changes the width dimensions of the navbar bit on the forums page.

Somewhere, you have a 5% indent on the navbar bit and I cannot seem to figure out where it is.

Any help would be appreciated.
Reply With Quote
  #20  
Old 12-11-2007, 02:03 PM
Audentio's Avatar
Audentio Audentio is offline
 
Join Date: Mar 2007
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I made a thead_index class on the forumbits, if that is what you mean. This is the construction tape. So I have two theads, one for the index and the forumbits, and the others for everywhere else. Perhaps that is what you mean?
Reply With Quote
  #21  
Old 12-11-2007, 06:26 PM
Audentio's Avatar
Audentio Audentio is offline
 
Join Date: Mar 2007
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found the problem to fix the vBadvanced width issue:

In Navigation / Breadcrumb templates, open navbar. Find and delete:

Code:
<div class="nav_shade"></div>
<!-- content table -->
$spacer_open

$_phpinclude_output
Then put the above code at the very very bottom of the header template. Itll fix this problem for the forums too on certain custom pages.
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 03:43 PM.


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.08706 seconds
  • Memory Usage 2,303KB
  • 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_code
  • (1)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
  • (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