vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Hazardous (https://vborg.vbsupport.ru/showthread.php?t=163526)

HazardGaming 12-06-2007 04:11 AM

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

Thanks man!

FRANKTHETANK 2 12-07-2007 03:11 AM

this has to be best looking skin i have ever seen that someone doesn't have to pay for, thanks alot. and good job.

dbirosel 12-09-2007 08:58 PM

Audentio; Can you make a lighter version?

markseven 12-09-2007 10:03 PM

Awesome Photoshop work! Very cool...

Audentio 12-09-2007 10:22 PM

Quote:

Originally Posted by dbirosel (Post 1398151)
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 :).

Masked Crusader 12-10-2007 05:15 AM

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.

Audentio 12-10-2007 06:52 PM

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

Code:

text-transform: lowercase;

Masked Crusader 12-11-2007 07:03 AM

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.

Audentio 12-11-2007 02:03 PM

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?

Audentio 12-11-2007 06:26 PM

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.


All times are GMT. The time now is 03:10 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.01103 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete