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 08-31-2011 08:48 AM

Quote:

Originally Posted by FF|Skyrider (Post 2240339)
Thanks Superman. I also wonder if it's normal that the quick edit box is completely blue with no border around the type box or its buttons.

Also, do you happen to know if there's an addon for vB that only specific groups can use specific themes?

I take what you said as - when you click to edit a post it would be nice to have a difference background around the editor? Can you post a screenshot of the area in question just so we're clear - thanks!

Edit: Try https://vborg.vbsupport.ru/showthread.php?t=229038

Quote:

Originally Posted by kNeeLy (Post 2240345)
this is simply sweet...that's it...

nice brotha!

Thanks ;)

gOOvER 08-31-2011 09:24 AM

1 Attachment(s)
I know I nerve, but how can I move the logo to the left? :D

Edit: Found a little Desing Error at "Avatar add" on Profile Edit

TheLastSuperman 08-31-2011 09:34 AM

Quote:

Originally Posted by gOOvER (Post 2240355)
I know I nerve, but how can I move the logo to the left? :D

Edit your header template and find:
Code:

        <vb:comment><vb:if condition="$stylevar['titleimage']"><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:raw vboptions.bbtitle}" /></a><vb:else /><div>&nbsp;</div></vb:if></vb:comment>
                    <div align="center"><a name="top" href="{vb:link forumhome}"><img src="{vb:stylevar titleimage}" alt="{vb:raw vboptions.bbtitle}" /></a></div>


Remove the <vb:comment> </vb:comment> tags from the upper part of the code then delete the bottom part i.e.
Code:

                    <div align="center"><a name="top" href="{vb:link forumhome}"><img src="{vb:stylevar titleimage}" alt="{vb:raw vboptions.bbtitle}" /></a></div>

So your left with this part of the code only near the top of the template:
Code:

        <vb:if condition="$stylevar['titleimage']"><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:raw vboptions.bbtitle}" /></a><vb:else /><div>&nbsp;</div></vb:if>
Save and you should be good to go :cool:.

TheLastSuperman 08-31-2011 09:37 AM

Quote:

Originally Posted by gOOvER (Post 2240355)
Found a little Desing Error at "Avatar add" on Profile Edit

Is that on the page profile.php?do=editavatar ?

setishock 08-31-2011 10:42 AM

Will this work in 4.1.2?
For us non photoshop and gimp types how can I make a custom logo header?
Looks good by the way.

TheLastSuperman 08-31-2011 11:00 AM

Quote:

Originally Posted by setishock (Post 2240370)
Will this work in 4.1.2?
For us non photoshop and gimp types how can I make a custom logo header?
Looks good by the way.

It's not intended to be used w/ 4.1.2 however you can try it, first thing that comes to mind is the editor templates but you'll need to test first ;).

You can still utilize the titleimage in stylevars via admincp and use the one you had or use Gimp as you said and find a online tutorial to guide you through things ;).

Edit:

Updated on 8/31/2011

- Deleted thread background color updated to a dark blue.
- Facebook Connect now has the same hover effect as the help/register links.

Skyrider 08-31-2011 01:27 PM

Nevermind Superman, thanks! The advanced editor was the issue. I've updated it and it looks good now! Though from my point of few, the editor is very bright gray (not the text box), but the background. I am unsure if this is the cause of the advanced editor addon.

Also possible the announcement color can be changed? It's very bright yellow.

You also seem to be very dedicated to this theme and supporting people who reply here. I do appreciate that :).

gOOvER 08-31-2011 03:12 PM

Quote:

Originally Posted by TheLastSuperman (Post 2240359)
Is that on the page profile.php?do=editavatar ?

Yes, that's correct :)

TheLastSuperman 08-31-2011 06:40 PM

Quote:

Originally Posted by FF|Skyrider (Post 2240398)
Nevermind Superman, thanks! The advanced editor was the issue. I've updated it and it looks good now! Though from my point of few, the editor is very bright gray (not the text box), but the background. I am unsure if this is the cause of the advanced editor addon.

Also possible the announcement color can be changed? It's very bright yellow.

