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)

VBDev 03-19-2008 05:45 AM

Quote:

Originally Posted by atlambros83 (Post 1467810)
have the smiley categories been taken into account yet in the next update?

It has been taken into account in the last release.

Quote:

Originally Posted by sickboy6ths (Post 1468034)
Hi, I was thinking about a new feature:
How about a chat-page, like the full-sized chatbox, where you can display each channel you have access to?

I was thinking you could choose the channels you wish to display there (if you got access to them).
Or the possibility to display all channels in 1, while each nickname is prefixed with the channel name, and you can talk by adding /channelname blalbalb to their channel (like you can do now from the global channel etc too :P)

Just brainstorming, but thought it might be a nice idea (Moderators, Want-To-Know-Everything types, etc etc :p)

Honestly I won't develop such a feature. This would be an enormous rework and I don't see the point of such a feature sorry.

molieman 03-19-2008 11:38 AM

Excellent addition to my site. Thank you VBDev :)

In the read me there is
Quote:

"edit the FORUMHOME template and add the $mgc_cb_evo_stats where you want the stats to appear on your forum home."
This is where I placed the above statement in FORUMHOME:

</head>
<body>
$header
$navbar
$mgc_cb_evo_stats
<if condition="$show['guest']">
<!-- guest welcome message -->

I've taken the "yes" option in AdminCP "Display stats on the forumhome"

Unfortunately, nothing happens, nothing is displayed on the forum page. Perhaps I'm not doing something that I should.

Please help :)

maidos 03-19-2008 11:55 AM

hey just wonder if u remember to check the utf8 issue ?

yeku 03-19-2008 01:38 PM

Hi all,

I'm receiving by mail this error:

Code:

Database error in vBulletin 3.6.7:

Invalid SQL:

      UPDATE session
      SET lastactivity = xxxx, location = '/info/mgc_chatbox.php?do=ajax_refresh_chat', inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
                    WHERE sessionhash = 'xxxx';

MySQL Error  : MySQL server has gone away
Error Number : 2006
Date        : Monday, March 17th 2008 @ 02:56:09 PM
Script      : http://www.mydomain.com/info/mgc_chatbox.php
Referrer    : http://www.mydomain.com/info/index.php
IP Address  : xxxx
Username    : xxxx
Classname    : vB_Database

The timeout configuration of the mysqlserver isn't the problem (i've spoken with the admin).

Do you have any idea?

Thanks.

theOZer 03-19-2008 08:56 PM

Running vB3.7.0 RC1 in testvb with prior Chatbox V1.5 uninstalled before upgrading vB3.6.8 to vB370RC1.
Followed installation instructions.
In ACP > UserGroups > UserGroup Manager
I try to set any usergroup's Chatbox Permission to Yes, then Save,
and get this error message:
Code:

Database error in vBulletin 3.7.0 Release Candidate 1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
        `title` = 'Super Moderators',
        `description` = '',
        `usertitle` = 'Super Moderator',
        `opentag` = '',
        `closetag` = '',
        `passwordexpires` = '0',
        `passwordhistory` = '0',
        `forumpermissions` = '8388607',
        `genericpermissions` = '1609520879',
        `attachlimit` = '0',
        `pmquota` = '50',
        `pmpermissions` = '7',
        `pmsendmax` = '0',
        `calendarpermissions` = '63',
        `wolpermissions` = '15',
        `adminpermissions` = '1',
        `genericpermissions2` = '1',
        `genericoptions` = '63',
        `profilepicmaxwidth` = '100',
        `profilepicmaxheight` = '100',
        `profilepicmaxsize` = '65535',
        `avatarmaxwidth` = '80',
        `avatarmaxheight` = '80',
        `avatarmaxsize` = '25000',
        `signaturepermissions` = '237567',
        `sigpicmaxwidth` = '500',
        `sigpicmaxheight` = '100',
        `sigpicmaxsize` = '2000',
        `sigmaxrawchars` = '1000',
        `sigmaxchars` = '500',
        `sigmaxlines` = '0',
        `sigmaxsizebbcode` = '7',
        `sigmaximages` = '4',
        `albumpermissions` = '255',
        `albumpicmaxwidth` = '600',
        `albumpicmaxheight` = '600',
        `albumpicmaxsize` = '100000',
        `albummaxpics` = '100',
        `albummaxsize` = '0',
        `usercsspermissions` = '31',
        `visitormessagepermissions` = '63',
        `socialgrouppermissions` = '511',
        `mgccustomusergroupperms` = '0',
        `nbmsgshowchatbox` = '',
        `vbblog_general_permissions` = '126',
        `vbblog_entry_permissions` = '24188',
        `vbblog_comment_permissions` = '990',
        `trgpermissions` = '0',
        `mgc_cb_evo_permissions` = '127',
        `mgc_cb_evo_nbmsg_show` = '0',
        `mgc_cb_evo_nbmsg_perday_show` = '0',
        `mgc_cb_evo_default_color` = '000000'
WHERE usergroupid=5;

MySQL Error  : Unknown column 'mgccustomusergroupperms' in 'field list'
Error Number  : 1054
Date          : Wednesday, March 19th 2008 @ 05:44:21 PM
Script        : http://ozmad.net/testvb/admincp/usergroup.php?do=update
Referrer      : http://ozmad.net/testvb/admincp/usergroup.php?do=edit&usergroupid=5
IP Address    : 205.170.15.222
Username      : fLASH
Classname    : vb_database
MySQL Version : 4.0.27-standard-log


VBDev 03-20-2008 05:20 AM

Quote:

Originally Posted by molieman (Post 1468621)
Excellent addition to my site. Thank you VBDev :)

In the read me there is

This is where I placed the above statement in FORUMHOME:

