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-16-2011 04:04 PM

Quote:

Originally Posted by RonH. (Post 2257808)
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.

It's in the StyleVars (doc_background I believe)
Quote:

Originally Posted by RonH. (Post 2257808)
Also, I really like this style a lot. Great job.

Thank you very much! :) :up:

pfdc 10-21-2011 09:28 AM

Hi nice template love it.. just one thing.. I dont like the space between the header right after the navbar and the forum's posts and etc.. there is big a space which I cant seem to get rid of. can u guys help?

RonH. 10-21-2011 10:07 AM

Quote:

Originally Posted by pfdc (Post 2259702)
Hi nice template love it.. just one thing.. I dont like the space between the header right after the navbar and the forum's posts and etc.. there is big a space which I cant seem to get rid of. can u guys help?

See post #13 here.

pfdc 10-21-2011 10:31 AM

I changed those but it doent work.. I changed -10 to 0 and still the same :(

RonH. 10-21-2011 11:36 AM

Quote:

Originally Posted by pfdc (Post 2259714)
I changed those but it doent work.. I changed -10 to 0 and still the same :(

It worked for me is all I can say.

pfdc 10-21-2011 08:11 PM

first I added this to the top of the additional.css


Code:

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

then I changed the -10 to 0 in the below code:
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;
}

but nothing changed. can anyone help?

maikju 10-22-2011 01:22 AM

I want to change the header height to fit a taller logo. How do i do that?
Thanks in advance...
Example americanshootingsports.us

HMBeaty 10-22-2011 01:38 AM

Quote:

Originally Posted by pfdc (Post 2259872)
then I changed the -10 to 0 in the below code:
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;
}

but nothing changed. can anyone help?

That is the only change that you would've needed to accomplish what you're trying to do. If that didn't work.....I don't know what else to tell you.....

HMBeaty 10-22-2011 01:39 AM

Quote:

Originally Posted by maikju (Post 2259964)
I want to change the header height to fit a taller logo. How do i do that?
Thanks in advance...
Example americanshootingsports.us

In vbulletin-chrome.css adjust this to whatever you need:
Code:

#header {
        height:100px;
}


maikju 10-22-2011 01:47 AM

Thanks, you rock!

HMBeaty 11-10-2011 04:33 AM

Well, providing all goes well, and no more style changes are made to 4.1.8, the next release of this should help most of you out :)

The CSS has been cleaned up A LOT and the body has been moved been closer to the navbar since there were a couple of requests for that.

You can view it live now, using the demo links provided in the first post.

I'm also open to any suggestions you may have :) I MAY leave the alternating forum color in there for the next release. (Hover over a forum category to see ;))

Ohlala.Vn 11-11-2011 06:38 PM

Thank you very much man !
Nice style

HMBeaty 11-12-2011 01:22 AM

Quote:

Originally Posted by Ohlala.Vn (Post 2267031)
Thank you very much man !
Nice style

Thank you! Don't forget to click Installed to receive updates for future releases :)

HMBeaty 11-15-2011 06:23 AM

<i>Updated for vBulletin 4.1.8</i>

ForceHSS 11-15-2011 06:33 AM

thanks first to download :)

Papa Bear 11-15-2011 11:28 PM

Thanks for the update to 4.1.8 ..Marked as Installed..

93Corvette 12-09-2011 03:14 AM

I can't get the .xml to import. I keep getting this error. What am I doing wrong?

This file was created using a different version of vBulletin from the one you are running.

Your version: 4.1.5
File version: 4.1.8

HMBeaty 12-09-2011 03:22 AM

Quote:

Originally Posted by 93Corvette (Post 2276092)
I can't get the .xml to import. I keep getting this error. What am I doing wrong?

This file was created using a different version of vBulletin from the one you are running.

Your version: 4.1.5
File version: 4.1.8

Either upgrade your vBulletin to 4.1.8, or tick the "Ignore style version" box when importing

93Corvette 12-10-2011 08:38 AM

I really like this style. Very clean looking!