You also seem to be very dedicated to this theme and supporting people who reply here. I do appreciate that :).

Done! Announcements now have the same background and border as the notices :cool:, in the updated .zip

Quote:

Originally Posted by gOOvER (Post 2240448)
Yes, that's correct :)

In my version that's not taking place... not sure if this is another language issue so let me review it again when I have more time and we'll try to knock it out ;).

8thos 08-31-2011 07:25 PM

That looks nice. Looks more like Avenger Black than Avenger Blue though lol

TheLastSuperman 08-31-2011 07:52 PM

Quote:

Originally Posted by Octavius. (Post 2240566)
That looks nice. Looks more like Avenger Black than Avenger Blue though lol

Take your sunglasses off :cool: :p

K4GAP 09-01-2011 04:30 AM

Quote:

Originally Posted by setishock (Post 2240370)
Will this work in 4.1.2?
For us non photoshop and gimp types how can I make a custom logo header?
Looks good by the way.

This runs fine on 4.1.5

There are quite a few of us that do graphics.

There is also a section in the forums here for requesting help with graphics.

haidm 09-02-2011 02:49 AM

1 Attachment(s)
I have the problem with delete post: don't see the text in this post (see the attach).

TheLastSuperman 09-02-2011 03:05 AM

Quote:

Originally Posted by haidm (Post 2241067)
I have the problem with delete post: don't see the text in this post (see the attach).

Updated on 9/02/2011

- Deleted post background color updated to a dark blue.

:cool:

If some have customized to a certain extent already and wish to fix manually do the following:
AdminCP > Styles & Templates > Style Manager > Avenger Blue > StyleVars > Postbit > postbit_deleted_background > Change color to #182032

K4GAP 09-02-2011 03:19 AM

Forgive me for altering your style :) Not really altering, just tweaking.....

On the enclosed image I have a red arrow marking a spot between the navbar and the forum body.

I want to open that area up for an ad banner. I think it would look real sweet between the navbar and forum body.

Where do I look in the code for where this split is? So I'll know where to put the ad banner html?

As always I'm still getting a kick out of this style.

Thanks

https://vborg.vbsupport.ru/

K4GAP 09-02-2011 03:22 AM

Quote:

Originally Posted by TheLastSuperman (Post 2241069)
Updated on 9/02/2011

- Deleted post background color updated to a dark blue.

:cool:

If some have customized to a certain extent already and wish to fix manually do the following:
AdminCP > Styles & Templates > Style Manager > Avenger Blue > StyleVars > Postbit > postbit_deleted_background > Change color to #182032

Whenever you have a post about an upgrade does that mean you replaced the xml with a newer one?

K4GAP 09-02-2011 03:34 AM

I notice some folks are worried whether or not this style will work with 4.1.5 ? Although I am not the designer I am a user and can report that I am running this style (both fixed and fluid) on my site and have had zero problems. I won't post my link on here as I always think folks are just trying to get traffic by doing such. But, I've been a vBulletin user for 4 years now. In those 4 years I have purchased approx. 8 styles. NONE of them were as clean and visually appealing as this one. FREE!!

I run 4.1.5

I love it so much that I am putting it on top of my list for support funding :) Now as soon as I make any funds from my site, I'll get those checks in the mail :)

TheLastSuperman 09-02-2011 03:37 AM

Quote:

Originally Posted by GaryT (Post 2241070)
Forgive me for altering your style :) Not really altering, just tweaking.....

On the enclosed image I have a red arrow marking a spot between the navbar and the forum body.

I want to open that area up for an ad banner. I think it would look real sweet between the navbar and forum body.

Where do I look in the code for where this split is? So I'll know where to put the ad banner html?

As always I'm still getting a kick out of this style.

Thanks

http://www.publicwarriors.com/files/screeny.jpg

Look in the navbar template, scroll down and find:

Code:

</div><!-- Closing div for navbar_wrapper -->
</div><!-- closing div for above_body -->

<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">

Add your codes where the spacing is i.e.

Code:

