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)

ozzy47 01-28-2014 03:23 AM

You just re import the style allowing overwrite of the previous install.

ozzy47 01-28-2014 03:24 AM

Mike, what templates did you change, as I have made quite a few changes here and there.

TheLastSuperman 01-28-2014 04:01 AM

Quote:

Originally Posted by ozzy47 (Post 2477391)
Mike, what templates did you change, as I have made quite a few changes here and there.

Fluid version had most of the css regarding the header and logo areas redone entirely, import it under a different name and view each to see the differences... basically just a little bit of the css at the very top i.e. ablogo and abimage then I edited the stylevars for docwidths / docmargin and set to % values other than that not much so it shouldn't be too hard of a fix for you if you reference since I basically just fixed that scollbar issue ;). Ohh and some background images were changed so note the new images in the /images/avenger folder and update eother doc_background or body_background stylevar accordingly.

That should be it... if I think of something else I'll let you know or if you edit then see an issue just post ;).

mrt12345 01-28-2014 04:10 AM

Quote:

Originally Posted by TheLastSuperman (Post 2477377)
Does this category/forum use a custom statusicon? It looks like it does but since there is no image it cannot render it, in Firefox or similar it will not show the little missing pic icon or the red x usually only in internet explorer. If so you need to copy that from the main styles folder to the /images/avenger_blue/statusicons folder.

Stand by new version about to go up now that sorts the scroll issue, prepping files now for upload ;).

Hi there, the only mod there is, the like more mod that is it . I know the category icon mod but it is not there.

pityocamptes 01-28-2014 04:15 AM

Quote:

Originally Posted by TheLastSuperman (Post 2477395)
Fluid version had most of the css regarding the header and logo areas redone entirely, import it under a different name and view each to see the differences... basically just a little bit of the css at the very top i.e. ablogo and abimage then I edited the stylevars for docwidths / docmargin and set to % values other than that not much so it shouldn't be too hard of a fix for you if you reference since I basically just fixed that scollbar issue ;). Ohh and some background images were changed so note the new images in the /images/avenger folder and update eother doc_background or body_background stylevar accordingly.

That should be it... if I think of something else I'll let you know or if you edit then see an issue just post ;).

Ok, well since I have not gotten that far in redoing my template and mods, how would I just upload the vanilla copy? Overwrite anything, or just upload it as if I was doing a fresh copy? Thanks.

Kat-2 01-28-2014 04:33 AM

Question. I have VSa Chatbox. The background in this theme is blue, which means you can't see the posts with the colors available. Any way I can make the background white?

TheLastSuperman 01-28-2014 05:30 AM

1 Attachment(s)
Quote:

Originally Posted by mrt12345 (Post 2477397)
Hi there, the only mod there is, the like more mod that is it . I know the category icon mod but it is not there.

Please check this in forum manager for that category:

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

If you have value entered there = must copy image to new style folder. If you have no value then url/link to site for me to view as you must have some odd forum depth setup or similar and I'll need to view it to see about a fix.

Quote:

Originally Posted by pityocamptes (Post 2477398)
Ok, well since I have not gotten that far in redoing my template and mods, how would I just upload the vanilla copy? Overwrite anything, or just upload it as if I was doing a fresh copy? Thanks.

If you have not done any modification to the older version then delete it, now install the new version. *Also that reply was directed towards Ozzy but still sorta touched based on your question per say but he has modified his quite a bit so why he asked, you are free to do a fresh install.

Quote:

Originally Posted by Kat-2 (Post 2477400)
Question. I have VSa Chatbox. The background in this theme is blue, which means you can't see the posts with the colors available. Any way I can make the background white?

Hmm it looked ok to me... do you have the colors limited in the chatbox options in admincp or something else going on here that you've customized or done that I would not see on a default install of vsa chatbox?

Here is what I see:
https://vborg.vbsupport.ru/attachmen...hmentid=147992

You must be running something custom... so try this:

Edit template: vsa_chatbox

Find:
Code:

                        <div class="blockrow" id="vsacb_messagearea" style="background-color:{vb:stylevar editor_background.backgroundColor};text-align:{vb:stylevar left};overflow:auto;height:<vb:if condition="($_REQUEST['do']=='cchatbox')">{vb:raw vboptions.vsachatbox_height_full}px<vb:else />{vb:raw vboptions.vsachatbox_height}px</vb:if>;width:auto;font-size:{vb:raw vsacb_textsize};">
Replace with:
Code:

                        <div class="blockrow" id="vsacb_messagearea" style="background-color:#ffffff;text-align:{vb:stylevar left};overflow:auto;height:<vb:if condition="($_REQUEST['do']=='cchatbox')">{vb:raw vboptions.vsachatbox_height_full}px<vb:else />{vb:raw vboptions.vsachatbox_height}px</vb:if>;width:auto;font-size:{vb:raw vsacb_textsize};">

What I did was basically replace this:
background-color:{vb:stylevar editor_background.backgroundColor};

With:
background-color:#ffffff;

That should sort you ;).

Kat-2 01-28-2014 04:55 PM

Quote:

Originally Posted by TheLastSuperman (Post 2477404)
Hmm it looked ok to me... do you have the colors limited in the chatbox options in admincp or something else going on here that you've customized or done that I would not see on a default install of vsa chatbox?

Here is what I see:
https://vborg.vbsupport.ru/attachmen...hmentid=147992

You must be running something custom... so try this:

Edit template: vsa_chatbox

Find:
Code:

                        <div class="blockrow" id="vsacb_messagearea" style="background-color:{vb:stylevar editor_background.backgroundColor};text-align:{vb:stylevar left};overflow:auto;height:<vb:if condition="($_REQUEST['do']=='cchatbox')">{vb:raw vboptions.vsachatbox_height_full}px<vb:else />{vb:raw vboptions.vsachatbox_height}px</vb:if>;width:auto;font-size:{vb:raw vsacb_textsize};">
Replace with:
Code:

                        <div class="blockrow" id="vsacb_messagearea" style="background-color:#ffffff;text-align:{vb:stylevar left};overflow:auto;height:<vb:if condition="($_REQUEST['do']=='cchatbox')">{vb:raw vboptions.vsachatbox_height_full}px<vb:else />{vb:raw vboptions.vsachatbox_height}px</vb:if>;width:auto;font-size:{vb:raw vsacb_textsize};">

What I did was basically replace this:
background-color:{vb:stylevar editor_background.backgroundColor};

With:
background-color:#ffffff;

That should sort you ;).


It is not because something is customized, it it because I have other themes, and some members may prefer to use another theme. The background is white on other themes, so if they choose to post in the chat box let's say in a blue color, then it is not going to show up to people posting with the Avenger theme. That was why I was wanting to make the background white.....so any color shows.

Hope I made sense.

TheLastSuperman 01-28-2014 05:18 PM

Quote:

Originally Posted by Kat-2 (Post 2477526)
It is not because something is customized, it it because I have other themes, and some members may prefer to use another theme. The background is white on other themes, so if they choose to post in the chat box let's say in a blue color, then it is not going to show up to people posting with the Avenger theme. That was why I was wanting to make the background white.....so any color shows.

Hope I made sense.

Makes perfect sense ;).

Kat-2 01-28-2014 06:21 PM

Quote:

Originally Posted by TheLastSuperman (Post 2477533)
Makes perfect sense ;).



Strange. I make the changes, and each time I get this...

Quote:

Bad Request

Your browser sent a request that this server could not understand.

Not looking good for me at this point. (happens in FF and Chrome)


All times are GMT. The time now is 05:28 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.01913 seconds
  • Memory Usage 1,762KB
  • 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
  • (4)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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