vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - [DBTech] vBShout v6 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=236970)

PreciseDemise 06-28-2010 11:41 AM

Hi Fillip & Ian

I found that a lot of the problems that I'm having are due to complex colour schemes in themes. I have settled on a simpler theme. However, the Text Entry area is white, while the shout view area is black, since it is a WYSIWYG editor, people are going to have white/bright fonts for their shouts, but aren't going to be able to see what they are typing, unlike in the Post Editor, which is not no-one uses as WYSIWYG.

Could you please leave step by step to make the change to change the colour of the text entry area to the same as the Shout View area please.

Our site (http://www.dbc-forum.net) launches at 6pm(GMT) this afternoon!

DragonByte Tech 06-28-2010 12:03 PM

The Text Entry Area is controlled by the StyleVar input_background.
The Shout View area is controlled by the StyleVar postbit_background

To have them identical, you would need to change the background colour of input_background to match that of postbit_background.

Fillip

PreciseDemise 06-28-2010 12:29 PM

Quote:

Originally Posted by DragonByte Tech (Post 2061033)
The Text Entry Area is controlled by the StyleVar input_background.
The Shout View area is controlled by the StyleVar postbit_background

To have them identical, you would need to change the background colour of input_background to match that of postbit_background.


Fillip

To do this I would have to edit all the Vars for the Editor/post creator itself, is there a way to change thee source to reference the same Var for both elements?

DragonByte Tech 06-28-2010 12:31 PM

Quote:

Originally Posted by PreciseDemise (Post 2061048)
To do this I would have to edit all the Vars for the Editor/post creator itself, is there a way to change thee source to reference the same Var for both elements?

CSS Templates -> dbtech_vbshout_colours.css.
It's a small template so you should have no problems seeing which two CSS classes reference which stylevars :)


Fillip

PreciseDemise 06-28-2010 12:57 PM

Quote:

Originally Posted by DragonByte Tech (Post 2061049)
CSS Templates -> dbtech_vbshout_colours.css.
It's a small template so you should have no problems seeing which two CSS classes reference which stylevars :)


Fillip

I'm looking in that file, and this is all there is ...

Code:

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt {
        background-color:{vb:stylevar postbit_background.backgroundColor};
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_tabs.alt2 {
        background:{vb:stylevar postbit_background};
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window .dbtech_vbshout_frame {
        background:{vb:stylevar postbit_background};
}

.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_highlight {

No reference to Input_Background ...

DragonByte Tech 06-28-2010 01:01 PM

Oh yeah, that's because input_background is defined by the global CSS for textarea.

Fillip

PreciseDemise 06-28-2010 01:16 PM

Quote:

Originally Posted by DragonByte Tech (Post 2061069)
Oh yeah, that's because input_background is defined by the global CSS for textarea.


Fillip

White it is then. It really is a great mod, any chance of an over-ride in a future release, or do we need to go Pro ;)

DragonByte Tech 06-28-2010 01:21 PM

Why can't you just change the input_background stylevar to something closer (but still readable on both black and white colours)? O.o

Fillip

jjmf 06-28-2010 07:10 PM

My xml product import doesn't finish. Sometimes the last step is "Updating version number to: 5.2.2" and sometimes it stops at 5.2.1. What can I do?

DragonByte Tech 06-28-2010 07:31 PM

Maybe your php is timing out, I'll look into it ASAP - I'm vastly busy with vBActivity but after that there's a vBShout update due :)


Fillip


All times are GMT. The time now is 04: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.02199 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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