</div><!-- Closing div for navbar_wrapper -->
</div><!-- closing div for above_body -->
MY CODE HERE
<div class="body_wrapper">
<div id="breadcrumb" class="breadcrumb">

Edit: Actually now that I think about it... that's more than likely where I'll be putting the normal header ads, navbar ads will remain below but should work out quite nicely imo ;).

Quote:

Originally Posted by GaryT (Post 2241071)
Whenever you have a post about an upgrade does that mean you replaced the xml with a newer one?

Bingo, ensures it's fully up to date however most of the misc issues reported were easily fixable via the stylevars, all except the asset manager css fix a while back ;) and I'll start noting all manual updates if not too lengthy as I just did for the postbit deleted background :cool:.

Edit: Although if you wish, you can install this modification: https://vborg.vbsupport.ru/showthread.php?t=257072 and simply make note of what templates your changing, afterwards export that single template and then if nothing changes with a update well nothing in that template you can merge it back in and overwrite the new xml templates bringing your customized template back :cool:.

gOOvER 09-02-2011 06:02 AM

1 Attachment(s)
Quote:

Originally Posted by TheLastSuperman (Post 2240543)
In my version that's not taking place... not sure if this is another language issue so let me review it again when I have more time and we'll try to knock it out ;).

I saw thats the error was only in Chrome. I Firefox it's correct.

Pic 1: Google Chrome
Pic 2: Firefox 7

TheLastSuperman 09-02-2011 03:08 PM

1 Attachment(s)
Quote:

Originally Posted by gOOvER (Post 2241095)
I saw thats the error was only in Chrome. I Firefox it's correct.

Pic 1: Google Chrome
Pic 2: Firefox 7

:erm: that seems to be a either a issue w/ Chrome itself or a flat out bug in regards to the style see attached, I get the same thing on www.vbulletin.com using Chrome so we'll wait for the official fix and in the meantime leave as it still works fine :cool:.

CharlieDelta 09-02-2011 03:30 PM

1 Attachment(s)
Superman you really knocked it out of the park with this one! Wow!!

Couple of issues I am having.;
One is I use DB shoutbox and the editor tools are lining up vertically instead of horizontally.
All other styles line up fine.

Secondly, a lot of the block backgrounds on some of my mods are white. An example is the media section. See attached.

How can I rectify these two issues. Thanks.

TheLastSuperman 09-02-2011 03:47 PM

Quote:

Originally Posted by CharlieDelta (Post 2241238)
Superman you really knocked it out of the park with this one! Wow!!

Couple of issues I am having.;
One is I use DB shoutbox and the editor tools are lining up vertically instead of horizontally.
All other styles line up fine.

Secondly, a lot of the block backgrounds on some of my mods are white. An example is the media section. See attached.

How can I rectify these two issues. Thanks.

Well I'll be Bravo Tango'd CharlieDelta those are whiter than my printer paper :eek:

Do me a favor and either post a link to those areas on your site so I can view the css via firebug OR PM me the links either or ;). Edit: And Charlie which shout/chatbox mod is that... Valter's or DB Tech's ?

Also everyone please remember that some mods (this may or may not be the case w/ your issue CharlieDelta simply stating to everyone atm) for example iBProArcade has css made for white styles, it would require updating as it does not use the stylevars in it's css so yes sometimes, for some mods you use, a css fix will be required when using dark styles.

CharlieDelta 09-02-2011 05:13 PM

Quote:

Originally Posted by TheLastSuperman (Post 2241245)
Well I'll be Bravo Tango'd CharlieDelta those are whiter than my printer paper :eek:

Do me a favor and either post a link to those areas on your site so I can view the css via firebug OR PM me the links either or ;).

LOL. On the way
Quote:

Originally Posted by TheLastSuperman (Post 2241245)
Edit: And Charlie which shout/chatbox mod is that... Valter's or DB Tech's ?

It is DBT, sorry I did state DB in the previous post but left out the "T". ;)

TheLastSuperman 09-02-2011 05:47 PM

Quote:

Originally Posted by CharlieDelta (Post 2241270)
LOL. On the way
It is DBT, sorry I did state DB in the previous post but left out the "T". ;)

