Go Back   vb.org Archive > vBulletin Styles and Graphics > vBulletin Styles > vBulletin 4.x Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[USML] Military Styles 4.2.0 (Army, Navy, Air Force, Marine Corps, Coast Guard) Details »»
[USML] Military Styles 4.2.0 (Army, Navy, Air Force, Marine Corps, Coast Guard)
Version: 1.0.0, by HMBeaty HMBeaty is offline
Developer Last Online: Feb 2020 Show Printable Version Email this Page

Category: Suite Style - Version: 4.2.0 Rating:
Released: 10-07-2011 Last Update: 07-04-2012 Installs: 49
Additional Files  
No support by the author.

A nice set of simple, light styles from U.S. Military Life

Compatible with: vBulletin 4.2.0 + Suite :up:

Available Demos: Army | Navy | Air Force | Marine Corps | Coast Guard

(The background images resize to your screen resolution :up

For the most part, these styles use a lot of vBulletin's default images, so if you have missing images in these styles......well, you're missing your default images

I've included each .xml individually if you want to install each style separately, or just upload one of them, and make the rest of them a child style of whichever style you imported as they all use the same images, and they all have the same template edits in them (Easier to upgrade like this ).

To install, just upload the contents of the upload folder and then go to:
AdminCP => Styles & Templates => Download / Upload Styles => And start importing

More customizations to follow, so don't forget to click installed!

Be nice, this is my first style / style release

The copyright in the footer must stay intact if you wish to use my style. If you want to remove the copyright, either PM or email me and we can discuss this, or you may remove this style from your site.

If you are interested in removing the branding in the footer, please send an email to admin@usmilitarylife.com.

Donations
(Thank you!) :up:

Download Now

File Type: zip [USML] Military Styles (vB 4.2.0).zip (1.35 MB, 271 views)

Show Your Support

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

Comments
  #112  
Old 03-11-2012, 12:34 PM
doctorsexy's Avatar
doctorsexy doctorsexy is offline
 
Join Date: Mar 2011
Location: earth
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works ok with 4.1.11...no problems
Reply With Quote
  #113  
Old 03-12-2012, 09:12 PM
Alibass's Avatar
Alibass Alibass is offline
 
Join Date: Mar 2007
Posts: 615
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HMBeaty View Post
What version of vBulletin are you guys on? I haven't updated this for 4.1.11 yet (which may be the problem) and there is currently no ETA on when it will be updated. And yes, it will be updated
Did you figure a fix for 4.1.10 yet? See attach
Attached Images
File Type: png 2012-03-12_160651.png (15.2 KB, 0 views)
Reply With Quote
  #114  
Old 03-13-2012, 12:17 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please PM me with AdminCP info (make sure it has style permissions) and I'll try and get this sorted for you. I can't reproduce the problem you are having on my 4.1.10 install, even with a clean style installation
Reply With Quote
  #115  
Old 03-13-2012, 05:06 AM
Alibass's Avatar
Alibass Alibass is offline
 
Join Date: Mar 2007
Posts: 615
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Info sent via PM...
Reply With Quote
  #116  
Old 03-14-2012, 01:29 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Alibass View Post
Info sent via PM...
Fixed

Anyone else having this issue, edit the popupmenu.css template and look for this bit of css....
Code:
.memberaction_body.popupbody {
    width: 280px;
    background: {vb:stylevar formrow_background.backgroundColor};
    -moz-border-radius: {vb:stylevar border_radius};
    -webkit-border-radius: {vb:stylevar border_radius};
    border-radius: {vb:stylevar border_radius};
    -moz-box-shadow: 0px 4px 7px {vb:stylevar shadow_color};
    -webkit-box-shadow: 0px 4px 7px {vb:stylevar shadow_color};
    box-shadow: 0px 4px 7px {vb:stylevar shadow_color};
}
And change this....
Code:
    background: {vb:stylevar formrow_background.backgroundColor};
To this....
Code:
    background: {vb:stylevar formrow_background};
Reply With Quote
  #117  
Old 03-14-2012, 01:33 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, just a quick note.... this issue will not be fixed in the 4.1.10 version of this style (just apply the fix I just posted above). I'm currently working on the 4.1.11 version and may be released tomorrow, providing I have the time
Reply With Quote
  #118  
Old 03-14-2012, 02:34 AM
rjerina rjerina is offline
 
Join Date: Jan 2004
Location: Cleveland, OH
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HMBeaty View Post
Fixed

Anyone else having this issue, edit the popupmenu.css template and look for this bit of css....
Code:
.memberaction_body.popupbody {
    width: 280px;
    background: {vb:stylevar formrow_background.backgroundColor};
    -moz-border-radius: {vb:stylevar border_radius};
    -webkit-border-radius: {vb:stylevar border_radius};
    border-radius: {vb:stylevar border_radius};
    -moz-box-shadow: 0px 4px 7px {vb:stylevar shadow_color};
    -webkit-box-shadow: 0px 4px 7px {vb:stylevar shadow_color};
    box-shadow: 0px 4px 7px {vb:stylevar shadow_color};
}
And change this....
Code:
    background: {vb:stylevar formrow_background.backgroundColor};
To this....
Code:
    background: {vb:stylevar formrow_background};
Worked for me! Thanks so much to you and Alibass for being the guinea pig!
Reply With Quote
Благодарность от:
HMBeaty
  #119  
Old 03-14-2012, 01:43 PM
Alibass's Avatar
Alibass Alibass is offline
 
Join Date: Mar 2007
Posts: 615
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@HMBeaty --Thank you for your time to look into this matter and fix it, :up:
Reply With Quote
  #120  
Old 04-10-2012, 07:41 PM
doctorsexy's Avatar
doctorsexy doctorsexy is offline
 
Join Date: Mar 2011
Location: earth
Posts: 383
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working ok with 4.1.12
Reply With Quote
  #121  
Old 05-29-2012, 07:37 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated for vBulletin 4.2.0
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 11:29 AM.


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.07982 seconds
  • Memory Usage 2,347KB
  • Queries Executed 26 (?)
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
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete