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 - Avenger Blue Style by TheLastSuperman (https://vborg.vbsupport.ru/showthread.php?t=269253)

TheLastSuperman 12-05-2011 06:37 PM

Quote:

Originally Posted by Ben5150VH (Post 2274957)
i have vbb ver 4.18 and i know the style is the newest one

It can't be, check the image in the style description way up top ^ see how I only have one image up now? Now look at the screenshot of forumhome... note the Thread and Post counts are gone and reworded yet under the forum descriptions - that's how I can tell it's outdated so just install the newest version I released yesterday and let me know ;).

Ben5150VH 12-05-2011 06:44 PM

ok no problem will do

Ben5150VH 12-05-2011 06:55 PM

i did just about everything that you ask still the same

Ben5150VH 12-05-2011 07:07 PM

have you been over there ?

Ben5150VH 12-05-2011 07:09 PM

it at ver 4.18 still no change :(

TheLastSuperman 12-05-2011 07:59 PM

Quote:

Originally Posted by Ben5150VH (Post 2274966)
have you been over there ?

Was earlier whn I noticed it was the older version, just checked again and now the styles not up and it's a X-mas type of style. Don't forget you can set the default style in options and still allow members to change styles and have well.. lots of styles ;).

Quote:

Originally Posted by Ben5150VH (Post 2274967)
it at ver 4.18 still no change :(

I can't view it now to check, the X-mas style is all I can see currently.

Ben5150VH 12-05-2011 08:11 PM

i change it back so you can see
it on the right ver. now was before also cause i recheck it and download it again did both fluid and fix same problem:(
really like this style not to crazy on the logo to the center but it ok lol

Ben5150VH 12-05-2011 09:12 PM

I think she fix :) thanks it was a setting in the profile where you change the styles etc ... :) another question there is no way i can change the title (logo) from center to the left side but keep the space like it is now ?

TheLastSuperman 12-05-2011 09:43 PM

Quote:

Originally Posted by Ben5150VH (Post 2274992)
I think she fix :) thanks it was a setting in the profile where you change the styles etc ... :) another question there is no way i can change the title (logo) from center to the left side but keep the space like it is now ?

Hmm... ok edit template header and find:

Code:

                    <div class="ablogo" align="center">
Remove the code shown in red:

Code:

                    <div class="ablogo" align="center">
So now all your left with is:
Code:

                    <div class="ablogo">
That should place it back to the left if not let me know :cool:.

Ben5150VH 12-05-2011 10:14 PM

hey no it didn't :(
any other ideas and thanks

TheLastSuperman 12-05-2011 10:30 PM

Quote:

Originally Posted by Ben5150VH (Post 2275009)
hey no it didn't :(
any other ideas and thanks

Ok well still leave out that aling="center" as I showed above and now edit template additional.css and find:

Code:

.abimage {
        background: url({vb:stylevar titleimage}) center center no-repeat !important;
        height: 155px !important;
}

Add the code as shown in red:

Code:

.abimage {
        background: url({vb:stylevar titleimage}) center center no-repeat !important;
        height: 155px !important;
        float:left;
        clear:right;

}

Save and now let me know ;).

Ben5150VH 12-06-2011 02:02 AM

did what you said,
and took out the logo completely lol...

K4GAP 12-06-2011 03:14 AM

To make sure there were no issues with your style I have spent that last couple of hours looking for any faults.

I found NONE!

As I PM'ed you the other day I have been working on an Olive Drab version of your style for a gaming group I am the webmaster of. If I ever finish it I'll PM you the addy.

Thanks for all the hard work on this style. It is the best I've found yet for VB.

Ben5150VH 12-06-2011 03:27 AM

I agree i like it a lot and i don't get many styles from here i make my own but i do like this style a lot so thank you

EuroBeat2 12-06-2011 04:33 AM

Quote:

Originally Posted by GaryT (Post 2275061)
To make sure there were no issues with your style I have spent that last couple of hours looking for any faults.

I found NONE!

I concur. No problem. Now vB will release ver 4.19 and here we go again. Hope not.
Great job!

EB

customcolor 12-06-2011 05:01 AM

i did this to kick mine over to the left

PHP Code:

.abimage {
        
backgroundurl({vb:stylevar titleimage}) 70px center no-repeat !important
        
height155px !important;
        
margin-left: -2.8% !important;


notice that i took the first center out and replaced it with 70px

customcolor 12-06-2011 05:09 AM

but i too am having small problems...with the layer of the nav bar...

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

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

customcolor 12-06-2011 05:49 AM

fixed it! i had to change the layer in vbulletin chrome ccs. it was set to like 9999999

changed it to 100

PHP Code:

2}px;
    
background:{vb:stylevar navbar_background};
    
margin:{vb:stylevar navbar_margin};
    
color:{vb:stylevar navbar_color};
    
font:{vb:stylevar navbar_font};
    
border:{vb:stylevar navbar_border};
    -
moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
    -
moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
    -
webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
    -
webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
    
border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
    
border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
        
z-index100 !important;



Ben5150VH 12-06-2011 07:01 PM

that work thanks Customcolor:D

Ben5150VH 12-06-2011 07:05 PM

Thank to all :) works great :)

TheLastSuperman 12-06-2011 08:32 PM

Quote:

Originally Posted by customcolor (Post 2275096)
fixed it! i had to change the layer in vbulletin chrome ccs. it was set to like 9999999

changed it to 100

PHP Code:

2}px;
    
background:{vb:stylevar navbar_background};
    
margin:{vb:stylevar navbar_margin};
    
color:{vb:stylevar navbar_color};
    
font:{vb:stylevar navbar_font};
    
border:{vb:stylevar navbar_border};
    -
moz-border-radius-bottom{vb:stylevar left}:{vb:stylevar border_radius};
    -
moz-border-radius-bottom{vb:stylevar right}:{vb:stylevar border_radius};
    -
webkit-border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
    -
webkit-border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
    
border-bottom-{vb:stylevar left}-radius:{vb:stylevar border_radius};
    
border-bottom-{vb:stylevar right}-radius:{vb:stylevar border_radius};
        
z-index100 !important;



I forgot that was still there, it will be completely removed in the new version and for now you can completely remove the z-index from the navbar css in this style :cool:.

Raedahn 12-08-2011 02:22 PM

Any chance of posting the PSD for the title banner? Wanna use that for my forum.

TheLastSuperman 12-08-2011 05:49 PM

Quote:

Originally Posted by Raedahn (Post 2275899)
Any chance of posting the PSD for the title banner? Wanna use that for my forum.

No matter if it's by me or made by one of my employees I don't release PSD's however it's easy to re-create, simply use a large font (white) and throw a border/stroke on it (grey) and your done :cool:.

TheLastSuperman 12-09-2011 06:37 PM

Quote:

Originally Posted by GaryT (Post 2276076)
The background image that suddenly cuts off halfway down the page was the only thing I sorta, kinda didn't like. So I added a few hundred pixels to the bottom of it. The image I am talking about is the "background_bottom" image. If anyone needs it they can get it www.livinginkentucky.com/files/background_bottom.png

Again, thank you so very much for putting up with me and others that have bugged you to death about this style. But, I really do have to say this IS the best style of it's type in existence.

Well it's supposed to cut off where the color is the same as the background-color... so while it has a image that seems short it should blend right into the color set as the background. Are you saying that something in your version made it act differently?

Ahh it's no big deal, I don't mind at all my only pet peeve is what I mentioned in post #263 but other than that I enjoy making styles... more so than modifications :cool:.

K4GAP 12-10-2011 01:21 PM

Quote:

Originally Posted by TheLastSuperman (Post 2276337)
**snipped*Ahh it's no big deal, I don't mind at all my only pet peeve is what I mentioned in post #263 but other than that I enjoy making styles... more so than modifications :cool:.

I'm probably guilty of that myself to a certain degree. I like your honesty. Just keep the updates coming :)

P.S. My site is not there to make any money but, as soon as I come across a few extra bucks I'll show my appreciation via Paypal. And as you are probably getting tired of me saying, this IS THE BEST style of it's type in existence!

Matscolan 12-10-2011 04:23 PM

Hey
Really love the theme and installing now, just got one question you may be able to help me with.
Do you know the setting which controls the width of the yellow forum title & the white description below it on the forum home page shown in your images above?
Currently a title/description will go to about 50% of the row then move down to the next row, I just can't figure out what controls that so I can set it to 100%.