I was able to import it with the "Ignore style version" (which is didn't notices orginally) and it worked great.

Now a new question, I replaced the logo and noticed I need to move it down. I use post #13 and it didn't do anything. Then I did #49 and it worked perfect! It moved the logo down.


So how do I move the logo to the right? I want to play with either centering it, or just moving the left hand margin.... Right now is hugging to much to the left side.

I will post the below to help anyone that has a hard time understanding this stuff (just like me).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
Here some pics:
With step #13 adjusted to -100
https://vborg.vbsupport.ru/external/2011/12/40.jpg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
Notice posted code say:
margin: -10px 70px 0 70px;
My code doesn't have the last 70px
https://vborg.vbsupport.ru/external/2011/12/41.jpg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
Then I adjusted per step #49, and it moved it perfectly:
https://vborg.vbsupport.ru/external/2011/12/42.jpg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~
I just change the code from 90px to 190px.
https://vborg.vbsupport.ru/external/2011/12/43.jpg

HMBeaty 12-10-2011 04:31 PM

If you want to center the logo, try this:

In the template header, find:
HTML Code:

<vb:if condition="$stylevar['titleimage']"><div>
And replace that code with:
HTML Code:

<vb:if condition="$stylevar['titleimage']"><div align="center">
And add this to additional.css:
HTML Code:

.logo-image {
    float:none !important;
}


93Corvette 12-10-2011 05:24 PM

That change didn't work....

However, I searched other skins installs and found this code that will work (for me):
I'm not sure if this is the proper way, but it seems to work.

Add this the the additional.css
Code:

.doc_header {
text-align: center;
}
.logo-image {
clear:both;
float:none;
}


HMBeaty 12-10-2011 05:31 PM

Strange, it worked for me :confused:

HMBeaty 12-10-2011 07:08 PM

Quote:

Originally Posted by 93Corvette (Post 2276551)
That change didn't work....

However, I searched other skins installs and found this code that will work (for me):
I'm not sure if this is the proper way, but it seems to work.

Add this the the additional.css
Code:

.doc_header {
text-align: center;
}
.logo-image {
clear:both;
float:none;
}


Just checked out your site.

You may want to adjust the top margin for .forum-main-header in additional.css as I see it's cutting things off a little ;)

HMBeaty 12-10-2011 07:10 PM

My suggestion, change your margin to look like this:
Code:

margin: 0px 70px 0;

93Corvette 12-11-2011 12:45 AM

HM - Thanks that worked.... I actually am going to put it at 1000px, which I'll explain at the last part.

History 1st.
I run two Navy boards, one for families http://www.navyfamilies.com/forum/forum.php , one for new sailors (called deppers) at http://www.navydep.com/forums/

My wallpaper on deppers site is kind of girly. While my family site now has the airplane from your style mod. They are reversed, the plane needs to be on my deppers site since it macho, and the design needs to be on my family site. The only reason I haven't upgraded my deppers site to VB 4.1.8 is I wanted a cool skin, which you have provided. Thanks....

So two more questions (hope you don't mind so many questions):

I try to teach new sailors the Navy before they go to boot camp. I want them to learn the basic info so they are ready. So I made up a "cheat sheet that they can study, while looking at my website. This way they are learning and having fun at the same time.

So I will be making a child of the style with this wallpaper:
http://i44.tinypic.com/2j4dk5x.jpg
I put my header as 1000px because they now can go back and forth and study this stuff. Go take a look at the site now, it really will work well teaching these guys/gals.

1. So how can I make the borders invisible too on your style? I want to show the jpg underneight. (see arrows)

2. How can I change the white text area to a different color, one of yours is invisible, which is probably the best, but I'll play with it to see if darker would look better.

Here is pictures that point to the area I'd like to change.

Again, thank you for making this skin, it's exactly what I was waiting for.

https://vborg.vbsupport.ru/external/2011/12/36.jpg

~~~~~~~~~~~~~~~~~~
https://vborg.vbsupport.ru/external/2011/12/37.jpg

HMBeaty 12-11-2011 03:02 AM

93Corvette, try adding this to your additional.css template:
Code:

#vsastats_lpdiv, #vsastats_fdiv {
    background: url("images/motivational/background.png") repeat;
}
.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow, .forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
    border: none !important;
}

That should fix the background for the stats and also remove the borders from the forumrows

93Corvette 12-12-2011 05:37 AM

That actually fixed the back ground to solid white (1.) which is exactly what I needed.
How do you make #2. invisible (no white transparent, just solid clear where you see the plane perfectly. I colored in area that needs to be transparent. See post #65 for my other website and you will see the arrows under the navbar (FAQ, Today's Post, Search).

https://vborg.vbsupport.ru/external/2011/12/31.jpg

HMBeaty 12-12-2011 05:51 AM

In the template additional.css change forum-main-header to this:
Code:

.forum-main-header {
    background: transparent;
    margin: -10px 70px 0;
    border-top: #cccccc 0px solid;
    border-right: #cccccc 0px solid;
    border-left: #cccccc 0px 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;
}


93Corvette 12-16-2011 04:12 AM

HM,
Thanks.... I thought that would look good being invisible, but it ended up not. So I switched it back to the normal code... I appreciate you doing the code.... I just had to see if it would work....

HMBeaty 12-16-2011 04:51 AM

Quote:

Originally Posted by 93Corvette (Post 2278224)
HM,
Thanks.... I thought that would look good being invisible, but it ended up not. So I switched it back to the normal code... I appreciate you doing the code.... I just had to see if it would work....

