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)

Videx 02-12-2012 02:04 PM

Quote:

Originally Posted by Allthumbz (Post 2298887)
If not, is there any chat for VB that will?

None of the free ones have all those features. I'm not even sure the pay ones will send people away from your forum like that - is that really what you want?

Last pay chat I checked out was http://www.addonchat.com/features.html .

gothi 02-12-2012 07:55 PM

1 Attachment(s)
Quote:

Originally Posted by dsantana (Post 2295271)
I have seen that same view.
Help from someone that has this on their CMS page would be awesome!!!

sorry my english is bad (google translate is my friend) :erm:

There is a small trick.

First the chatbox to view the forum. Then look at the page source code and copy part because of the chatboxcode.

for vbulletim cms:
Create an html widget and insert the html code. that's it.


for vBadvanced CMPS:

Create a new template (for example: adv_portal_chatbox) and then insert the html code
then under-vba CMPS: Add module (module template) and then integrate the new template (in my example the adv_portal_chatbox)

ttran 02-12-2012 08:12 PM

Quote:

Originally Posted by gothi (Post 2299031)
sorry my english is bad (google translate is my friend) :erm:

There is a small trick.

First the chatbox to view the forum. Then look at the page source code and copy part because of the chatboxcode.

for vbulletim cms:
Create an html widget and insert the html code. that's it.


for vBadvanced CMPS:

Create a new template (for example: adv_portal_chatbox) and then insert the html code
then under-vba CMPS: Add module (module template) and then integrate the new template (in my example the adv_portal_chatbox)

how and where you got the html code? please advice

gothi 02-12-2012 08:35 PM

Quote:

Originally Posted by ttran (Post 2299036)
how and where you got the html code? please advice

when the chatbox is displayed in the forum - for example, under the navbar, you can put your browser to view the source code of the page.

You will have to find where the code begins with the chatbox and then stops

Example: When I start the chatbox code like this:


HTML Code:

<table cellpadding="0" cellspacing="0" border="0" width="100%" style="text-align:left;"><tr><td><br />

                <div class="blockhead" style="height:16px;padding-right:4px;font-weight:bold">
                        <span style="float:right;">
                                <a class="collapse" style="margin-left:15px;position:static" id="collapse_vsacb_boxswitch" href="javascript:void(0);"><img src="http://www....de" alt="" border="0" /></a>
                        </span>
                        <div class="popupmenu" style="float:left;">
                                <a href="javascript://" class="popupctrl">ChatBox&nbsp;</a>

and ends with:

HTML Code:

                VSacb_readCookies();
                VSacb_getMessages();
               
               
               
        -->
        </script>


ychromozone 02-13-2012 05:56 AM

I added the chatbox, then updated a custom style and now my chatbox window is darker than I'd like.

I can't find for the life of me to change the color. Couldn't find anything in the additional.css, style vars, etc.

Any ideas?

TombstoneWarrior 02-14-2012 01:31 PM

is there a code i can change on the chatbox to match the backround of my style?????

S@NL - BlackBik 02-14-2012 04:08 PM

The chatbox is using existing stylevars.
Specificly the blocksubhead variables (background, border etc).

rickwade 02-14-2012 09:34 PM

I need to change the color of the input box and it needs to be different then the color specified in the ".textbox, textarea, select, #vB_Editor_QR_editor" css.
I have been trying different things for a week now and cant get it to change.
Can someone please let me know how to change this without changing every thing else on my template.

Thank you

S@NL - BlackBik 02-15-2012 12:55 AM

You can do this by altering the "vsa_chatbox_input" template.
Just add a style background element that has the color that you want.
For example:

Quote:

<input type="text" class="primary textbox" name="vsacb_entermessage" id="vsacb_entermessage" style="width:100%;font-size:{vb:raw vsacb_textsize};color:{vb:raw vsacb_color_default};background-color:{vb:stylevar blockrow_background.backgroundColor};" 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=fals e;" <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if> value="{vb:rawphrase message}..." />
"blockrow_background.backgroundColor" is the styleelement I used, but you can also pick another one.

rickwade 02-15-2012 08:44 PM

That is not working for me. It is still the same color - any other ideas?

Can i just use a color like #fff instead of using the stylevars for background color?

ychromozone 02-16-2012 12:46 AM

I am having a problem.

When I reversed the message chat order(newest at the bottom), every time the chat box refreshes, the line jumps up to about 5 or 6 above the newest posts. This hides the very newest posts from the normal view.

Is there anyway to fix this? My users are very annoyed by this.

The weird this is, my work computer(IE7) doesn't have this problem. Just newer browsers.

budmanjr10 02-18-2012 05:47 AM

Is there a way to change the background color of the chatbox?

blueperspective 02-18-2012 09:09 AM

Hey

I'm pretty new on vB. I have version 3.1.6 of this mod and I can see that developer added a new update. How do I update to the newest version ? What are the steps ?

Thanks in advance

broaf 02-18-2012 08:28 PM

Quote:

Originally Posted by ychromozone (Post 2300110)
I am having a problem.

When I reversed the message chat order(newest at the bottom), every time the chat box refreshes, the line jumps up to about 5 or 6 above the newest posts. This hides the very newest posts from the normal view.