Thanks for any help you can provide.

TheLastSuperman 12-10-2011 07:03 PM

Quote:

Originally Posted by GaryT (Post 2276506)
I'm probably guilty of that myself to a certain degree. I like your honesty. Just keep the updates coming :)

P.S. My site is not there to make any money but, as soon as I come across a few extra bucks I'll show my appreciation via Paypal. And as you are probably getting tired of me saying, this IS THE BEST style of it's type in existence!

I'd rather have you say Thanks 100 more times then spend money although you may tire of that yourself before I do lol... I mean I truly appreciate the sentiment but I didn't join here ever expecting a donation :cool:. I was raised by my grandmother and in the South so I was taught that - "If a person tries to pay you for something, turn them down the first time and say it's not required because that's how people should be, if they try a second time then take the money so you don't offend them because some truly want to be kind by paying in the same manner your trying to be kind by not taking the money" and that has done me well to date, I must say that my Grandmother is one smart woman ;).

Quote:

Originally Posted by Matscolan (Post 2276536)
Hey
Really love the theme and installing now, just got one question you may be able to help me with.
Do you know the setting which controls the width of the yellow forum title & the white description below it on the forum home page shown in your images above?
Currently a title/description will go to about 50% of the row then move down to the next row, I just can't figure out what controls that so I can set it to 100%.

Thanks for any help you can provide.

Are you speaking about the navbar tab width or the breadcrumbs? Take a screenshot then upload it here as a attachment for me to check out, thanks!

Matscolan 12-10-2011 11:12 PM

Quote:

Are you speaking about the navbar tab width or the breadcrumbs? Take a screenshot then upload it here as a attachment for me to check out, thanks!
https://vborg.vbsupport.ru/external/2011/12/34.jpg
As you can see the text currently stops along 50% of the bar, I would like to have the text run to the end of the bar.
I have already remove the last post details but I can find no option within any divs to set the width of the text area.

Thanks

EuroBeat2 12-11-2011 05:20 AM