</head>
<body>
$header
$navbar
$mgc_cb_evo_stats
<if condition="$show['guest']">
<!-- guest welcome message -->

I've taken the "yes" option in AdminCP "Display stats on the forumhome"

Unfortunately, nothing happens, nothing is displayed on the forum page. Perhaps I'm not doing something that I should.

Please help :)

Hum seems ok to me.

Anyone else having this issue ?

Quote:

Originally Posted by maidos (Post 1468627)
hey just wonder if u remember to check the utf8 issue ?

No sorry I am bit busy and forget everything.

What was it exactly ?

Quote:

Originally Posted by yeku (Post 1468700)
Hi all,

I'm receiving by mail this error:

Code:

Database error in vBulletin 3.6.7:

Invalid SQL:

      UPDATE session
      SET lastactivity = xxxx, location = '/info/mgc_chatbox.php?do=ajax_refresh_chat', inforum = 0, inthread = 0, incalendar = 0, badlocation = 0
                    WHERE sessionhash = 'xxxx';

MySQL Error  : MySQL server has gone away
Error Number : 2006
Date        : Monday, March 17th 2008 @ 02:56:09 PM
Script      : http://www.mydomain.com/info/mgc_chatbox.php
Referrer    : http://www.mydomain.com/info/index.php
IP Address  : xxxx
Username    : xxxx
Classname    : vB_Database

The timeout configuration of the mysqlserver isn't the problem (i've spoken with the admin).

Do you have any idea?

Thanks.

Honestly I don't know.btw this is not the good thread, you are asking questions about the mgc_chatbox and not the mgc_cb_evo :)

I think it could be a too low refresh rate perhaps but not sure.

Quote:

Originally Posted by theOZer (Post 1469101)
Running vB3.7.0 RC1 in testvb with prior Chatbox V1.5 uninstalled before upgrading vB3.6.8 to vB370RC1.
Followed installation instructions.
In ACP > UserGroups > UserGroup Manager
I try to set any usergroup's Chatbox Permission to Yes, then Save,
and get this error message:
Code:

Database error in vBulletin 3.7.0 Release Candidate 1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
    `title` = 'Super Moderators',
    `description` = '',
    `usertitle` = 'Super Moderator',
    `opentag` = '',
    `closetag` = '',
    `passwordexpires` = '0',
    `passwordhistory` = '0',
    `forumpermissions` = '8388607',
    `genericpermissions` = '1609520879',
    `attachlimit` = '0',
    `pmquota` = '50',
    `pmpermissions` = '7',
    `pmsendmax` = '0',
    `calendarpermissions` = '63',
    `wolpermissions` = '15',
    `adminpermissions` = '1',
    `genericpermissions2` = '1',
    `genericoptions` = '63',
    `profilepicmaxwidth` = '100',
    `profilepicmaxheight` = '100',
    `profilepicmaxsize` = '65535',
    `avatarmaxwidth` = '80',
    `avatarmaxheight` = '80',
    `avatarmaxsize` = '25000',
    `signaturepermissions` = '237567',
    `sigpicmaxwidth` = '500',
    `sigpicmaxheight` = '100',
    `sigpicmaxsize` = '2000',
    `sigmaxrawchars` = '1000',
    `sigmaxchars` = '500',
    `sigmaxlines` = '0',
    `sigmaxsizebbcode` = '7',
    `sigmaximages` = '4',
    `albumpermissions` = '255',
    `albumpicmaxwidth` = '600',
    `albumpicmaxheight` = '600',
    `albumpicmaxsize` = '100000',
    `albummaxpics` = '100',
    `albummaxsize` = '0',
    `usercsspermissions` = '31',
    `visitormessagepermissions` = '63',
    `socialgrouppermissions` = '511',
    `mgccustomusergroupperms` = '0',
    `nbmsgshowchatbox` = '',
    `vbblog_general_permissions` = '126',
    `vbblog_entry_permissions` = '24188',
    `vbblog_comment_permissions` = '990',
    `trgpermissions` = '0',
    `mgc_cb_evo_permissions` = '127',
    `mgc_cb_evo_nbmsg_show` = '0',
    `mgc_cb_evo_nbmsg_perday_show` = '0',
    `mgc_cb_evo_default_color` = '000000'
WHERE usergroupid=5;

MySQL Error  : Unknown column 'mgccustomusergroupperms' in 'field list'
Error Number  : 1054
Date          : Wednesday, March 19th 2008 @ 05:44:21 PM
Script        : http://ozmad.net/testvb/admincp/usergroup.php?do=update
Referrer      : http://ozmad.net/testvb/admincp/usergroup.php?do=edit&usergroupid=5
IP Address    : 205.170.15.222
Username      : fLASH
Classname    : vb_database
MySQL Version : 4.0.27-standard-log


You haven't uninstalled the 1.5 version correctly.

You should have removed chatbox files prior to the new install.

To correct that, you have to remove the 1.5 version files and then rebuild bitfields manually.

Inferno Dragon 03-20-2008 11:32 AM

how I can disable the sticky feature of chat messages for the regular members? some members sticky their dumb shouts :S

maidos 03-20-2008 12:29 PM

well because utf8 character are disabled or not working at all with ur chatbox. iposted öäå oon the quick reply whihc ajax feature was enabled and it worked.
but it dont work when ipost öäå on ur shoutbox

theOZer 03-20-2008 03:03 PM

VBDev, Right On!
I had uninstalled Chatbox V1.5, but I also needed to delete the CBv15 files. Once I deleted those files, ChatBox Evo works in my vB370RC1 testvb.

VBDev 03-20-2008 03:41 PM

<font color="Red">Thanks to molieman for his kind donation
</font>


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