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 - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

Skyrider 11-11-2008 11:01 AM

Any specific reason why I am receiving bounce emails from this plugin?

Quote:

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

dbmaster@example.com
retry time not reached for any host after a long failure period
How do I know it is from this chat box?
Is included within the bounce email.


Quote:

Subject: vBulletin Database Error!
From: "dbmaster@example.com" <dbmaster@example.com>
Message-ID: <20081111131433.ae6af87490a0@esforces.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3
X-Mailer: vBulletin Mail via PHP
X-Remindermail-BounceId:
X-Remindermail-BounceSalt:
Date: Tue, 11 Nov 2008 07:14:33 -0600

Database error in vBulletin 3.7.3:

Invalid SQL:

SELECT DISTINCT u.username,u.displaygroupid,u.userid,s.userid AS suserid,u.usergroupid
(u.options & 512) AS invisible
FROM mgc_cb_evo_session AS cbs
LEFT JOIN user AS u ON (cbs.userid=u.userid)
LEFT JOIN session AS s ON (cbs.userid=s.userid)
WHERE cbs.dateline>='1226408672' AND cbs.userid!=0;

Angel-Wings 11-11-2008 11:09 AM

Quote:

Originally Posted by gpc10347 (Post 1662920)
Would it be possible to have mgc_chat reference /misc.php?do=getsmilies&editorid=&select_category=A nimated or similar in it's [more] smileys function?

You can do this yourself already with a simple workaround. Just create a new smiley group "Chatbox Smilies" or something else.
Once done, add the smilies there you want to use - this Group then get's an internal ID in the Database.
Open your Database - the "smilies" table - it's in a form of:

smilieid | title | smilietext | smiliepath | imagecategoryid | ...

While "imagecategoryid" is important here. Note the number and then open:

mgc_cb_evo.php

Search for:

Quote:

/* All smilies window */
if ($_REQUEST['do'] == "showsmilies")
{
if ((!can_view_mgc_cb_evo() && !can_use_mgc_cb_evo()) || !$vbulletin->options
['mgc_cb_evo_smileys'])
{
print_no_permission();
}

/* Retrieving smilies */
$getsmilies = $vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "smilie ORDER BY displayorder ASC");
And modify the "$getsmilies" to:

$getsmilies = $vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "smilie WHERE imagecategoryid=1 ORDER BY displayorder ASC");

Replace "imagecategoryid=1" with the right "imagecategoryid=... the number you're using" :)

Please note:

This just changes the "Popup" - it doesn't change the smilies displayed directly in the Chatbox. This is configured somewhere else :)

Skyrider 11-11-2008 11:32 AM

I noticed using the /del all command deletes all chats from all channels. Can this be separated?

VBDev 11-11-2008 01:22 PM

Quote:

Originally Posted by FF|Skyrider (Post 1663463)
Any specific reason why I am receiving bounce emails from this plugin?



How do I know it is from this chat box?


Is included within the bounce email.

This bug is in the todo list with a link to the fix :)

Quote:

Originally Posted by FF|Skyrider (Post 1663469)
I noticed using the /del all command deletes all chats from all channels. Can this be separated?

You have to use the /del chan command (check syntax) within the chatbox.

Skyrider 11-11-2008 02:25 PM

Thanks VBDev :). Though, where can I find this issue in the bug list? I can't find it.

nasko 11-12-2008 11:11 AM

I'm looking for a private moderators only chat add-on, but one which is like a chat room. Whenever a moderator writes something it should pop out to every other moderator, that is online and vice versa. It is needed for better collaboration between moderators so everyone agrees with a certain course of action being chosen. It would be advantageous to have the option to sign in the chat, to show that they are available as moderators. Maybe something like the one in facebook, but for more than 2 persons. I believe permissions will be based on usergroups, so having the same one for regular users will be good too.

I looked through the available ones, but the choice is big and I'm probably not even getting the full list with the search term "chat"

vBulletin® Version 3.7.2

Will this chat work for me?
Thank you.

VBDev 11-12-2008 03:15 PM

Quote:

Originally Posted by FF|Skyrider (Post 1663566)
Thanks VBDev :). Though, where can I find this issue in the bug list? I can't find it.

Here : https://vborg.vbsupport.ru/showpost....postcount=2760

Quote:

Originally Posted by nasko (Post 1664171)
I'm looking for a private moderators only chat add-on, but one which is like a chat room. Whenever a moderator writes something it should pop out to every other moderator, that is online and vice versa. It is needed for better collaboration between moderators so everyone agrees with a certain course of action being chosen. It would be advantageous to have the option to sign in the chat, to show that they are available as moderators. Maybe something like the one in facebook, but for more than 2 persons. I believe permissions will be based on usergroups, so having the same one for regular users will be good too.

I looked through the available ones, but the choice is big and I'm probably not even getting the full list with the search term "chat"

vBulletin? Version 3.7.2

Will this chat work for me?
Thank you.

No this chat is not a direct messaging system with popups like the one your seeking for.

I don't even now of a chat addon that allows that by the way.

nasko 11-12-2008 04:48 PM

Quote:

Originally Posted by VBDev (Post 1664269)
Here : https://vborg.vbsupport.ru/showpost....postcount=2760



No this chat is not a direct messaging system with popups like the one your seeking for.

I don't even now of a chat addon that allows that by the way.

Thank you. Can you suggest something as close to my needs as possible then? I guess I'll have to forget about the popups. I looked through 7-8 chat addons here and I'm not exactly sure which one to pick. What is the easiest way to demo them, without the need to install them on forum I need them for. I need something simple so it doesn't add much load to the server. It will be used by maximum of 10 moderators and if regular users are let to use it too - then I predict around 50-100 people online in it as well.

Thank you

acegames 11-12-2008 06:19 PM

Is it possible to display the channel name at the top for each channel so user knows at a glance which channel they are in as it gets confusing

SnapOff Racing 11-13-2008 12:11 AM

Quote:

Originally Posted by nasko (Post 1664171)
I'm looking for a private moderators only chat add-on, but one which is like a chat room. Whenever a moderator writes something it should pop out to every other moderator, that is online and vice versa. It is needed for better collaboration between moderators so everyone agrees with a certain course of action being chosen. It would be advantageous to have the option to sign in the chat, to show that they are available as moderators. Maybe something like the one in facebook, but for more than 2 persons. I believe permissions will be based on usergroups, so having the same one for regular users will be good too.

I looked through the available ones, but the choice is big and I'm probably not even getting the full list with the search term "chat"

vBulletin? Version 3.7.2

Will this chat work for me?
Thank you.

vB Pager is all I can think of that is even remotely similar to what your asking. I currently use it on my 3.7.3 forum with no issues whatsoever :up:


All times are GMT. The time now is 04:07 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.07430 seconds
  • Memory Usage 1,762KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (7)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