Check your PM's, I listed a few things to check for and the rest simply need to be reviewed on the fly and sorted, if it were not so many and so much to review I would simply post but easier imo to have someone come in and simply fix it promptly :cool:.

CharlieDelta 09-02-2011 05:57 PM

Quote:

Originally Posted by TheLastSuperman (Post 2241278)
Check your PM's, I listed a few things to check for and the rest simply need to be reviewed on the fly and sorted, if it were not so many and so much to review I would simply post but easier imo to have someone come in and simply fix it promptly :cool:.

Thanks Superman,
You lead me in the right direction.
I made one change to your blockrow_background stylevar from white to #222937 and it fixed all the mods. I noticed the media css was using
Code:

background: {vb:stylevar blockrow_background};
Any thoughts on the editor tools alignment?

TheLastSuperman 09-02-2011 06:03 PM

Quote:

Originally Posted by CharlieDelta (Post 2241281)
Thanks Superman,
You lead me in the right direction.
I made one change to your blockrow_background stylevar from white to #222937 and it fixed all the mods. I noticed the media css was using
Code:

background: {vb:stylevar blockrow_background};
Any thoughts on the editor tools alignment?

I'll update that accordingly for the next release and thanks for the helpful tip! Per my PM that stylevar was previously set to "none" in your version correct? And where are you referring to when you say "tools alignment" ?

CharlieDelta 09-02-2011 06:54 PM

Quote:

Originally Posted by TheLastSuperman (Post 2241285)
I'll update that accordingly for the next release and thanks for the helpful tip!

No problem, my pleasure. :D
Quote:

Originally Posted by TheLastSuperman (Post 2241285)
Per my PM that stylevar was previously set to "none" in your version correct? And where are you referring to when you say "tools alignment" ?

That is a negative it was set at RGB(255,255,255) or white.

See my origional post there are two attachements for the editor tools in DBT shout box. I noticed it with all editors for pm's, posts, etc. I think it may have to do with the fact that I am running 4.1.3????:(

TheLastSuperman 09-02-2011 06:58 PM

Quote:

Originally Posted by CharlieDelta (Post 2241295)
No problem, my pleasure. :D

That is a negative it was set at RGB(255,255,255) or white.

See my origional post there are two attachements for the editor tools in DBT shout box. I noticed it with all editors for pm's, posts, etc. I think it may have to do with the fact that I am running 4.1.3????:(

Hmm in my version it was set to none do me a favor and check the new .zip, upload the new style under a different name and ensure your mods look ok and let me know?

Updated on 9/02/2011

- Deleted post background color updated to a dark blue. (This update was from very early this morning, the below are from this afternoon)
- Blockrow background color updated - Thanks for the catch CharlieDelta!
- Sidebar and Widgets now match 100%, forum sidebar has separation between each sidebar block!

CharlieDelta 09-02-2011 07:24 PM

Quote:

Originally Posted by TheLastSuperman (Post 2241297)
Hmm in my version it was set to none do me a favor and check the new .zip, upload the new style under a different name and ensure your mods look ok and let me know?

Everything is good! :up:

TheLastSuperman 09-02-2011 08:17 PM

Quote:

Originally Posted by CharlieDelta (Post 2241299)
Everything is good! :up:

Thanks Charlie :up:

haidm 09-03-2011 05:57 AM

1 Attachment(s)
When I chose no WYSIWYG, it has no border in quick reply when I click in some where in background.

RobbieZ 09-03-2011 01:46 PM

Im getting breadcrumb text running into toplinks (long text links ~ its only a pixel or two but looks un-pro), can I safely add &nbsp into the css somewhere?

TheLastSuperman 09-03-2011 04:25 PM

Quote:

Originally Posted by haidm (Post 2241437)
When I chose no WYSIWYG, it has no border in quick reply when I click in some where in background.

Quote:

Originally Posted by RobbieZ (Post 2241527)
Im getting breadcrumb text running into toplinks (long text links ~ its only a pixel or two but looks un-pro), can I safely add &nbsp into the css somewhere?

