Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
3.6 Heavy Metal Details »»
3.6 Heavy Metal
Version: 3.01, by Roms Roms is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.6.7 Rating:
Released: 06-13-2006 Last Update: 06-01-2007 Installs: 86
Template Edits
Additional Files  
No support by the author.

Heavy Metal Style

Includes JPeg's, Font, PSD's for the header, footer, and custom buttons. Includes new buttons.

This style is free as long as it retains the "Copyright/Designed by" notice at the bottom, contact me for removal (a very small donation).
  • Upload the folder named heavy_metal to your vb/images directory.
  • Go to your Admin CP, Styles and Templates, Download/Upload Styles. Then browse to the folder you extracted the zip to and select the heavy_metal6_style.xml file.
  • Add a title and choose "no Parent Style" (unless you want to add it as a child style), Hit Import.
  • Enjoy!
Please post questions to this style in this thread (and make sure you've clicked INSTALL). Please DO NOT contact me via PM or E-MAIL for support, all support will be given in this thread.

Donations (Paypal):
PHP Code:
donations@militaryltd.com 
*If you find any problems or errors please post them and I wil get them fixed..

*Again, If you feel you MUST remove my "Copyright/Designed by" notice in the footer the least you can do is Paypal a small donation. I perfer it is totally removed and not changed to say that you designed it, if you use it respect that a lot of work went into it. Thanks

Please remember to click Mark as Installed if you use this style. (See Mod Options )

Please make sure you click INSTALL, I appreciate it!

Show Your Support

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

Comments
  #72  
Old 05-07-2008, 09:01 PM
GekkoPixie's Avatar
GekkoPixie GekkoPixie is offline
 
Join Date: Jul 2005
Location: Maine, USA
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, thanks to PBX1 I have a portion of the banner fixed, but the middle and right portions are still MIA. Any help with this would be grand!
Reply With Quote
  #73  
Old 05-07-2008, 09:41 PM
PBX1 PBX1 is offline
 
Join Date: Mar 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GekkoPixie View Post
Well, thanks to PBX1 I have a portion of the banner fixed, but the middle and right portions are still MIA. Any help with this would be grand!
You are missing the center and right filler for the header. I've changed mine around a bit but it should look something like this:

<td width="100%" height="158" background="http://www.yoursite.com/images/heavy_metal/hm/hmcenter.jpg" >&nbsp;</td>

<td align="right" ><img border="0" src="http://www.yoursite.com/images/heavy_metal/hm/hmsplashright.jpg" width="400" height="158"></td>
Reply With Quote
  #74  
Old 05-07-2008, 10:02 PM
GekkoPixie's Avatar
GekkoPixie GekkoPixie is offline
 
Join Date: Jul 2005
Location: Maine, USA
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where would that code go? Main CSS? If so, under what section? Or should it go in the StyleVars somewhere?
Reply With Quote
  #75  
Old 05-07-2008, 11:33 PM
PBX1 PBX1 is offline
 
Join Date: Mar 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GekkoPixie View Post
Where would that code go? Main CSS? If so, under what section? Or should it go in the StyleVars somewhere?

Under the header template it goes under the commented logo section. Try pasting this in:

<!-- logo -->
<a name="top"></a>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><a href="$vboptions[bburl]" target="_self"><img border="0" src="$vboptions[bburl]/images/heavy_metal/hm/hmsplashleft.gif" width="" height=""></a></td>
<td width="100%" height="158" background="$vboptions[bburl]/images/heavy_metal/hm/hmcenter.jpg" >&nbsp;</td>
<td align="right" ><img border="0" src="$vboptions[bburl]/images/heavy_metal/hm/hmsplashright.jpg" width="" height=""></td>
</tr>
</table>
</center>
</div>
<!-- /logo -->
Reply With Quote
  #76  
Old 05-08-2008, 01:32 AM
GekkoPixie's Avatar
GekkoPixie GekkoPixie is offline
 
Join Date: Jul 2005
Location: Maine, USA
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I now have the center image repeated, but the left side is on top, and no right side... BTW, thank you very much for helping me with this!

edit:

Had 2 logo sections, and deleting the first one got rid of the one-on-top effect I had. Still, I now only have the middle image repeated across the top. This is the section I deleted:

Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
	<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
	<td align="$stylevar[right]" id="header_right_cell">
		<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
	</td>
</tr>
</table>
</!-- logo -->
Reply With Quote
  #77  
Old 05-09-2008, 12:31 PM
PBX1 PBX1 is offline
 
Join Date: Mar 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want you logo back in you header try this cut and paste:

<!-- logo -->
<a name="top"></a>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><a href="$vboptions[bburl]" target="_self"><img border="0" src="$vboptions[bburl]/rooq/misc/logo.gif" width="" height=""></a></td>
<td width="100%" height="158" background="$vboptions[bburl]/images/heavy_metal/hm/hmcenter.jpg" >&nbsp;</td>
<td align="right" ><img border="0" src="$vboptions[bburl]/images/heavy_metal/hm/hmsplashright.jpg" width="400" height="158"></td>
</tr>
</table>
</center>
</div>
<!-- /logo -->

Your logo isn't the same height as the HM header so it might look a bit odd. You might want to photoshop something so it looks better. Or where logo.gif is listed, put height="158", however this will make the log look distorted.
Reply With Quote
  #78  
Old 05-13-2008, 09:12 PM
whaase whaase is offline
 
Join Date: May 2006
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Would you be able to tell me why the editor does this? And how to fix it?

Reply With Quote
  #79  
Old 05-21-2008, 11:23 PM
GekkoPixie's Avatar
GekkoPixie GekkoPixie is offline
 
Join Date: Jul 2005
Location: Maine, USA
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PBX1 View Post
If you want you logo back in you header try this cut and paste:

<!-- logo -->
<a name="top"></a>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><a href="$vboptions[bburl]" target="_self"><img border="0" src="$vboptions[bburl]/rooq/misc/logo.gif" width="" height=""></a></td>
<td width="100%" height="158" background="$vboptions[bburl]/images/heavy_metal/hm/hmcenter.jpg" >&nbsp;</td>
<td align="right" ><img border="0" src="$vboptions[bburl]/images/heavy_metal/hm/hmsplashright.jpg" width="400" height="158"></td>
</tr>
</table>
</center>
</div>
<!-- /logo -->

Your logo isn't the same height as the HM header so it might look a bit odd. You might want to photoshop something so it looks better. Or where logo.gif is listed, put height="158", however this will make the log look distorted.
Well, I think you misunderstood which logo I wanted, but the end result is that I have it back! Thank you so much!
Reply With Quote
  #80  
Old 06-05-2008, 12:28 AM
Roms's Avatar
Roms Roms is offline
 
Join Date: Jun 2004
Location: Witness ProtectionProgram
Posts: 1,841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for clicking install, are you still having issues.? You might need to revert the template in that style if you are having issues.
Reply With Quote
  #81  
Old 07-20-2008, 04:29 AM
RCWF-AoD's Avatar
RCWF-AoD RCWF-AoD is offline
 
Join Date: Apr 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perfect skin to make as my personal skin. Very good job on it, and all together would be a GREAT skin for everyone to use. I really like it, and it's got a pretty good feel to it as well.

(clicked installed)
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 04:54 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.06814 seconds
  • Memory Usage 2,318KB
  • 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
  • (1)bbcode_code
  • (1)bbcode_php
  • (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
  • (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