vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Chat Modifications - [AJAX] cChatBox (https://vborg.vbsupport.ru/showthread.php?t=169725)

mhmd1983 12-04-2008 07:06 AM

Quote:

Originally Posted by christrato (Post 1438698)
tnx man!

but in a forum with a huge post/user ? i think is a good idea.. but i think to make a extra field into "NEW THREAD" and if you check this field the title of this thread appear into chatbox. ok?

it works great , but what about this option !

Fivetide 12-13-2008 08:41 PM

really sorry for this but looks fantastic only I cant see users cahtting for some reason :( .. please help :)

neto614 12-15-2008 02:41 PM

Installed and working great ,nice job ,working great under my forum

manning 12-22-2008 07:27 PM

Any way to check this out before downloading & installing? EG a demo site?

Also if anyone has this working - what kind of server load does it cause? How many concurrent users have you had chatting at one time?

dtommy79 01-22-2009 06:04 PM

hi,

Is this mod updated for 3.8?

Cireus 01-22-2009 07:29 PM

I upgraded to 3.8 and it works fine on my forum :)

neto614 01-22-2009 08:09 PM

i dont want it to be see by unreg user and banned user that funtion doesnt work ...

look at below this option doesn't work ..

Insert the ID of Usergroup that can't use and see the ChatBox.

Users Awaiting Moderation
**Ftaccess VIP Member **
Administrators
Moderators
No Access
Registered Users
Site Enforcer
Super Moderators
Unregistered / Not Logged In
Users Awaiting Email Confirmation
Visiting Admin/Mod

carcomp 01-25-2009 09:25 AM

Can anyone point me in the right direction for moving this chatbox to "above the navbar"?

tlwwolfseye 01-25-2009 01:18 PM

Why are the latest Posts in the Chatbox on the Bottom of the list and I have to scroll back up, since its usually the other way around. Because we you load the site with this Chatbox, the scrollbar is also up and since on top are not the latests shouts, people have to already scroll down just to see the latest shouts.

Why not just put the latest on top ?

piraterevival 01-26-2009 09:24 AM

Does this work with VBADVANCED so I can get it onto my front page?

Cheers

MyCTaK 02-10-2009 07:36 AM

Is there a chance to set registered user or usergroup to see chat but cannot write. Like unregistered.
Thanks.

tylneyt 02-11-2009 10:08 AM

mod positions conflict with Latest Album Pictures - Forum Home
https://vborg.vbsupport.ru/showthread.php?t=194827

can't get em both under forum for example

ryan_46307 02-19-2009 01:15 AM

Whenever I set the chatbox :"Usergroup Banned" to Unregistered / Not Logged In and save it, then log off I can still see the chatbox on the homepage. Any ideas?

DJ Sergeich 02-19-2009 08:15 PM

Quote:

Originally Posted by Cireus (Post 1721498)
I upgraded to 3.8 and it works fine on my forum :)

Please, tell, how did you fix it for 3.8 ???

Pete C 02-25-2009 12:24 AM

Quote:

Originally Posted by ryan_46307 (Post 1748632)
Whenever I set the chatbox :"Usergroup Banned" to Unregistered / Not Logged In and save it, then log off I can still see the chatbox on the homepage. Any ideas?

I have exactly the same problem. Is there a fix for this? Currently using vB3.8.1

ryan_46307 03-18-2009 01:23 PM

If you install it under 3.7.x and set the permissions on it, then upgrade to 3.8.x and never modify it again it will stay...but other than that no.

christrato 04-02-2009 12:37 AM

Quote:

Originally Posted by ryan_46307 (Post 1748632)
Whenever I set the chatbox :"Usergroup Banned" to Unregistered / Not Logged In and save it, then log off I can still see the chatbox on the homepage. Any ideas?

Quote:

Originally Posted by DJ Sergeich (Post 1749308)
Please, tell, how did you fix it for 3.8 ???

Quote:

Originally Posted by Belder (Post 1753783)
I have exactly the same problem. Is there a fix for this? Currently using vB3.8.1

hi all :D

for fix this go here:

AdminCP -> Plugins & Products -> Plugin Manager

Click EDIT on the plugin "cChatBox - Admin Options UGP Save", delete all the code and insert this:

PHP Code:

if ($oldsetting['optioncode'] == 'cchatbox_usergroup')
{
    
$store = array();
    foreach (
$vbulletin->GPC['setting'][$oldsetting['varname']] AS $key => $value)
    {
        if (
$value)
        {
            
$store[] = $key;
        }
    }

if(
strpos($vbulletin->options['simpleversion'],'37') !== false)
{
$settings[$oldsetting['varname']] = implode(','$store);
} elseif(
strpos($vbulletin->options['simpleversion'],'38') !== false) {
$settings[$oldsetting['varname']] = implode(','$store);
} else {
$vbulletin->GPC['setting'][$oldsetting['varname']] = implode(','$store);
}



now is fixed.

i've start to update the chat for 3.8 version.

hi

princeedward 04-12-2009 11:59 AM

Thanks for this wonderful chatbox...

...it really good and also okay normally to my site vB 3.6.8....but even if i put that permissions to forumdisplay and also to showthreads...

Display ChatBox on FORUMDISPLAY & SHOWTHREAD >>> Yes!

it's not really working....means yes all members can view it...but we can't shout when you are on the forumdisplay or subforum section...

it means....we can shout only when we are on the forumhome and showthread page...

also how can i make the smilies on the box a little bit bigger...it's really hard to see...

hope there is a solution to this problem...my members really love it

thanks and best regards...

;)

christrato 04-13-2009 08:26 PM

Quote:

Originally Posted by princeedward (Post 1789528)
Thanks for this wonderful chatbox...

...it really good and also okay normally to my site vB 3.6.8....but even if i put that permissions to forumdisplay and also to showthreads...

Display ChatBox on FORUMDISPLAY & SHOWTHREAD >>> Yes!

it's not really working....means yes all members can view it...but we can't shout when you are on the forumdisplay or subforum section...

it means....we can shout only when we are on the forumhome and showthread page...

also how can i make the smilies on the box a little bit bigger...it's really hard to see...

hope there is a solution to this problem...my members really love it

thanks and best regards...

;)

i know about this problem, and i've chosen to delete these features, now the chat is only visible in home.

the new release become with new features very soon :up:

hi

TheMayhem 04-14-2009 02:06 AM

I can't wait :)

RTMdotORG 04-18-2009 01:20 AM

Quote:

Originally Posted by princeedward (Post 1789528)
Thanks for this wonderful chatbox...

...it really good and also okay normally to my site vB 3.6.8....but even if i put that permissions to forumdisplay and also to showthreads...

Display ChatBox on FORUMDISPLAY & SHOWTHREAD >>> Yes!

it's not really working....means yes all members can view it...but we can't shout when you are on the forumdisplay or subforum section...

it means....we can shout only when we are on the forumhome and showthread page...

also how can i make the smilies on the box a little bit bigger...it's really hard to see...

hope there is a solution to this problem...my members really love it

thanks and best regards...

;)

works on all pages for me..:)
only problem i have is when you send message on chat, it doesnt bring the cursor back to the input field... so you have to click it before sending another... any ideas?

christrato 04-18-2009 06:13 AM

Quote:

Originally Posted by RTMdotORG (Post 1793672)
works on all pages for me..:)
only problem i have is when you send message on chat, it doesnt bring the cursor back to the input field... so you have to click it before sending another... any ideas?

i have delete this feature on the new release. Now the chat is only visible and usable on home.

:up:

mohammadxxx 04-19-2009 09:41 PM

hi

i install this product in my 3.8.2 vb and that work fine just whenever type and send English character !
whenever i type persian character and send , that don't send my word !!??
it show an erorr ==>
Code:

Posting in Progress..
see this picture :

please help me .

sorry for my bad english
thanks

RTMdotORG 04-20-2009 02:14 AM

Quote:

Originally Posted by christrato (Post 1793762)
i have delete this feature on the new release. Now the chat is only visible and usable on home.

:up:

i like it on all pages, it works for me...:)

i just want to know why on the forumhome or forum and thread display, when you type in a message, you have to click the input area again before sending instead of the cursor staying there...

schmidt123a 04-26-2009 10:49 AM

This chatbox is NOT SAFE !!!!!!!!!!!!!!!!!! I recommend you to remove it.

This chat do not have any security any member can post or edit any messages with web-developer,this is total BUG !!!!!!!!! fix it please.

marshal_ramdev 07-30-2009 04:25 PM

thanks

What Exit? 09-04-2009 01:48 AM

Question on "Ban H"

We would like very short bans, bans in minutes or fractional hours. Is that possible without a mod?

Frank Sinatra 11-08-2009 12:46 PM

Quote:

Originally Posted by RTMdotORG (Post 1794880)
i like it on all pages, it works for me...:)

i just want to know why on the forumhome or forum and thread display, when you type in a message, you have to click the input area again before sending instead of the cursor staying there...



x2
Some one know how to fix this??

Ldoppea 11-25-2009 09:26 PM

Hi,

Will you port this product to vb4?

MyCTaK 07-28-2010 01:37 PM

I am also interested in VB4 version

neto614 07-29-2010 05:34 PM

yeah me to vb4 cchatbox if you can please


All times are GMT. The time now is 11:00 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.01656 seconds
  • Memory Usage 1,816KB
  • 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
  • (1)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)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