vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Suite Style - [USML] Military Styles 4.2.0 (Army, Navy, Air Force, Marine Corps, Coast Guard) (https://vborg.vbsupport.ru/showthread.php?t=271601)

HMBeaty 10-07-2011 10:00 PM

[USML] Military Styles 4.2.0 (Army, Navy, Air Force, Marine Corps, Coast Guard)
 
1 Attachment(s)
A nice set of simple, light styles from U.S. Military Life :D

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 :eek:

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 :cool:

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:

abonk 10-08-2011 10:53 AM

very nice theme.. thx alot :)

MARCUS1980 10-08-2011 02:14 PM

Nice.......... Love you :)

cliptor 10-09-2011 04:19 PM

some images are missing, it doesn´t work properly.

Can you please check them?

Thanks in advance

HMBeaty 10-09-2011 04:26 PM

Quote:

Originally Posted by cliptor (Post 2255153)
some images are missing, it doesn?t work properly.

Can you please check them?

Thanks in advance

Images such as what? What doesn't work properly? Your description isn't helping much....

Also, see this:
Quote:

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 :eek:

cliptor 10-09-2011 04:37 PM

Quote:

Originally Posted by HMBeaty (Post 2255155)
Images such as what? What doesn't work properly? Your description isn't helping much....

Also, see this:

Recently updated from 4.1.6 to 4.1.7 version and default style is up runing and working fine, but when I upload your image folder to my root directory something fail, background image and icons from forums and subforums from statusicon folder for instance:

http://www.bmwperformance.es/images/motivational/statusicon/forum_old-48.png


This folder does not exist, and the only image that load correctly is your logo.png

Sorry for my english, I?m from Spain.

Thanks in advance

HMBeaty 10-09-2011 04:57 PM

Quote:

Originally Posted by cliptor (Post 2255158)
Recently updated from 4.1.6 to 4.1.7 version and default style is up runing and working fine, but when I upload your image folder to my root directory something fail, background image and icons from forums and subforums from statusicon folder for instance:

http://www.bmwperformance.es/images/motivational/statusicon/forum_old-48.png


This folder does not exist, and the only image that load correctly is your logo.png

Sorry for my english, I?m from Spain.

Thanks in advance

Which .xml did you install? There shouldn't be anything with the path to motivational/statusicon/ :confused:

Also, for the background image, make sure you upload the correct image for the correct .xml. For example:
Code:

usml-army-style.xml            =>  army.jpg
usml-navy-style.xml            =>  navy.jpg
usml-air-force-style.xml        =>  airforce.jpg
usml-marine-corps-style.xml  =>  marinecorps.jpg
usml-coast-guard-style.xml  =>  coastguard.jpg


cliptor 10-09-2011 04:59 PM

I?m trying to install airforce, just uploaded your image folder to my root directory, import XML file associated and select the style on the options.

It does not work for me, sorry :(

HMBeaty 10-09-2011 05:05 PM

Quote:

Originally Posted by cliptor (Post 2255172)
I?m trying to install airforce, just uploaded your image folder to my root directory, import XML file associated and select the style on the options.

It does not work for me, sorry :(

Ok, I found the problem. I will try to put out a fix later today. However, for now, you can do this:
  1. Go to AdminCP
  2. Styles & Templates
  3. Style Manager
  4. Style Variable Editor (for the style you uploaded)
  5. Scroll down to the group ImagePaths
  6. Select imgdir_statusicon
  7. Select [Revert]

cliptor 10-09-2011 05:09 PM

checked and working, thanks for all!!!

;)

cliptor 10-09-2011 05:49 PM

One more question,

How can I modify distance between

Today's PostsFAQCalendarForum Actions Quick Links

and the start of the forum BOX?

In my opinion, distance is to big, I would preffer the forum box to stay nearer navbar menu

Thank you very much!!

HMBeaty 10-09-2011 05:52 PM

Updated the package with the fix for the images pointing to the wrong stylevar. If you've already installed the previous version (with the exception of the Army style), just revert the imgdir_statusicon stylevar

HMBeaty 10-09-2011 06:14 PM

Quote:

Originally Posted by cliptor (Post 2255193)
How can I modify distance between

Today's PostsFAQCalendarForum Actions Quick Links

Add this to your additional.css template:
Code:

.navtabs li a.navtab:hover, .navtabs li a.navtab {
    margin-left:0px;
}

Quote:

Originally Posted by cliptor (Post 2255193)
and the start of the forum BOX?

In your additional.css template, find:
Code:

.forum-main-header {
    background: transparent url(images/motivational/background.png) repeat;
    margin: -10px 70px 0 70px;
    border-top: #cccccc 1px solid;
    border-right: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    width: {vb:stylevar doc_width};
    min-width: {vb:stylevar doc_minWidth};
    max-width: {vb:stylevar doc_maxWidth};
    -moz-border-radius: {vb:stylevar border_radius};
    -webkit-border-radius: {vb:stylevar border_radius};
    padding: 10px;
}

Inside of that code, find:
Code:

    margin: -10px 70px 0 70px;
And edit:
Code:

-10px
to suit your needs

cliptor 10-09-2011 06:37 PM

Thank you very much man, I will try it later, really nice template indeed.

Now it?s fully working for me :)