Is there anyway to fix this? My users are very annoyed by this.

The weird this is, my work computer(IE7) doesn't have this problem. Just newer browsers.

Just updated from the previous version, also having this issue now.

mohammadxxx 02-21-2012 06:13 AM

Hi

frist i must say thankyou for your nice product .
i have installed on my vB 4.1.10 with all you say but can't view that !?
help please

(Sorry for my bad ENG)

Best regards
mohammadxxx

makmak 02-21-2012 10:36 AM

Quote:

Originally Posted by gothi (Post 2299031)
sorry my english is bad (google translate is my friend) :erm:

There is a small trick.

First the chatbox to view the forum. Then look at the page source code and copy part because of the chatboxcode.

for vbulletim cms:
Create an html widget and insert the html code. that's it.


for vBadvanced CMPS:

Create a new template (for example: adv_portal_chatbox) and then insert the html code
then under-vba CMPS: Add module (module template) and then integrate the new template (in my example the adv_portal_chatbox)

Hi from Greece.This trick works fine ??? I need VSa - ChatBox ONLY in CMPS page (Homepage1 and Homepage2) and NOT in the forum or subforums.Any ideas ????

gothi 02-21-2012 04:57 PM

Quote:

Originally Posted by makmak (Post 2301881)
Hi from Greece.This trick works fine ??? I need VSa - ChatBox ONLY in CMPS page (Homepage1 and Homepage2) and NOT in the forum or subforums.Any ideas ????

For me it works without error. After creating the widget for the CMS, you can do it for the show off again in the forum. You will need the HTML source code of the chat box. You see with your browser - View> Page Source on "Forum Home".

I write it in German - perhaps it can translate someone who is not so bad in English as I am:

Die Chatbox im Forum (Forumhome) anzeigen. Anschliessend mit dem Browser im Forum den Seitenquelltext anschauen. Danach nur den Teil des HTML-Codes von der Chatbox kopieren.
Jetzt kann man ein HTML Widget erstellen und dort den Quellcode einf?gen. Wenn man alles richtig kopiert hat, kann man danach in den Einstellungen im AdminCP die Anzeige f?r das Forum wieder abstellen. Geht eigentlich relativ schnell. Kaputt machen kann man da nichts. Einfach ausprobieren.

Einen Nachteil hat das ganze: Wenn man sp?ter irgendwann mal neue Smileys integriert oder welche l?scht dann stimmen die Pfade in dem HTML-Widget nicht mehr. Dann muss man also per Hand die Pfade im Widget l?schen oder ganz einfach den Sourcecode nochmal kopieren.

Hippy 02-22-2012 01:50 AM

1 Attachment(s)
any one have this issue when they updated to vb4.1.10 from vb4.1.9 ??
the size of the color pick boxes

makmak 02-22-2012 04:10 AM

Quote:

Originally Posted by gothi (Post 2302000)
For me it works without error. After creating the widget for the CMS, you can do it for the show off again in the forum. You will need the HTML source code of the chat box. You see with your browser - View> Page Source on "Forum Home".

I write it in German - perhaps it can translate someone who is not so bad in English as I am:

Die Chatbox im Forum (Forumhome) anzeigen. Anschliessend mit dem Browser im Forum den Seitenquelltext anschauen. Danach nur den Teil des HTML-Codes von der Chatbox kopieren.
Jetzt kann man ein HTML Widget erstellen und dort den Quellcode einf?gen. Wenn man alles richtig kopiert hat, kann man danach in den Einstellungen im AdminCP die Anzeige f?r das Forum wieder abstellen. Geht eigentlich relativ schnell. Kaputt machen kann man da nichts. Einfach ausprobieren.

Einen Nachteil hat das ganze: Wenn man sp?ter irgendwann mal neue Smileys integriert oder welche l?scht dann stimmen die Pfade in dem HTML-Widget nicht mehr. Dann muss man also per Hand die Pfade im Widget l?schen oder ganz einfach den Sourcecode nochmal kopieren.

Thank you for your answer.I 'll try it today.

makmak 02-22-2012 10:19 AM

1 Attachment(s)
My friend gothi, don't work.I don't know where is the error, but i see the original forum's page with smilies (inclunding header and footer) inside chatbox !!!!!!!!!!!!!! :eek::eek:

I use this code.......

gothi 02-22-2012 03:35 PM

1 Attachment(s)
Quote:

Originally Posted by makmak (Post 2302250)
My friend gothi, don't work.I don't know where is the error, but i see the original forum's page with smilies (inclunding header and footer) inside chatbox !!!!!!!!!!!!!! :eek::eek:

I use this code.......

hmm. weird. Your code works for me - see picture. (of course without the graphics in the source code because the urls are different). But it works, the code is correct.

CMPS:
do you have a created html module?
have you created a new template and then insert your source code?
and the template (for example: adv_portal_vsa_chatbox) inserted into the module?
Module Wrapper Template set to use no? (see picture)

whitey10tc 02-22-2012 09:54 PM

I could find an answer posted already so here's my question?

How would I move the chatbox from under the navbar to say the header, sidebar, vb cms, etc?

