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

CycleChat 08-27-2009 07:12 AM

Is there a way for Admin and Mods to suspend the live-chat? For example, if members start abusing and fighting each other?

I can't seem to find anything that currently allows you to freeze the chat?

Thanks,
Shaun

PS. Great mod - the members love it :D

chick 08-29-2009 09:47 PM

This is wonderful, I am using it and members love it. Thanks cyb.

I have one issue though it is also showing up on a few pages where it should not, how can I correct this?

For example I have a script called vbSpill It, it's an anonymous posting script and in that posting page it shows the chat, here is the upper code on the template, possibly you see something causing this?

Code:

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
        <!-- no cache headers -->
        <meta http-equiv="Pragma" content="no-cache" />
        <meta http-equiv="Expires" content="-1" />
        <meta http-equiv="Cache-Control" content="no-cache" />
        <!-- end no cache headers -->
        $headinclude
        <title>$pagetitle - $vboptions[bbtitle]</title>
        <script type="text/javascript">
                function vbpsi_confirm(evt)
                {
                        var confirmed=window.confirm('$vbphrase[vbpsi_confirm]')
                       
                        if(confirmed==false)
                        {
                                YAHOO.util.Event.preventDefault(evt);
                                return false;
                        }
                        return true;
                }
        </script>
</head>
<body>
$header
$navbar
<table border="0" width="100%" cellpadding="$stylevar[cellpadding]px" cellspacing="$stylevar[cellspacing]px">
<tr>
<td valign="top">
<if condition="$can_view">
<if condition="$postbits">
$postbits                                       
$pagenav                                       
<else />

This is the upper part of the spill it template, do you see anything causing it to show the chat?

gregnyr02 09-02-2009 08:31 PM

I have a really bizarre bug. I now started allowing guests to see the chatbox. Since doing this, a swarm of people will randomly view the chatbox. As in, thousands of people, all viewing at the same time, never refreshing, falling off the grid and coming back at the same time. The chatbox itself doesn't show them as there, just the vB who's online. All from different IP adressees resolving to different places. They don't actually do anything, either. Any idea?

jarosciak 09-02-2009 08:44 PM

PLEASE HELP.

Same bug as gregnyr described is on my vbulletin.
vB who's online shows thousands of people, all viewing chatroom archive.
But numbers make no sense...

Normally I have 4k unique users daily on my board in entire day, but this is showing 3 thousand in chatroom at the moment.

Actually I've found out about this just now, all my mods complained.

Barteh 09-04-2009 03:50 PM

Odd, guests are allowed to see all of our public boards but not post, same as the chatbox and the only 'guests' I see flocking in numbers simultaneously are a couple dozen search engine crawlers. Have you made any modifications to your 'Unregistered / Not Logged In' group? And do these unregistered users try to access pages they can't, hence them showing up on the same page?

Barteh 09-04-2009 03:56 PM

Almost forgot... found a bit of a bug. vB's replacement variables work normally on the full chatbox and chatbox archive pages, but not in the chatbox bit on FORUMHOME. We use it as a tongue in cheek way to remove a couple of select offensive words, and currently it doesn't.

boris163 09-04-2009 10:05 PM

Quote:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

WHAT SHOULD I DO?

horrordvds.com 09-05-2009 04:25 PM

Was the option ever added to disable the auto refreshing message?

Digital Jedi 09-12-2009 12:34 AM

Quote:

Originally Posted by boris163 (Post 1879828)

WHAT SHOULD I DO?

Do a search of this site for the phrase. It's a common error.

Quote:

Originally Posted by horrordvds.com (Post 1880156)
Was the option ever added to disable the auto refreshing message?

Nope.

caff.com 09-13-2009 04:00 AM

Hello- I am a new Webmaster and running the current version of this Chat Box program. Can someone please tell me how to add a new message ping or alert. So when someone types something new in the box, there is a quick alert?

Thank you.

Ommand 09-14-2009 03:03 PM