1 Attachment(s)
I am still playing with your style. And here is what I noticed. When using option replay with quote in FORUM , quote is placed in transparent box with black outline (see left attachment). Black color is hardly visible. However, in BLOG you used different approach (see right attachment). Here you used lighter shades of background retaining black outlined box. Interestingly the small black outline of the triangle being black gives the awkward results (I highlighted that area in yellow box.

Could you make "quoting" consisted in both BLOG and FORUM by either change outline color to white (for better visibility), or fix that triangle? That would be great.

Thank you.

EB

TheLastSuperman 12-11-2011 05:31 PM

1 Attachment(s)
Quote:

Originally Posted by Matscolan (Post 2276624)
https://vborg.vbsupport.ru/external/2011/12/34.jpg
As you can see the text currently stops along 50% of the bar, I would like to have the text run to the end of the bar.
I have already remove the last post details but I can find no option within any divs to set the width of the text area.

Thanks

In any <div> no matter what (not all like this and prefer simply using class="mydefinition") you can add in style="width:225px;" to the <div> code even if it has a class to try and overwrite or simply wrap it in another <div> w/ a class assigned.

As for your notes... well it seems off but edit a forum description AND make a new thread using a very long title and you'll notice it looks fine see this attachment:

https://vborg.vbsupport.ru/attachmen...hmentid=135002

So therefor yes, you will be required to edit a little in order to make it match your style and settings such as thread title length and more if you've made changes. Edit: Ahh ok I misread part of your reply initially... removing last post by... actually you should be able to sort most of this via a few simple changes in css, hiding some parts in additional.css by using display:none and then a template edit or two including maybe vbulletin.css or vbulletin-chrome.css I would have to look because off the top of my head I can't think about all the templates and what to modify however I've done that before so it can be done ;).

Quote:

Originally Posted by EuroBeat2 (Post 2276678)
I am still playing with your style. And here is what I noticed. When using option replay with quote in FORUM , quote is placed in transparent box with black outline (see left attachment). Black color is hardly visible. However, in BLOG you used different approach (see right attachment). Here you used lighter shades of background retaining black outlined box. Interestingly the small black outline of the triangle being black gives the awkward results (I highlighted that area in yellow box.

Could you make "quoting" consisted in both BLOG and FORUM by either change outline color to white (for better visibility), or fix that triangle? That would be great.

Thank you.

EB

Ahh thanks for the catch, I'll include a fix in the new version :cool:.

K4GAP 12-15-2011 03:20 AM

Just to let you know in case you had not already, your style renders beautifully on both an iPad and a Nook. I was at a restaurant tonight with some of my hunting buddies and brought up my site on my iPhone. Two of my friends brought my site up on a iPad and the other on a Nook. The site looked so darn good on them that when I got home I deleted the style I had just for mobile devices.

Keep up the good work'

K4GAP 12-15-2011 04:08 AM

In touching up my site and getting it ready for the upcoming release date, I noticed two little things I would like to alter.....


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

TheLastSuperman 12-15-2011 04:09 PM

Quote:

Originally Posted by GaryT (Post 2277922)
In touching up my site and getting it ready for the upcoming release date, I noticed two little things I would like to alter.....


http://www.livinginkentucky.com/files/Image.jpg
https://vborg.vbsupport.ru/livingink...iles/Image.jpg

Sure :cool:

- To add padding check out the stylevar postbit_control_padding ;).
- To add some shadow edit template additional.css and find:

Code:

/* ---------------------------New CSS Definitions------------------------------- */
Add this just above that as shown:

Code:

.postbit, .postbitlegacy, .eventbit {
        -moz-box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
        -webkit-box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
        box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
}


/* ---------------------------New CSS Definitions------------------------------- */

That should sort things and the stylevar I mentioned above ^ is finicky so try only adjusting the top value and enabling the tickbox for "Use the 'top' value for all sides" to Yes.

ragecools 12-15-2011 04:16 PM

Hi,
I have downloaded and installed this theme and so far it is great! My only issue is when I changed the logo the header width spreads outside of the page. When I edited the logo I used the exact same hight and width.

How can I fix this?

TheLastSuperman 12-15-2011 04:22 PM

Quote:

Originally Posted by ragecools (Post 2278049)
Hi,
I have downloaded and installed this theme and so far it is great! My only issue is when I changed the logo the header width spreads outside of the page. When I edited the logo I used the exact same hight and width.

How can I fix this?

Are you using the version for 4.1.7 and below or the version for 4.1.8? Also site link?

Thanks!

OldSchoolDSL 12-15-2011 10:40 PM

I'll ask you openly in public.... Do you accept donations and / or paid services outside of paypal?

TheLastSuperman 12-15-2011 11:07 PM

^ That's something no one on here should be asked or answer, against the rules to speak about paid services outside of the actual paid request forum because it's viewed as self-promotion per say... reference here under Commercial/Paid Modifications

https://vborg.vbsupport.ru/info.php?do=rules

Quote:

2. Commercial modification authors are not permitted to create threads regarding their own products or promote their products in any way, shape or form, or to encourage another user to do so.
I would assume based on my own common sense that that also includes services... product and/or services is what I believe it means no matter how it reads and you should post your request publicly via the paid request forum or pursue it privately :cool:.

Donations are just that though, donations :D.

OldSchoolDSL 12-16-2011 12:08 AM

Quote:

Originally Posted by TheLastSuperman (Post 2278151)
^ That's something no one on here should be asked or answer, against the rules to speak about paid services outside of the actual paid request forum because it's viewed as self-promotion per say... reference here under Commercial/Paid Modifications

https://vborg.vbsupport.ru/info.php?do=rules



I would assume based on my own common sense that that also includes services... product and/or services is what I believe it means no matter how it reads and you should post your request publicly via the paid request forum or pursue it privately :cool:.

Donations are just that though, donations :D.

I'm sorry. So the donation end of that question, which I assume would be still valid... Is do you accept donations outside of paypal ?

I asked publicly for those, like myself, who may in the future make a donation for the hard work you have put into this template, but like myself, can not use paypal.

TheLastSuperman 12-16-2011 12:40 AM

Tis ok, tis ok ;) and I only use PayPal for donations since it's automatically shown here in the mods description Edit: Err sidebar there I meant.

K4GAP 12-16-2011 03:18 AM

Perfect!!!!

thanks


All times are GMT. The time now is 03:58 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.04614 seconds
  • Memory Usage 1,887KB
  • 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
  • (7)bbcode_code_printable
  • (3)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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