No problem :)

I probably should've mentioned that it wasn't going to look too good after removing the main background, but didn't quite know how you wanted your site to look :up:

93Corvette 12-17-2011 07:11 AM

HM - what's funny is you would have told me it wouldn't look good, but I would have never believed it unless I tried it and saw it myself.

I was trying to get the skin to look exactly like my NavyDEP.com site, but just with a different wallpaper background.

I think its an awesome skin that will work really well once I get everything hammered out....

RonH. 12-28-2011 03:27 PM

Are you going to try and bring this style into compliance with the release of vB 4.1.10, the next version that is currently in beta testing? I see a lot of changes are happening with the style vars.I sure hope so.

HMBeaty 12-28-2011 04:22 PM

Quote:

Originally Posted by RonH. (Post 2281667)
Are you going to try and bring this style into compliance with the release of vB 4.1.10, the next version that is currently in beta testing? I see a lot of changes are happening with the style vars.I sure hope so.

Yes, this will be made compatible with 4.1.10. However, not til final 4.1.10 though ;). I will not be updating these styles for the alpha/beta releases.

I started reviewing the stylevar changes last night, and there are quite a few changes that will need to get fixed before working correctly on 4.1.10. As far as templates and css, I'm not sure about that one yet :)

RonH. 12-28-2011 04:56 PM

Quote:

Originally Posted by HMBeaty (Post 2281686)
Yes, this will be made compatible with 4.1.10. However, not til final 4.1.10 though ;). I will not be updating these styles for the alpha/beta releases.

I started reviewing the stylevar changes last night, and there are quite a few changes that will need to get fixed before working correctly on 4.1.10. As far as templates and css, I'm not sure about that one yet :)

Thanks. I made several changes that are unique to my board under past releases of your style and I still admire your theme a great deal so I hope you can make the changes a lot easier than I could. I will if I have to but I'm not a coder, only a manipulator or modifier of written code. A lot easier to manipulate / modify someone elses code for sure. Again, thanks.

Once 4.1.10 goes gold then I'll be making the jump from 4.1.7pl2 to 4.1.10

HMBeaty 12-29-2011 05:22 AM

Well, I spent pretty much the entire day rewriting / reworking / fixing this for 4.1.10, so, by the time 4.1.10 comes out of beta/alpha stages, this should get released the same day 4.1.10 does ;) (providing nothing else gets screwed up lol)

I was amazed at how much it screwed everything up when I updated my test site :eek:

RonH. 12-29-2011 05:34 AM

Quote:

Originally Posted by HMBeaty (Post 2281847)
Well, I spent pretty much the entire day rewriting / reworking / fixing this for 4.1.10, so, by the time 4.1.10 comes out of beta/alpha stages, this should get released the same day 4.1.10 does ;) (providing nothing else gets screwed up lol)

I was amazed at how much it screwed everything up when I updated my test site :eek:

That sure sounds like good news. I'm looking forward to getting the updated code into my hands on my test site as well and then over to my main site. Thanks for all you're doing. I for one am appreciative.

Adam Wood 01-02-2012 08:20 PM

Very cool.

Quick question: is it possible (and reasonably easy to do) to have the white background for the text actually be sort of translucent, so that one can see the background picture behind it? The one downside to this style for me is that one cannot see the planes, boats, etc except on the very edges.

Thanks.

HMBeaty 01-07-2012 06:36 AM

Quote:

Originally Posted by Adam Wood (Post 2283132)
Very cool.

Quick question: is it possible (and reasonably easy to do) to have the white background for the text actually be sort of translucent, so that one can see the background picture behind it? The one downside to this style for me is that one cannot see the planes, boats, etc except on the very edges.


Thanks.

No, not really (as far as I know). I tried something similar when I was creating this style and it screwed up other areas of the style.

On a side note, I just upgraded U.S. Military Life to 4.1.10 Beta 1. Feel free to poke around and please report any issues you may notice. There have been several changes in this version.

HMBeaty 01-07-2012 07:10 AM

Quote:

Originally Posted by Adam Wood (Post 2283132)
Very cool.

Quick question: is it possible (and reasonably easy to do) to have the white background for the text actually be sort of translucent, so that one can see the background picture behind it? The one downside to this style for me is that one cannot see the planes, boats, etc except on the very edges.


Thanks.

You could also try adding this to your additional.css....
PHP Code:

.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
    
background:transparent;



HMBeaty 01-12-2012 05:24 AM

I just posted a new poll here for opinions on a header rework :) Please vote for which one you like the best ;)


All times are GMT. The time now is 01:23 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.02540 seconds
  • Memory Usage 1,852KB
  • 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
  • (9)bbcode_code_printable
  • (3)bbcode_html_printable
  • (1)bbcode_php_printable
  • (15)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
  • (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