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 - VSa - ChatBox (AJAX) (https://vborg.vbsupport.ru/showthread.php?t=235271)

mtlcore 06-30-2010 05:48 AM

How can member's text color be 'remembered'?

Scitz0 06-30-2010 09:30 AM

Not sure if this has been asked before or not but how can I put this chatbox in a specific forum instead of FORUMHOME?
I would like to show the chatbox only in my admin forum, possible?

Khan_ 06-30-2010 12:27 PM

will this cause high load on server ? cause the other DBtech shoutbox i used its causing high server load and i got my site suspended by webhost multiple times .. ajax.php was the issue which was causing high load on server .. i am just inquiring before installing .

Thanks for response in advance .

Skyrider 06-30-2010 01:06 PM

Anyway this chatbox can have channel? Would be awesome to discuss private matters away from the public.

DeadRabbit 06-30-2010 02:35 PM

How can I modify the permission of the forumer to view the chatbox via usergroup permission not post counts?

Videx 06-30-2010 05:36 PM

Quote:

Originally Posted by Khan_ (Post 2062209)
will this cause high load on server ? cause the other DBtech shoutbox i used its causing high server load and i got my site suspended by webhost multiple times ..

Yes. Any chatbox can be a primary source of resource usage. If you want an active chatbox on shared hosting, you want Addon Chat, which is hosted on their servers.

There are things you can do to tame it. Make it a "Shoutbox" by logging people out quickly. iow, don't let them idle there.

FYI AFAIK, the other 5-6 questions all around this one have already been answered in-thread.

fxwoody 07-01-2010 01:54 PM

Quote:

Originally Posted by CybaGirl (Post 2057916)
Installed and seems to work well.

But is there any way of changing the background colour of the chat box without editing the background colour of the style like this?

Style Manager > "Your Style" > StyleVars > blockrow_background

Thanks.

I had the same problem and made a new CSS class only for the input box and text area.
Simply add the new CSS in the vBulletin.CSS at the end with your background spec and replace it in the "vsa_chatbox_input" template in this code where you see my "BCKCHAT":

PHP Code:

<td class="blocksubhead" style="margin:0px;">
                <
input type="text" class="bckchat" name="vsacb_entermessage" id="vsacb_entermessage" style="width:100%;font-size:{vb:raw vsacb_textsize};color:{vb:raw vsacb_colorfirst}" onkeydown="if (event.keyCode == 13) {return VSacb_postMessage(vsacb_post_form);}" onkeyup="VSacb_LimitChars('vsacb_entermessage', 'vsacb_counter','{vb:raw vboptions.vsachatbox_charlimit}');" onfocus="if(!this._haschanged){this.value=''};this._haschanged=true;vsacb_submitbutton.disabled=false;" <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if> value="{vb:rawphrase message}..." /> 


Lestat78 07-03-2010 10:47 AM

Quote:

Originally Posted by fxwoody (Post 2062758)
I had the same problem and made a new CSS class only for the input box and text area.
Simply add the new CSS in the vBulletin.CSS at the end with your background spec and replace it in the "vsa_chatbox_input" template in this code where you see my "BCKCHAT":

PHP Code:

<td class="blocksubhead" style="margin:0px;">
                <
input type="text" class="bckchat" name="vsacb_entermessage" id="vsacb_entermessage" style="width:100%;font-size:{vb:raw vsacb_textsize};color:{vb:raw vsacb_colorfirst}" onkeydown="if (event.keyCode == 13) {return VSacb_postMessage(vsacb_post_form);}" onkeyup="VSacb_LimitChars('vsacb_entermessage', 'vsacb_counter','{vb:raw vboptions.vsachatbox_charlimit}');" onfocus="if(!this._haschanged){this.value=''};this._haschanged=true;vsacb_submitbutton.disabled=false;" <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if> value="{vb:rawphrase message}..." /> 


this works fine, but I can't find the code for the text area (the output area)

thecelticway 07-06-2010 04:14 PM

first class sir~~~~~~~ Installed:up:

ascender 07-06-2010 06:29 PM

I've just installed this on a 4.0.4 forum and on Safari, the separator, remove text formatting and smilies text/graphics are all missing, just replaced with ? icons.

It looks fine under Firefox so I'm guessing the problems are something to do with vBulletin rather than this mod, but no joy with the search so far.

Any ideas?

Thanks.


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