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)

Gn_Snake 10-27-2008 06:42 PM

the same problem. nothing post????:confused:

lord eriol 10-27-2008 07:35 PM

updated from 1.0.0 to 1.1.0 few days ago... and have encountered some problems

1) with a specific skin, if i try to write something in chatbox i get this error:

Quote:

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

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
this happen only with one specific skin, not with the default skin, and not with another skin
that i have (this faulty skin is compatilble with vb 3.7 obviously, and was ok with previous version 1.0.0 of chatbox)

2) the name of user that post in chatbox, is not aligned with the first row of his text...
but is centered verticalliy with text (ex. if user XYZ write 3 rows of text, his name is aligned with central row, not wih first row), and this is not nice to see, i prefer as was on 1.0.0 (aligned with first row)

3) when i click on "user online" icon, the chatbox expand vertically... but the list of users online is ever empty! Furthermore when click that icon, the chatbox post disappear, and if i click again on same icon, the chatbox don't collapse as i expected, the only way to report
chatbox at normal state, is to refresh browser.

these above are the new problems.... but i have other probs from previous version 1.0.0, that i have alredy reported here (much posts ago), and these problems are still there:

A) no matter how i set order of smilies in mgc evo panel, the smilies are ever in a random-like order... or maybe is in a order that i don't recognize, but not the same order of post editor. I have a forum with near 200 smilies, and this is a big problem for me.

B) The PM command don't function! If i use
Quote:

/pm uname "username" pmtext
or
Quote:

/pm uid "userid" pmtext
(ex. /pm uname Lord Eriol test)

i get the message:
Quote:

Erreur : L'utilisateur n'existe pas
but this is false, the user is there in the chatbox instead!
However, if i click on triangle on the left of nickname in the chatbox, i can send PM message correctly

C) the option to limit posting in chatbox only to user that has posted N messages on forum in the last 24h don't function correctly. I set this option only for registered users group, not for MOD e ADMIN, but the limit is instead applied to every usergroup! No matter if MOD or not.

D) the double post problem as already reported from others. Sometime, seem that the text are posted two time, but other user dont see it twice, only the author see it twice.


....about positive difference with 1.0.0, i noticed that the BAN command function now! :)

I think this chatbox is a great chat and a great mod, im grateful to vbdev for it, but i hope all these bugs can be fixed soon

But I need particularly a fix or hint to solve the skin-related problem (the 1st) , please.
If there is not solution now for that problem.... then please tell me how i can reinstall the previous version 1.0.0
Thanks

Skyrider 10-27-2008 09:37 PM

Curious, when you remove text / messages. Does it gets logged as well? Would be nice to see when you remove chats, it gets saved in "deleted messages archives" or within the logs.

VBDev 10-28-2008 05:58 AM

Quote:

Originally Posted by carlos2000 (Post 1653918)
All the changes are made without success.

While thinking at your problem I was wondering if you had the problem on all pages in which the chatbox is ?

Also, just after the install, with no specific changes in the chatbox options except the usergroup permissions, were you encountering the same behaviour ? Can you please test ?

Quote:

Originally Posted by Gn_Snake (Post 1653981)
the same problem. nothing post????:confused:

Fresh install or upgrade ?

If upgrade, from which version ?

Quote:

Originally Posted by lord eriol (Post 1654027)
1) with a specific skin, if i try to write something in chatbox i get this error:

this happen only with one specific skin, not with the default skin, and not with another skin
that i have (this faulty skin is compatilble with vb 3.7 obviously, and was ok with previous version 1.0.0 of chatbox)

Hum the javascript code has remained unchanged. I hope you haven't applied the javascript modificatin for SECURITYTOKEN as you are running 3.7 ?

Quote:

Originally Posted by lord eriol (Post 1654027)
2) the name of user that post in chatbox, is not aligned with the first row of his text...
but is centered verticalliy with text (ex. if user XYZ write 3 rows of text, his name is aligned with central row, not wih first row), and this is not nice to see, i prefer as was on 1.0.0 (aligned with first row)

Oh seems like it's a center = middle which shall not be applied to that column. Let's add it to the bug list.

Quote:

Originally Posted by lord eriol (Post 1654027)
3) when i click on "user online" icon, the chatbox expand vertically... but the list of users online is ever empty! Furthermore when click that icon, the chatbox post disappear, and if i click again on same icon, the chatbox don't collapse as i expected, the only way to report
chatbox at normal state, is to refresh browser.

Known bug see the bug list, corrected in the next version :)

Quote:

Originally Posted by lord eriol (Post 1654027)
A) no matter how i set order of smilies in mgc evo panel, the smilies are ever in a random-like order... or maybe is in a order that i don't recognize, but not the same order of post editor. I have a forum with near 200 smilies, and this is a big problem for me.

There is an option to get smilies in the vBulletin posts order since you requested it.

Quote:

Originally Posted by lord eriol (Post 1654027)
B) The PM command don't function! If i use
or


(ex. /pm uname Lord Eriol test)

i get the message:

but this is false, the user is there in the chatbox instead!
However, if i click on triangle on the left of nickname in the chatbox, i can send PM message correctly

