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)

cindy helmond 02-17-2010 08:53 PM

private message is nice but its not in this chat ?

thx

Ozymandyus 02-17-2010 09:02 PM

Like others have noted, once I updated to 4.0.2, I am completely unable to get the chatbox to function on CMS pages. Previously I had been able to get around this by attaching the chatbox to the navbar template and allowing it to be shown on all site pages, but this no longer works. I assume it's something Jelsoft changed in this version of their code.

I've asked before but would like to bring it up again...having a CMS widget for this chatbox would be very helpful. This is the only thing missing that's keeping me from donating and nominating this for MOTM.

fogjuice 02-17-2010 09:11 PM

1 Attachment(s)
When will this overlap problem be fixed? See attached screenshot. It only happens for logged out users.

steve1966 02-17-2010 09:45 PM

since update to vb 4.02 the colour bar is showing too big anyone else have same problem?

ShawnV 02-17-2010 09:52 PM

Quote:

Originally Posted by steve1966 (Post 1985056)
since update to vb 4.02 the colour bar is showing too big anyone else have same problem?

Yeah, noticed that also.

Charlie98902 02-17-2010 10:00 PM

Quote:

Originally Posted by steve1966 (Post 1985056)
since update to vb 4.02 the colour bar is showing too big anyone else have same problem?

Same here I am sure we'll see a quick update soon.

xDazedx 02-17-2010 11:46 PM

anyone know how I can get the shoutbox only on a separate page with no header/footer? I want to embed it on a page outside the forum and can do so with an iframe but I just need the shoutbox.

Thanks!

Greeksgal 02-18-2010 01:42 AM

Doesn't matter, solved it.

RK1gaming 02-18-2010 01:46 AM

Quote:

Originally Posted by Greeksgal (Post 1985196)
I'm getting a database error when trying to update usergroup permissions for the chatbox, any ideas?

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054


wrong thread this is VSa-Chatbo not MGC chatbox ...

MGC chatbox has not been upgraded for VB4.0 last time i was reading

balkanboy 02-18-2010 01:48 AM

Quote:

Originally Posted by steve1966 (Post 1985056)
since update to vb 4.02 the colour bar is showing too big anyone else have same problem?

Quote:

Originally Posted by ShawnV (Post 1985065)
Yeah, noticed that also.

Same here

enoobz 02-18-2010 03:14 AM

Can someone make this Chatbox appears in the vB 4.0.2 CMS please..

junaid 02-18-2010 03:57 AM

4.0.2 chatbox font color selections see like fade

princeedward 02-18-2010 05:10 AM

Quote:

Originally Posted by steve1966 (Post 1985056)
since update to vb 4.02 the colour bar is showing too big anyone else have same problem?

Quote:

Originally Posted by ShawnV (Post 1985065)
Yeah, noticed that also.

Quote:

Originally Posted by Charlie98902 (Post 1985071)
Same here I am sure we'll see a quick update soon.

Quote:

Originally Posted by balkanboy (Post 1985199)
Same here

why dont you guys try a temporary edit to vsa_chatbox_input it might work

FIND:

PHP Code:

<vb:if condition="$vboptions[vsachatbox_colors_enabled]">
                <
select id="vsacb_m_color" name="vsacb_m_color" style="width:50px;background-color:{vb:raw vsacb_colorfirst};" onchange='VSacb_updateColor(this, "color");VSacb_Init();' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if>> 

CHANGE WITH THIS (or add the red one and adjust to your desired height):

Code:

<vb:if condition="$vboptions[vsachatbox_colors_enabled]">
                <select id="vsacb_m_color" name="vsacb_m_color" style="height:22px; width:50px;background-color:{vb:raw vsacb_colorfirst};" onchange='VSacb_updateColor(this, "color");VSacb_Init();' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if>>


Hope it work...did it to my 4.01 board not to the latest version....coz i'm not going to upgrade and have another headache for the new bugs....:p

best regards to all

;):up:

CRDeveloper 02-18-2010 05:21 AM