Bear w/ me you two and I'll have this sorted today :D.

Already have in mind the css for the editor and the breadcrumbs Robbie, I'll adjust that via css so keep your &nbsp's away lol!

:cool:.

TheLastSuperman 09-03-2011 09:35 PM

Quote:

Originally Posted by haidm (Post 2241437)
When I chose no WYSIWYG, it has no border in quick reply when I click in some where in background.

Quote:

Originally Posted by RobbieZ (Post 2241527)
Im getting breadcrumb text running into toplinks (long text links ~ its only a pixel or two but looks un-pro), can I safely add &nbsp into the css somewhere?

Updated on 9/03/2011

- Adjusted breadcrumb margin to remove the overlapping of toplinks.
- Updated CKE Editor CSS to match style and resolve some misc issues.
- Updated all textarea/drop-down borders to match.
- Forum Descriptions on Forumhome CSS adjusted and now includes hover effect.
- Forumhome and Threadbit hover effects now have a light blue 1px border at the top, seems to pop ;).
- CMS and Forum Sidebar (Not available on Blog) content borders now change to a lighter blue on hover.
- Cleaned up and organized CSS in additional.css.

clutchthese 09-04-2011 01:06 AM

Seems that with any add on that makes a new page (ie. vbookie, ipbArcade) it breaks the template.

You can view it here.

http://i1031.photobucket.com/albums/...at100451PM.png

http://mymmaforum.com/arcade.php

TheLastSuperman 09-04-2011 01:39 AM

Quote:

Originally Posted by clutchthese (Post 2241700)
Seems that with any add on that makes a new page (ie. vbookie, ipbArcade) it breaks the template.

You can view it here.

http://mymmaforum.com/arcade.php

I believe that's actually a fault in the arcade template, if I remember correctly from dealing with that in the past you need to edit one of the arcade templates and include the call of either additional.css or headinclude_bottom... hold on one minute...

Edit the template vB4_ARCADE and add:

Code:

    {vb:cssfile additional.css}
As shown:

Code:

    {vb:raw header}
    {vb:raw navbar}
    {vb:cssfile additional.css}
    <div class="blockbody">
      <div class="blockrow">

Let me know if that resolves the issue :cool:.

Edit: Also download the most current version as I noticed your using a older version on your site, I've updated the style several times so far, changelog here: https://vborg.vbsupport.ru/showpost....82&postcount=2

haidm 09-04-2011 03:22 AM

1 Attachment(s)
I have a problem with VSA Top X (see the attach between two picture, no line when click Top Thanked, Top Poster and some where line Quick Navigation is the same); and the color of bots.

mitch84 09-04-2011 06:07 AM

after each update it is necessary to reupload images or only xml file? thx

TheLastSuperman 09-04-2011 04:29 PM

Quote:

Originally Posted by haidm (Post 2241731)
I have a problem with VSA Top X (see the attach between two picture, no line when click Top Thanked, Top Poster and some where line Quick Navigation is the same); and the color of bots.

For the Top Stats Mod you can remove that image from a stylevar, not all will want to do this only those who do not like the appearance and please note that effect is used elsewhere in the forum although removing it should not be too noticeable ;).

AdminCP > Styles & Templates > Style Manager > Stylevar > Now find PopupMenus > Now find the stylevar popupmenu_background > Remove the image url i.e. url(images/misc/blog/top-highlight.png) and change the repeat-x drop-down to be blank and save.

Can you link me to the mod your using for the usergroup colors? This may or may not be adjustable in that by default however I'll need to know which mod before offering up suggestions on how to fix respectively ;).

Quote:

Originally Posted by mitch84 (Post 2241755)
after each update it is necessary to reupload images or only xml file? thx

So far there have been no additional images added nor have any been revised, to date it should have only been importing the style and either creating a new one or merging into your existing. When there is a update with new images I'll note so accordingly.

mitch84 09-04-2011 05:14 PM

ok, thank you


All times are GMT. The time now is 01:02 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.01917 seconds
  • Memory Usage 1,875KB
  • 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
  • (34)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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