I couldn't find any .css for it in the style manager and can only find how to resize it. Any help is greatly appreciated.

Skyrider 02-23-2012 09:50 AM

Installed, like it and removed it. It seems every chatbox is having scrolling issues. Using Chrome and if a chat box gets a scroller because of too many text, it won't scroll down to the latest message. Even when you already scrolled down entirely, a new message won't show up as you'll have to scroll down again..

Whitey, use the "{vb:raw vsachatbox}" code in any template to customize it's appearance in a different position. Make sure you disable the auto-insert first (the option where you set it above the footer, below the forums, etc)

Shogo 02-23-2012 12:47 PM

Sorry if already explained but i just find a fix in languages (not easy with other mods)


To fix date / hour bug


Go into OPTIONS -> VSA Chatbox

Find fields.

Date format (blank to disable)
Time format

Replace content
d-m ----> %d-%m
H:i ----> %H:%M

Nirjonadda 02-23-2012 05:32 PM

I canot Install database error for 4.1.10

EDIT: problem solved

kahrupt 02-23-2012 06:53 PM

NICE, thank you

whitey10tc 02-26-2012 04:31 AM

Quote:

Originally Posted by FF|Skyrider (Post 2302595)
Whitey, use the "{vb:raw vsachatbox}" code in any template to customize it's appearance in a different position. Make sure you disable the auto-insert first (the option where you set it above the footer, below the forums, etc)

OK how would I implement that code in somewhere like the global 1 header advert spot?

helwoe 02-26-2012 05:08 AM

Valter,
Nice mod, I appreciate being able to use it. Curious as to what if any improvements you have in store.
I'd like to see avatars added to chat line and admin tools in the chat front end.

Cheers,
helwoe

Asmod 02-27-2012 01:33 PM

any ideea why my admin user id:1 cant see it but other administrators or members see it and use it ?

Videx 02-27-2012 02:18 PM

Quote:

Originally Posted by Asmod (Post 2303870)
any ideea why my admin user id:1 cant see it but other administrators or members see it and use it ?

Presumably you have your permissions set incorrectly AdminCP>Settings>Options>Vsa Chatbox>Permissions.

alan92rttt 02-28-2012 04:42 AM

I recently moved the chat box to the bottom of the page.

When I did this IE users started getting errors. They get 404 errors and page moved errors. IF they wait the page will refresh.

Suggestions?

NeVeTaS 02-28-2012 10:04 AM

All installed fine, have selected it to be in 1 forum only, which is fine. However it still displays on my main page.

Can I get rid of this, so the only place you can see the chatbox is on the forum I specify in the settings?

Sorry if this has been asked before.

Azunai 02-28-2012 12:59 PM

Sup, im pretty new to VB (moved from SMF a week ago) code backend is so different ;)

Anyway, i got the shoutox installed on FORUMHOME but when i access the forums from my domain the shoutbox sits there "loading...." and wont ever load

when i once reloaded the site it works flawlessly, but this bug is annoying like mad :(
prolly some ajax probs
and somehow the shoutbox causes HAVY serverload :P compared to others

Hakan 02-29-2012 10:49 AM

Thanks All.

discodoran 02-29-2012 11:01 AM

awesome mod thanks dude

any chance you could make it have a sound when someone enters a message like a bleep or something?
cheers

Azunai 02-29-2012 03:03 PM

is it possible to display 2 shoutboxes ? :P

DAMINK 03-01-2012 05:54 AM

Can i get a little help guys and gals.
FIrst off my shoutbox works PERFECT and has for a long time.
120k plus shouts and still running hot :)
Anyways.....

Every now and again.. And not often i find i cant post certain things.
I just never worried about it. Anyway i tried to post the below sentence and for the life of me can not. Not can anyone else.

Code:

Stevo is gunna have a shit. We just casted him in our first porn movie and he dont know.
I am not trying to be funny with the above. Its simply a sentence i can not post in the shoutbox.
I dont run any word filters or anything like that as my shoutbox gets very low brow.
Is there some other filter i dont know about?
I can post any word i can think of singly without a problem. All the big bombs so never imagined there was a filter.

Can someone else try that sentence in there shoutbox and see if it works for them please?


ADDITIONALLY

I upgraded to 4.1.11 today. Now we have a mobile theme default.
How would i add this chatbox to the new mobile theme?

Valter 03-01-2012 10:55 AM

Check your settings in 'Censorship Options' (ACP > vBulletin Options).

WoODoO 03-01-2012 03:44 PM

hello
after installing this addon, stopped showing notice for users...

https://vborg.vbsupport.ru/external/...png?1330619522

How to fixit?

My vBulletin 4.0.5

Videx 03-01-2012 04:55 PM

That's a skimpy screenshot, but I see a notice in it. Anyway, I'm pretty sure we've had this discussion before - try a 'search this mod' for 'notices'. You may just have to move the chatbox to a different location. Or remind us what the specific Feature Request was.


All times are GMT. The time now is 10:14 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.04190 seconds
  • Memory Usage 1,848KB
  • 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
  • (2)bbcode_html_printable
  • (12)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
  • (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