This is because you don't use the right syntax.

For username : /pm uname "Lord Eriol" test or /pm uid userid test (without "" for the uid).

Quote:

Originally Posted by lord eriol (Post 1654027)
C) the option to limit posting in chatbox only to user that has posted N messages on forum in the last 24h don't function correctly. I set this option only for registered users group, not for MOD e ADMIN, but the limit is instead applied to every usergroup! No matter if MOD or not.

Isn't it an usergroup permission ? Are you sure of this bug ?

Quote:

Originally Posted by lord eriol (Post 1654027)
D) the double post problem as already reported from others. Sometime, seem that the text are posted two time, but other user dont see it twice, only the author see it twice.

Do all users who posts experiences that bug ? Only with IE but not Firefox right ?

Quote:

Originally Posted by FF|Skyrider (Post 1654119)
Curious, when you remove text / messages. Does it gets logged as well? Would be nice to see when you remove chats, it gets saved in "deleted messages archives" or within the logs.

I think I did make it so it's logged.

Gn_Snake 10-28-2008 06:06 AM

Upgrade from 0.40 version

shaynehammy 10-28-2008 09:22 AM

Please help.

I uninstalled this as yet if i go into Usergroup permissions I still see MGC Chatbox Evo : Custom permissions.

If i try change any permissions in my usergroup manager i get errors as follows

Database error in vBulletin 3.7.0:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Administrators',
`description` = '',
`usertitle` = 'Administrator',
`opentag` = '<font color=\"red\">',
`closetag` = '</font>',
`passwordexpires` = '0',
`passwordhistory` = '360',
`pagerpermissions` = '13',
`pagerquota` = '0',
`pagerminpost` = '0',
`pagerminpostperday` = '0',
`pagermaxperday` = '0',
`pagersendmax` = '0',
`pagersendmaxchar` = '300',
`photoplogpermissions` = '434175',
`photoplogmaxfilesize` = '512000',
`photoplogmaxfilelimit` = '0',
`forumpermissions` = '8388607',
`genericpermissions` = '2113929151',
`attachlimit` = '0',
`pmquota` = '300',
`pmpermissions` = '7',
`pmsendmax` = '100',
`calendarpermissions` = '63',
`wolpermissions` = '31',
`adminpermissions` = '3',
`genericpermissions2` = '1',
`genericoptions` = '47',
`profilepicmaxwidth` = '300',
`profilepicmaxheight` = '300',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '150',
`avatarmaxheight` = '250',
`avatarmaxsize` = '600000',
`signaturepermissions` = '237567',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '20000',
`sigmaxrawchars` = '0',
`sigmaxchars` = '0',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '0',
`albumpermissions` = '255',
`albumpicmaxwidth` = '600',
`albumpicmaxheight` = '600',
`albumpicmaxsize` = '100000',
`albummaxpics` = '100',
`albummaxsize` = '0',
`usercsspermissions` = '31',
`visitormessagepermissions` = '63',
`socialgrouppermissions` = '511',
`mgc_cb_evo_permissions` = '0',
`mgc_cb_evo_nbmsg_show` = '',
`mgc_cb_evo_nbmsg_perday_show` = '',
`gb_permissions` = '31',
`radiotvpermissions` = '2047',
`videodirectorypermissions` = '0'
WHERE usergroupid=6;

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'

Error Number : 1054
Request Date : Tuesday, October 28th 2008 @ 10:21:06 AM
Error Date : Tuesday, October 28th 2008 @ 10:21:06 AM
Script : http://www.thechiefbaboon.com/forums....php?do=update
Referrer : http://www.thechiefbaboon.com/forums...&usergroupid=6

Please advise. Thank you.

VBDev 10-28-2008 09:55 AM

Quote:

Originally Posted by Gn_Snake (Post 1654313)
Upgrade from 0.40 version

Have you done the uninstall of the version as stated in the readme file ?

Version prior to 1.0.0 need uninstall for the update process.

Quote:

Originally Posted by shaynehammy (Post 1654389)
Please help.

I uninstalled this as yet if i go into Usergroup permissions I still see MGC Chatbox Evo : Custom permissions.

As said many times in that thread, you haven't followed uninstall instructions correctly.

Go remove the xml files in the includes/xml directory that should do the trick.

carlos2000 10-28-2008 10:19 AM

Quote:

Originally Posted by VBDev (Post 1654307)
While thinking at your problem I was wondering if you had the problem on all pages in which the chatbox is ?

Also, just after the install, with no specific changes in the chatbox options except the usergroup permissions, were you encountering the same behaviour ? Can you please test ?

Yes, still the same problem.

VBDev 10-28-2008 11:13 AM

Hum with default option you encounter that.

Even in the default vB style ?

carlos2000 10-28-2008 12:18 PM

Quote:

Originally Posted by VBDev (Post 1654433)
Hum with default option you encounter that.

Even in the default vB style ?

Yes, same problem with default style.

Tought about the template modification system could cause the errors??


All times are GMT. The time now is 08:53 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.07673 seconds
  • Memory Usage 1,793KB
  • 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
  • (18)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