The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Hazardous Details »» | |||||||||||||||||||||||||
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
|
Comments |
#12
|
|||
|
|||
Holy crap! That is exactly what I need for HazardGaming!
Thanks man! |
#13
|
|||
|
|||
this has to be best looking skin i have ever seen that someone doesn't have to pay for, thanks alot. and good job.
|
#14
|
|||
|
|||
Audentio; Can you make a lighter version?
|
#15
|
|||
|
|||
Awesome Photoshop work! Very cool...
|
#16
|
||||
|
||||
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 .
|
#17
|
|||
|
|||
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. |
#18
|
||||
|
||||
Thanks a lot, and to fix your problem, open up the style sheet, under table header (.thead) find and delete:
Code:
text-transform: lowercase; |
#19
|
|||
|
|||
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%"> Code:
<table align="center" class="page" cellspacing="0" cellpadding="0" width="95%"> 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"> Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="95%" align="center"> 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. |
#20
|
||||
|
||||
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?
|
#21
|
||||
|
||||
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 |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|