Im getting a blank space under the chat after upgrading to 4.0.2...

physiart 02-18-2010 06:51 AM

I have the chatbox working only in full version in its own page (not in the CMS or elsewhere). After I've upgraded to 3.1.2 I get the following 'funny' thing: I can see the discussions in the normal view but when I turn to the archive there is nothing there. However I see the pagination (4 pages) over the chatbox footer and although I've set it to auto-prune every 72 hours no messages appear.

Any ideas?

steve1966 02-18-2010 07:06 AM

Quote:

Originally Posted by princeedward (Post 1985307)
why dont you guys try a temporary edit to vsa_chatbox_input it might work

FIND:

PHP Code:

<vb:if condition="$vboptions[vsachatbox_colors_enabled]">
                <
select id="vsacb_m_color" name="vsacb_m_color" style="width:50px;background-color:{vb:raw vsacb_colorfirst};" onchange='VSacb_updateColor(this, "color");VSacb_Init();' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if>> 

CHANGE WITH THIS (or add the red one and adjust to your desired height):

Code:

<vb:if condition="$vboptions[vsachatbox_colors_enabled]">
                <select id="vsacb_m_color" name="vsacb_m_color" style="height:22px; width:50px;background-color:{vb:raw vsacb_colorfirst};" onchange='VSacb_updateColor(this, "color");VSacb_Init();' <vb:if condition="$vsacb_cantpost">disabled="disabled"</vb:if>>


Hope it work...did it to my 4.01 board not to the latest version....coz i'm not going to upgrade and have another headache for the new bugs....:p

best regards to all

;):up:

thank you that also helped with the width problem there is one more thing the dropdown button is centred and it should be to the right of the colour box

SLY LS1 02-18-2010 08:14 AM

Has anyone been able to add this to the CMS or as a widget ?

If so can you please post up how you did it

Thanks in advance

NashChristian 02-18-2010 09:42 AM

So I take it, this is not compatible with 4.0.2 yet, is that correct?

Charlie98902 02-18-2010 09:48 AM

It works but a few GUI issues.

KissOfDeath 02-18-2010 12:04 PM

another great mod , thank you.

aren their any permission settings for mods? my super moderators do not get the "mod: delete all posts" option

Quote:

Originally Posted by NashChristian (Post 1985438)
So I take it, this is not compatible with 4.0.2 yet, is that correct?

I installed it no problems on 4.0.2

Valter 02-18-2010 12:48 PM

Quote:

Originally Posted by KissOfDeath (Post 1985546)
another great mod , thank you.

aren their any permission settings for mods? my super moderators do not get the "mod: delete all posts" option

I installed it no problems on 4.0.2

'Delete All' is Admin only function.

Ozymandyus 02-18-2010 03:42 PM

Quote:

Originally Posted by NashChristian (Post 1985438)
So I take it, this is not compatible with 4.0.2 yet, is that correct?

It's not compatible with the CMS pages in 4.0.2 as of yet. It works fine in normal forum pages. Not clear yet what caused the change, but Valter's been pretty quick with the updates to this point.

Trumpetrhapsody 02-18-2010 04:44 PM

I'm having an issue where the shoutbox will show up, but never get past loading.

This only happens when a member FIRST visits my domain "http://www.nwamotorsports.net/".
If they visit a sub-page and come back, or click the banner and redirect to "http://www.nwamotorsports.net/index.php" it will load properly, and even load properly if you then manually visit "http://www.nwamotorsports.net/" again.

I have a feeling this has to do with the option to specify which page to load the shoutbox on... but I'm not sure how to fix it.
My "Show ChatBox on pages..." is set to "index"
My "Show ChatBox in templates..." is set to "FORUMHOME"

aaronrand 02-18-2010 05:20 PM

Hi, I still have the issue where the chatbox opens blank and says loading.. in multiple browsers. Only on first load. If you f5 for change pages, it works.
any fix?

steve1966 02-18-2010 08:07 PM

