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)

ForceHSS 01-13-2012 04:48 AM

will it take long for 4.1.10 to come out?

HMBeaty 01-13-2012 04:53 AM

Quote:

Originally Posted by ForceHSS (Post 2287154)
will it take long for 4.1.10 to come put?

Define "long" :p ;)

HMBeaty 01-13-2012 05:19 AM

Updated for vBulletin 4.1.10

NOTE: If you are upgrading, it would probably be best to create this as a new style on your site because of the amount of changes from the previous version. You also need to reupload the images for this version as there was an additional image added in 4.1.10.

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

Thank you! :)

Binoy 01-13-2012 12:30 PM

I installed and everything works fine except the following

https://vborg.vbsupport.ru/external/2012/01/46.jpg

the user profile looks strange. how can I fix this?

HMBeaty 01-13-2012 05:01 PM

1 Attachment(s)
Quote:

Originally Posted by Binoy (Post 2287262)
I installed and everything works fine except the following

https://vborg.vbsupport.ru/external/2012/01/46.jpg

the user profile looks strange. how can I fix this?

That's not caused by my style. The only things changed as far as the profile is the profile is concerned were the colors/backgrounds. Where is that blue coming from?

As you can see here, it works perfectly fine on 4.1.10 and to my knowledge, nobody else has ever had any issues with the profile.

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

shooterdfl 01-13-2012 05:11 PM

Nicely done bro, the new version is working great for me. Donation sent.

HMBeaty 01-14-2012 06:59 AM

Quote:

Originally Posted by Binoy (Post 2287262)
I installed and everything works fine except the following

[image removed]

the user profile looks strange. how can I fix this?

Another possibility is that you are on a version other than 4.1.10. With all the changes made in 4.1.10 with the CSS and StyleVars, this style is no longer compatible with prior versions.

dej 01-14-2012 06:51 PM

Great themes, thanks!

Transparency.

For these styles, where do you edit the moz / opacity on the body, so the backgrounds show through more?

Thanks :)

HMBeaty 01-14-2012 09:31 PM

Quote:

Originally Posted by dej (Post 2287801)
Great themes, thanks!

Transparency.

For these styles, where do you edit the moz / opacity on the body, so the backgrounds show through more?

Thanks :)

I'm not so sure you can as the transparency is set via all of the stylevars. I'll try something when I get home and see what I can come up with, if anything.

HMBeaty 01-15-2012 02:52 AM

Update: Not sure if this is what you're looking for, dej, but I tried this:
PHP Code:

body {
    
opacity0.9;
    -
moz-opacity0.9;
    
filteralpha(opacity=90);


And it seemed to look ok :)

(I added that to additional.css)

HMBeaty 01-15-2012 02:59 AM

Updated the code I posted above. Also, you can now see it in action :D (Demo links in 1st post)

HMBeaty 01-15-2012 05:37 AM

Just changed mine to
PHP Code:

body {
    
opacity0.95;
    -
moz-opacity0.95;
    
filteralpha(opacity=95);


as it seemed too transparent in some areas

dej 01-15-2012 10:24 AM

Inside the Misc folder, you have this file structure.

If I drop all these Folder and Files where they need to be.. example:

blog folder -> /images/blog ............ etc etc....

Then, that would overwrite /images/blog for the Default VB theme.

Where do these go?

https://vborg.vbsupport.ru/external/2012/01/41.jpg

And, I assume b/c there's no /statusicon/ folder, these XMLs must be *merged* into the Default VB style - so that you lose the Default VB one?

Thanks

HMBeaty 01-15-2012 11:44 PM

Quote:

Originally Posted by dej (Post 2288089)
Inside the Misc folder, you have this file structure.

If I drop all these Folder and Files where they need to be.. example:

blog folder -> /images/blog ............ etc etc....

Then, that would overwrite /images/blog for the Default VB theme.

Where do these go?

You don't move those. The images and file structure in the misc directory provided stay as they are.

Quote:

Originally Posted by dej (Post 2288089)
And, I assume b/c there's no /statusicon/ folder, these XMLs must be *merged* into the Default VB style - so that you lose the Default VB one?
Thanks

No. You upload these just as you would any other style, and when you upload the folder provided, the path to it should be:

/public_html/images/motivational/

The only directory that needed customization was the misc directory. Everything else is used by the default vBulletin style.

wold3mort 01-31-2012 04:09 PM

how to update this theme? I have the first version of this

HMBeaty 01-31-2012 08:10 PM

Quote:

Originally Posted by wold3mort (Post 2294634)
how to update this theme? I have the first version of this

What version of vBulletin do you have? If it's 4.1.10, uninstall the old style, and upload this one as a new style. If you have a version prior to 4.1.10, upload it, overwriting the existing style you currently have in place.

The Rocketeer 02-02-2012 06:07 AM

Just a thought.
How about adding a rotation script that will randomly pick the backgrounds each time the page is loaded :)

HMBeaty 02-02-2012 11:51 PM

Quote:

Originally Posted by The Rocketeer (Post 2295279)
Just a thought.
How about adding a rotation script that will randomly pick the backgrounds each time the page is loaded :)

https://vborg.vbsupport.ru/showthread.php?t=242177

Freddy.k 02-04-2012 09:43 PM

Merci beaucoup

VinavB 02-05-2012 06:09 PM

it the same my styles [-x

https://vborg.vbsupport.ru/showthread.php?t=252232

HMBeaty 02-07-2012 12:03 AM

Quote:

Originally Posted by prevbb.com (Post 2296512)

Yes, there were some changes made based off of that particular style, but they are also very different if you compare them closely. Also, you have it marked as Re-usable code, so yes, I used portions of that skin and made some updates to it as well as my own customizations and modifications. :up:

ForceHSS 02-07-2012 06:21 AM

Quote:

Originally Posted by HMBeaty (Post 2297035)
Yes, there were some changes made based off of that particular style, but they are also very different if you compare them closely. Also, you have it marked as Re-usable code, so yes, I used portions of that skin and made some updates to it as well as my own customizations and modifications. :up:

hope you asked permission before you took someone else's work :)

Alibass 02-07-2012 12:41 PM

Quote:

Originally Posted by ForceHSS (Post 2297086)
hope you asked permission before you took someone else's work :)

It's marked re-useable code, he has done nothing wrong...

HMBeaty 02-07-2012 03:39 PM

Quote:

Originally Posted by ForceHSS (Post 2297086)
hope you asked permission before you took someone else's work :)

Did you even bother to read the post you just quoted? :rolleyes:

ForceHSS 02-08-2012 12:48 AM

Quote:

Originally Posted by HMBeaty (Post 2297174)
Did you even bother to read the post you just quoted? :rolleyes:

and did you, it was a joke thats why I did the :) after it

doctorsexy 02-10-2012 08:57 AM

Very nice..Thank you

rjerina 03-09-2012 04:05 AM

Love the theme by the way. So do the people I made the forum for.

One issue so far I am noticing that I am not sure how to fix yet.

Not sure if this is just me, but when I click on someone's username in a post and the menu pops up with Profile, PM, etc, it's so transparent that the text behind the menu overlaps so you can't see the links to Profile, PM, etc unless you mouse over it. Seems to do it in both chrome and firefox.

Thanks again :)

Alibass 03-09-2012 04:21 AM

I'm having the same problem.

HMBeaty 03-10-2012 12:12 AM

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

Alibass 03-10-2012 12:23 AM

Quote:

Originally Posted by HMBeaty (Post 2308117)
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 :)

I'm using 4.1.10

doctorsexy 03-11-2012 12:34 PM

Works ok with 4.1.11...no problems

Alibass 03-12-2012 09:12 PM

1 Attachment(s)
Quote:

Originally Posted by HMBeaty (Post 2308117)
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

HMBeaty 03-13-2012 12:17 AM

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

Alibass 03-13-2012 05:06 AM

Info sent via PM...

HMBeaty 03-14-2012 01:29 AM

Quote:

Originally Posted by Alibass (Post 2309025)
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};

HMBeaty 03-14-2012 01:33 AM

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

rjerina 03-14-2012 02:34 AM

Quote:

Originally Posted by HMBeaty (Post 2309251)
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! :D

Alibass 03-14-2012 01:43 PM

@HMBeaty --Thank you for your time to look into this matter and fix it, :):up:

doctorsexy 04-10-2012 07:41 PM

Working ok with 4.1.12

HMBeaty 05-29-2012 07:37 PM

Updated for vBulletin 4.2.0 :)


All times are GMT. The time now is 09:22 PM.

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.01469 seconds
  • Memory Usage 1,838KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_php_printable
  • (17)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