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

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

Version: 3.5.4 Rating:
Released: 02-22-2006 Last Update: 06-12-2006 Installs: 60
 
No support by the author.

Heavy Metal, 3.5 Style (Dark)
  • Includes JPeg's, Font, PSD's for the header, footer, and custom buttons.
  • This style is free as long as it retains the Copyright/Designed by notice at the bottom, contact me for removal.
  • 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_metal_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).

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

Please be sure to click INSTALL and any feedback is appreciated.

Click HERE for the Heavy Metal Admin CP Style

Thanks and enjoy,
Roms (Infantrymen)

Updates:
3/5/2006 Updated to 3.5.4, Fixed footer
4/4/2006 Forward.gif was mis-named
5/4/2006 Added Font to zip
6/12/2006 Updated style to use more friendly URL paths...

Show Your Support

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

Comments
  #52  
Old 05-27-2006, 02:33 AM
sambah sambah is offline
 
Join Date: May 2006
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lovely skin, and amazingly helpful and courteous designer as evident by this thread!

I'll be clicking install sometime this week
Reply With Quote
  #53  
Old 05-27-2006, 02:56 AM
Roms's Avatar
Roms Roms is offline
 
Join Date: Jun 2004
Location: Witness ProtectionProgram
Posts: 1,841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sambah
Lovely skin, and amazingly helpful and courteous designer as evident by this thread!

I'll be clicking install sometime this week
Thanks, I "try" to be as nice as possible.... I'm not always the nice guy though, it's not easy with people these days (read in the middle of this thread and you'll see I wasn't to happy..) But thanks, I appreciate the kind words, I do my best.
Reply With Quote
  #54  
Old 06-08-2006, 07:37 PM
StuntFactoryX StuntFactoryX is offline
 
Join Date: May 2006
Posts: 228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

back again. as you know im knew to all this vb stuff. do u think your skin will work w/ vb36? and if not you have plans to make it work? and maybee i missed it but you have a paypal donation link?
Reply With Quote
  #55  
Old 06-08-2006, 09:22 PM
Roms's Avatar
Roms Roms is offline
 
Join Date: Jun 2004
Location: Witness ProtectionProgram
Posts: 1,841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by StuntFactoryX
back again. as you know im knew to all this vb stuff. do u think your skin will work w/ vb36? and if not you have plans to make it work? and maybee i missed it but you have a paypal donation link?
I haven't tried it for 3.6, but if you upgrade your VB and then revert the forumhome template, header template, and footer templates (copy the original to a notepad and then re-adding it so it will get rid of the notice to revert templates on the main page of the ACP)...

Or... you can upload it again and just tick the "ignor style version..."

It should work fine, there aren't any major template changes, mostly just CSS (colors,images).... I really don't plan on upgrading soon so (I could change my mind...) I can't tell you for sure right now...

If you would like to donate (no obligation) my paypal address is:
PHP Code:
imfdonations@goinfantry.com 
Thanks
Reply With Quote
  #56  
Old 06-10-2006, 12:14 AM
hotwheels hotwheels is offline
 
Join Date: May 2005
Location: Cheyenne, wy
Posts: 1,380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here are the 3 link's i was trying to install into the footer navbar........Thanks so much for looking into this.

Quote:
<td class="vbmenu_control"><a href="http://www.insanemustangs.com/forums/spiders.php">Spiders</a></td>

<td class="vbmenu_control"><a href="http://www.insanemustangs.com/forums/misc.php?do=moderator_stats">modstats</a></td>

<!-- uploader -->
<td class="vbmenu_control"><a href="uploader.php$session[sessionurl_q]">$vbphrase[uploader]</a></td>
<!-- uploader end -->
Reply With Quote
  #57  
Old 06-10-2006, 12:31 AM
Roms's Avatar
Roms Roms is offline
 
Join Date: Jun 2004
Location: Witness ProtectionProgram
Posts: 1,841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Find:

HTML Code:
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
Under add:
HTML Code:
<a href="http://www.insanemustangs.com/forums/spiders.php">Spiders</a> -<a href="http://www.insanemustangs.com/forums/misc.php?do=moderator_stats">modstats</a> -<a href="uploader.php$session[sessionurl_q]">$vbphrase[uploader]</a> -
------------

Then find:
HTML Code:
Designed by <a href="http://www.insanemustangs.com" target="_new">Infantrymen</a><BR>
Replace with:
HTML Code:
Copyright ? <a href="http://www.insanemustangs.com/" target="_new">Insanemustangs</a><BR> Designed by Military Design<BR>
Reply With Quote
  #58  
Old 06-10-2006, 01:03 AM
hotwheels hotwheels is offline
 
Join Date: May 2005
Location: Cheyenne, wy
Posts: 1,380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

simply amazing...........worked like a charm. Look's awesome and that is exactly what i was trying to get it to look like.......

THanks a bunch, hotwheels
Reply With Quote
  #59  
Old 06-10-2006, 01:12 AM
Roms's Avatar
Roms Roms is offline
 
Join Date: Jun 2004
Location: Witness ProtectionProgram
Posts: 1,841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hotwheels
simply amazing...........worked like a charm. Look's awesome and that is exactly what i was trying to get it to look like.......

THanks a bunch, hotwheels
Glad it worked for you, and glad we worked everything out.

Where can I get that spiders php mod? It looks interesting...

Cheers
Reply With Quote
  #60  
Old 06-10-2006, 01:52 AM
hotwheels hotwheels is offline
 
Join Date: May 2005
Location: Cheyenne, wy
Posts: 1,380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Me too man and it looks simply awesome.....

here is the link to spider watcher


THanks again.....
Reply With Quote
  #61  
Old 06-10-2006, 02:28 AM
Roms's Avatar
Roms Roms is offline
 
Join Date: Jun 2004
Location: Witness ProtectionProgram
Posts: 1,841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad it worked for you, and thanks for the link.
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 05: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.04600 seconds
  • Memory Usage 2,323KB
  • 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
  • (4)bbcode_html
  • (2)bbcode_php
  • (4)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