Hi valter i have upgraded my forum to 4.02 this is what the colour button looks like

https://vborg.vbsupport.ru/external/2010/02/17.png

please can you fix also

KEKforce 02-18-2010 08:11 PM

Quote:

Originally Posted by steve1966 (Post 1985889)
Hi valter i have upgraded my forum to 4.02 this is what the colour button looks like

https://vborg.vbsupport.ru/external/2010/02/17.png

please can you fix

second that!

Charlie98902 02-18-2010 09:52 PM

Quote:

Originally Posted by steve1966 (Post 1985889)
Hi valter i have upgraded my forum to 4.02 this is what the colour button looks like

https://vborg.vbsupport.ru/external/2010/02/17.png

please can you fix also

Same here as well, updated to 4.0.2 and that is the only issue I am having.

leenster 02-19-2010 01:18 AM

i had that problem, i uninstalled and installed 3.1.1, now it works great

carrlos 02-19-2010 01:21 AM

Quote:

Originally Posted by steve1966 (Post 1985889)
Hi valter i have upgraded my forum to 4.02 this is what the colour button looks like

https://vborg.vbsupport.ru/external/2010/02/17.png

please can you fix also

Fourth!! :rolleyes:

DeviantFlash 02-19-2010 01:52 AM

The only thing I would ask is for us to get the option to change the default text in the admin panel.

I have a dark board and with the default black text I am afraid my users wont notice the pulldown menu.

Aclikyano 02-19-2010 01:59 AM

anyone sometimes get the forever loading shoutbox????

Valter 02-19-2010 08:23 AM

Quote:

Originally Posted by DeviantFlash (Post 1986097)
The only thing I would ask is for us to get the option to change the default text in the admin panel.

I have a dark board and with the default black text I am afraid my users wont notice the pulldown menu.

As said several times, put your preferred color on the first place in the list of available colors.

The_Rayman 02-19-2010 10:55 AM

anyone got it to work with CMS frontend 4.0.2 yet? Planning on upgrading, but if there's no funtion for the CMS part... might just not install it...

zbosskiller 02-19-2010 11:00 AM

Quote:

Originally Posted by The_Rayman (Post 1986356)
anyone got it to work with CMS frontend 4.0.2 yet? Planning on upgrading, but if there's no funtion for the CMS part... might just not install it...

Yeah, its not built into the product but you just need to add the relevant code to every page CMS but took it off as people use the forums less.

suneka 02-19-2010 11:27 AM

I wonder if it is possible to have private message, type a "/ pm UserName", like it very much.

Ocean-Wonders 02-19-2010 11:36 AM

Installed, great mod.

Is there any way it can be made to display notifications, i.e new post, pm, new topic ?

wolfyman 02-19-2010 01:14 PM

I would like to disable this on regular pages, only use the /misc.php?do=cchatbox, and only allow that for a certain user group.

Possible?
__________

Valter 02-19-2010 01:58 PM

Yes, it is possible.

- Disable auto-insertion (product options)
- Make blank both, target page and template settings (product options)
- Set permissions to feet your needs (product options)

Alexandre.R 02-19-2010 02:31 PM

I keep getting this small problem (am using the latest version of mozilla firefox).

Chatbox works fine (what do you expect, VSa rocks) but from time to time, the bar where you input text (where it says Message by default), it gets bugged. What I mean by this is I click on it and nothing happens, and I cannot write a message in chatbox. This happens quite often.

I am using vB 4.0.2

cory_booth 02-19-2010 03:13 PM

1 Attachment(s)
I was able to get the chat to work as a widget.

I made a JS Widget (where you can select a specific template)
and then I made a new template called shout.

I had to "merge" all the templates that came with chat into a single template and some varibles (like color, size, and smilies) do not pull over, so they had to be hand-jammed.

It appears with 4.02, the varible or global reference for this chat is no longer working?

But if a the next version has CMS ability, I would like a widget like mine...


All times are GMT. The time now is 05:32 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.06662 seconds
  • Memory Usage 1,843KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (18)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