Five stars

abdobasha2004 10-10-2011 10:35 AM

screen shots available?

K4GAP 10-10-2011 03:17 PM

Quote:

Originally Posted by abdobasha2004 (Post 2255502)
screen shots available?

Links to demo's are in the description.

HMBeaty 10-11-2011 02:00 AM

Quote:

Originally Posted by GaryT (Post 2255606)
Links to demo's are in the description.

LOL! I was about to post this when I got home...thanks! :)

ForceHSS 10-12-2011 03:11 AM

why have the extra part on the footer at the bottom dont see any need for it
<br />
</div>

HMBeaty 10-12-2011 04:40 AM

Quote:

Originally Posted by ForceHSS (Post 2256137)
why have the extra part on the footer at the bottom dont see any need for it
<br />
</div>

You might not see a need for it, but there is. That's the line break and closing tag for the additional edits made in the footer

ForceHSS 10-12-2011 06:35 AM

Like? removing it does not seem to change anything on the skin even at the footer

artscripts 10-12-2011 12:16 PM

no wallpaper will be displayed on the forum, cms okay, blogs, all right, in our forum image instead of the white sheet.

HMBeaty 10-12-2011 03:17 PM

Quote:

Originally Posted by ForceHSS (Post 2256179)
Like? removing it does not seem to change anything on the skin even at the footer

The edits I made to the footer were:
Quote:

Find:
HTML Code:

<div class="below_body">
Replace with:
HTML Code:

<div class="below_body" align="center">
    <div class="forum-copyright">

Find:
HTML Code:

<vb:if condition="$vboptions['enablefacebookconnect']">
    {vb:raw facebook_footer}
</vb:if>
</div>

Replace with:
HTML Code:

<vb:if condition="$vboptions['enablefacebookconnect']">
    {vb:raw facebook_footer}
</vb:if>
    </div>
<br />
</div>

(count the divs :p)

HMBeaty 10-12-2011 03:18 PM

Quote:

Originally Posted by artscripts (Post 2256265)
no wallpaper will be displayed on the forum, cms okay, blogs, all right, in our forum image instead of the white sheet.

What?

artscripts 10-12-2011 05:20 PM

Does not appear on the forum background image

ForceHSS 10-12-2011 08:36 PM

Is there any way you can change part of the wording for me on the banner will pay you for this

HMBeaty 10-13-2011 03:06 AM

1 Attachment(s)
Quote:

Originally Posted by ForceHSS (Post 2256465)
Is there any way you can change part of the wording for me on the banner will pay you for this

Well, as I've misplaced the .psd for the included logo, I made a new one from scratch (I think it actually looks better :))...

https://vborg.vbsupport.ru/attachmen...1&d=1318478693

Anything in particular you'd like it to say? (Unless you don't like the new one.)

ForceHSS 10-13-2011 06:12 AM

Where it says USMILITARY LIFE replace it with DerpGaming and the colour of the USMILITARY LIFE writing make both DerpGaming and the part below it the same colour pm me with your price and paypal

HMBeaty 10-13-2011 06:45 AM

1 Attachment(s)
Quote:

Originally Posted by ForceHSS (Post 2256680)
Where it says USMILITARY LIFE replace it with DerpGaming and the colour of the USMILITARY LIFE writing make both DerpGaming and the part below it the same colour pm me with your price and paypal

Here you go....

https://vborg.vbsupport.ru/attachmen...1&d=1318491912

https://vborg.vbsupport.ru/attachmen...1&d=1318491912

