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)

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 :)


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