Could anyone post instructions for making this work as a module within vbadvanced cmps?

Emphasis on "as a module", I don't simply want to display it on the home page.

Digital Jedi 09-15-2009 06:48 PM

Quote:

Originally Posted by Ommand (Post 1884625)
Could anyone post instructions for making this work as a module within vbadvanced cmps?

Emphasis on "as a module", I don't simply want to display it on the home page.

Search this thread for the word "module" and you should be able to find the instructions on how to do that.

Ommand 09-15-2009 09:24 PM

Quote:

Originally Posted by Digital Jedi (Post 1885351)
Search this thread for the word "module" and you should be able to find the instructions on how to do that.

One would think, but all the posts I've found are either someone bragging about doing it, and not leaving instructions, or other people asking and then being told to add $cybchatbox to their portal template.

Your post is about the only one that gives much detail, but you didn't specify regarding the Custom Wrapped.

Digital Jedi 09-16-2009 03:50 AM

Quote:

Originally Posted by Ommand (Post 1885431)
One would think, but all the posts I've found are either someone bragging about doing it, and not leaving instructions, or other people asking and then being told to add $cybchatbox to their portal template.

Your post is about the only one that gives much detail, but you didn't specify regarding the Custom Wrapped.

Are you referring to this post, because it includes the custom wrapper HTML: https://vborg.vbsupport.ru/showthrea...le#post1825374

Ommand 09-16-2009 06:41 PM

Quote:

Originally Posted by Digital Jedi (Post 1885555)
Are you referring to this post, because it includes the custom wrapper HTML: https://vborg.vbsupport.ru/showthrea...le#post1825374

I'm starting to feel like I'm missing something here.. all I see in that post about a custom wrapper is:

Quote:

Additionally, you'll want to write a custom module wrapper. You can strip out most of the standard wrapper and use that. It's a little dirty, but if you want a movable module, that will work. I'm currently using that method on one of my sites.
I'm not a programmer, "most of" can mean awful lot of things..

Digital Jedi 09-16-2009 07:29 PM

Quote:

Originally Posted by Ommand (Post 1885909)
I'm starting to feel like I'm missing something here.. all I see in that post about a custom wrapper is:


I'm not a programmer, "most of" can mean awful lot of things..

I don't think you have to create the custom wrapper if you don't want to, or don't know how. I don't remember creating one myself. Just create a template module and put in the code provided.

geckoz 09-16-2009 08:35 PM

I have a feature request: I'd love to have an option to chat with one person only (like a separee / 1 on 1 chat)

students_forum 09-17-2009 03:33 PM

Quote:

Originally Posted by geckoz (Post 1885971)
I have a feature request: I'd love to have an option to chat with one person only (like a separee / 1 on 1 chat)

hmm, so you make a shout but only that person can see it?

potukxystus 09-20-2009 06:00 PM

loving this.. a gift to install and all our members luv it !! cheers

mark

piraterevival 09-21-2009 09:38 AM

Hello, love the chatbox,

Not sure if this has already been covered, but can I add this to my front page using vBadvanced CMPS?

Cheers

mp3u 09-21-2009 01:57 PM

Just wondering if it's just my forum, but pretty much all of my member who use IE8 have the chatbox crash on them every couple of minutes. This is solved by hitting refresh in the browser. No problems in any other browser (Chrome, Firefox, Opera etc) but a LOT of people use IE8. Is this a general problem? Something that will be fixed?

Great mod by the way, my members love it:up:

grafbyte 09-23-2009 03:57 PM

hello

whai i not see dis ?

https://vborg.vbsupport.ru/attachmen...5&d=1214413797


show how i the chat box for the unregist user ?

http://site link

realdx 09-23-2009 11:56 PM

Installed, thanks! really easy, clean, no hassle.. simply the best!

swiftor 09-24-2009 01:28 AM

This seems to get pretty resource hungry with a lot of users (understandably), are there any other solutions (including paid products) that are good solutions but are more gentle on servers?