ForceHSS 10-13-2011 08:20 AM

you forgot the other writing under it but its cool this will do dont want to take your time up

HMBeaty 10-13-2011 03:59 PM

Quote:

Originally Posted by ForceHSS (Post 2256697)
you forgot the other writing under it but its cool this will do dont want to take your time up

What writing underneath? What are you wanting under it? You never stated that part...

ForceHSS 10-14-2011 02:27 AM

I left out the copy write as i paid vb branding free and the site is not 100% like yours for now I am only testing some things it will be changed in time I might not even keep it up

ForceHSS 10-14-2011 02:29 AM

Quote:

Originally Posted by HMBeaty (Post 2256841)
What writing underneath? What are you wanting under it? You never stated that part...

BTW, nice of you to duplicate my site word for word and leave out my copyrights....thanks :mad:

I did say in my other post but it does not matter. Give me your paypal and I will send you some cash for removing the copyright and for making me the banner

HMBeaty 10-14-2011 02:33 AM

Quote:

Originally Posted by ForceHSS (Post 2257006)
I did say in my other post but it does not matter. Give me your paypal and I will send you some cash for removing the copyright and for making me the banner

Where? lol (I obviously missed it :p)

As far as paypal, you can use the "Support Developer" selection in the first post ;)

HMBeaty 10-14-2011 02:35 AM

Quote:

Originally Posted by ForceHSS (Post 2256680)
Where it says USMILITARY LIFE replace it with DerpGaming and the colour of the USMILITARY LIFE writing make both DerpGaming and the part below it the same colour pm me with your price and paypal

All I see is "DerpGaming" and "the part below it" :confused:

ForceHSS 10-14-2011 02:36 AM

ok sending now then you can edit your other post to remove the link to my forums I removed your skin until I get the ok from you

ForceHSS 10-14-2011 02:38 AM

check paypal please

ForceHSS 10-14-2011 02:48 AM

Quote:

Originally Posted by HMBeaty (Post 2257011)
All I see is "DerpGaming" and "the part below it" :confused:

I meant the writing below it as well but its ok it is ok as it is now

RonH. 10-16-2011 12:02 PM

This may or may not be related to your plug-in here but the background image (army.jpg) renders only in one of my browsers, Firefox 7.0 It does not render in any of my other browsers for some reason that eludes me. I've run out of ideas but I'm sure it is a simple problem with a likely simple solution once discovered. I've not had this problem when using other styles in the past, only this one so that is why I'm here asking this question.

Does anyone have any ideas that might point me in the direction to figuring this out. I like this style very much and want to use it. I have installed it on my test board and if I can work this problem out I'd love to migrate it to my main board. This is installed on a completely unmodified new install of vB 4.1.7 and with a new pHp database.

I'm using vBulletin 4.1.7 and the following browsers:

Firefox 7.0
Chrome 14.0
IE 9 64bit
Maxthon 1.7
Maxthon 3.15

Link is at http://www.banjotimes.net/forum/forum.php but it currently is closed to the public as it is only a 'test board' but if you need to look at it opened I can set up a temp account to look at the board itself long enough to help me figure this out. OBTW. I substituted the army.jpg for my own but had to keep it named army.jpg as I could not find in the .xml file where to change the name to my .jpg image that I'm using.

Edit:
D I S R E G A R D - Found my problem and fixed it.

HMBeaty 10-16-2011 02:36 PM

Quote:

Originally Posted by RonH. (Post 2257722)
D I S R E G A R D - Found my problem and fixed it.

What was the problem? :confused:

RonH. 10-16-2011 03:53 PM

Quote:

Originally Posted by HMBeaty (Post 2257773)
What was the problem? :confused:

Sorry about that. It wasn't anything to do with your plug-in. It was an oversight on my end during installation. I failed to set the default style to your new style in my AdminCP.

AdminCP => Settings => Options => Style & Language Settings => Default Style = Army

BTW. Is it possible to change the name of the army.jpg background image somewhere to reflect what I want for my board. I want to rename it to tbt.jpg from the army.jpg but couldn't find where to do that. I just renamed my image to army.jpg for now. It's a minor point but would like to keep some uniformity in my board style. Also, I really like this style a lot. Great job.


All times are GMT. The time now is 06:43 AM.

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.01515 seconds
  • Memory Usage 1,848KB
  • 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
  • (5)bbcode_code_printable
  • (4)bbcode_html_printable
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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