Digital Jedi 09-25-2009 06:14 PM

Quote:

Originally Posted by swiftor (Post 1889726)
This seems to get pretty resource hungry with a lot of users (understandably), are there any other solutions (including paid products) that are good solutions but are more gentle on servers?

It's really entirely dependent on your server's capabilities, your forum traffic and how well your forum runs to start.

Flood 09-26-2009 09:51 AM

Does this take up much bandwidth?

DeanLag 09-26-2009 12:42 PM

Nope but its quite CPU intensive. My Average load was about 8~13%. Whne I removed it, it went back to 0.6~1%

roaddevils 10-16-2009 09:35 PM

Is there a way to set the color of the users name based on forum groups?

MattZ DSLR 10-17-2009 02:54 AM

How to show chatbox on main page only?
what should I use in this box?

Show ChatBox on (comma separated THIS_SCRIPT locations)
Blank to show on all pages (not recommended because of server load)

I have it blank

MattZ DSLR 10-17-2009 03:14 AM

found it
Al I had to do is add
index
Thank you

Barteh 10-18-2009 06:06 PM

Quote:

Originally Posted by roaddevils (Post 1901109)
Is there a way to set the color of the users name based on forum groups?

The chatbox replicates the style configured for that usergroup, change it in your admin CP to suit your needs.

admin cp -> usergroups -> usergroup manager -> edit a usergroup -> modify 'Username HTML Markup'

It's HTML code. Example:
HTML Code:

<b><font color="red">
HTML Code:

</font></b>

roaddevils 10-19-2009 11:04 PM

Quote:

Originally Posted by Barteh (Post 1901774)
The chatbox replicates the style configured for that usergroup, change it in your admin CP to suit your needs.

admin cp -> usergroups -> usergroup manager -> edit a usergroup -> modify 'Username HTML Markup'

It's HTML code. Example:
HTML Code:

<b><font color="red">
HTML Code:

</font></b>

Appreciate the help with this. It worked perfectly.

firestormpt 10-20-2009 08:21 AM

There is any chance to chat stay always in top, and not just in mainpage ?

ie, members can navigate inside forum, and chat never desappear...

it's possible ?

tks

caff.com 10-21-2009 06:44 AM

Program Author- Can we please get a ping to let us know when a new message arrives. Is this an add-on feature?

Thanks.

siliconfinance 10-28-2009 06:51 PM

I have it installed on 3.7.2 and only displaying the chatbox on the my vbadvanced home page. However, it just says 'loading' in the message area when viewing the site via IE8. But when I go to chatbox full, it works fine in IE8. Does anyone have a solution for this?

BusterHymens 10-28-2009 08:48 PM

Someone came to me and said there is a hole in this chat box and that they knew 100% that I was going to get hacked because of it. Wondering if anyone knows anything about this. Maybe because it allows html? They said they could get all my users data including passwords etc....

Driven By Shine 10-30-2009 09:49 AM

Quote:

Originally Posted by caff.com (Post 1903034)
Program Author- Can we please get a ping to let us know when a new message arrives. Is this an add-on feature?

Thanks.

My thoughts as well, Id love a ping.....well actually any noise would be great.

Chris

atcspaul 10-30-2009 10:11 AM

Quote:

Originally Posted by caff.com (Post 1903034)
Program Author- Can we please get a ping to let us know when a new message arrives. Is this an add-on feature?

Thanks.

yes i would like this feature also and would be glad to pay for it.

Barteh 10-30-2009 11:09 AM

If included in a future version, I hope this would come with both a user toggle and a default preference (i.e. off).
A sound every ten seconds (default refresh time) for as long as you have the page open (which can be *all* forum pages if configured so) will be bloody annoying.

Pandemikk 10-31-2009 11:40 PM

can this be made to used in archive (light mode)?


All times are GMT. The time now is 04:22 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.03405 seconds
  • Memory Usage 1,836KB
  • 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
  • (4)bbcode_html_printable
  • (15)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
  • (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