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 02-01-2009 03:19 PM

Quote:

Originally Posted by msu2k (Post 1729315)
One more request:
In vBulletin you can choose whether to use Google or Yahoo for Use Remote YUI option. Not sure if this mod automatically defaults to that VB selection or if it only uses Yahoo.

Well files are either retrieved from yahoo or your local server.

It's not taking into account vB parameter but own chatbox parameters.

Quote:

Originally Posted by hornstar1337 (Post 1729717)
I see you have fixed many bugs above, only a few left to go. Hopefully you will be able to sort the rest out this weekend so I can purchase the branding free copy as soon as this works on my site.

Well man I have a life ;) So I don't spend my weekends on the chatbox lol...

Anyway yeah I have made big progress but still have to see one stupid annoying issue.

Quote:

Originally Posted by cheat-master30 (Post 1730115)
Is the folder called 'mgc_cb_evo_add' needed any more in the latest version?

Nope you can remove it.

Quote:

Originally Posted by Mr. Baws (Post 1730596)
is there any way to "copy" msgs from shoutboutx to thread?

if i type a msg to shout to be posted in one thread too?

No the chatbox doesn't handle such feature.

Quote:

Originally Posted by DonHouston (Post 1730893)
is there a way to make the default font size smaller?

i know it is possible to disable font sizes all together, if this has been discussed already or if there is a option int he admincp i overlooked i appologize

I think I did make an option for that.

entertain 02-01-2009 03:37 PM

Quote:

Originally Posted by VBDev (Post 1730977)
But you haven't done what I asked you to...

I want you to check the source in your browser and copy the line with vbulletin_version in it.

Do you mean this?
Quote:

var vbulletin_version = 0;
(vBulletin 3.8.1)

msu2k 02-01-2009 05:34 PM

How do I issue commands? I have all of the commands enabled but when I enter them into the chat, they show up exactly as I type them. /me shows up as "/me" etc.

How do I ban someone exactly?

How do I slap someone exactly?

Equarter 02-01-2009 06:10 PM

can anyone help..

I installed the latest version and it's stuck on loading..

my Vb is 3.8.1

I did search old posts but I didn't find conclusive fix..

thanks

exyuteam 02-01-2009 07:15 PM

Quote:

Originally Posted by entertain (Post 1730993)
Do you mean this?

(vBulletin 3.8.1)

I think that VBDev want to find line something like this one in your Source Code

<meta name="generator" content="vBulletin 3.8.1" />

(right click on page and find VIEW SOURCE CODE or comething like that, and when you see bunch of text, on top you will find it...)

exyuteam 02-01-2009 07:25 PM

Quote:

Originally Posted by msu2k (Post 1731106)
How do I issue commands? I have all of the commands enabled but when I enter them into the chat, they show up exactly as I type them. /me shows up as "/me" etc.

How do I ban someone exactly?

How do I slap someone exactly?

You have HELP and there is exsamples... First, you need to ENABLE this commands!

For ME - just type
[high]* exyuteam SOME TEXT[/high]
and text will show - * YOUR_USERNAME Some Text

For SLAP it goes like this:
/slap uname USER_NAME or
/slap uid 12345 (if user ID = 12345 !!!!!)
and text will show like you defined in Command options....

Just click on HELP .... ;)

OR

click on arrows left from username and select desired action ;)

msu2k 02-01-2009 07:41 PM

Quote:

Originally Posted by exyuteam (Post 1731227)
You have HELP and there is exsamples... First, you need to ENABLE this commands!

For ME - just type
[high]* msu2k SOME TEXT
[/high]
and text will show - * YOUR_USERNAME Some Text

For SLAP it goes like this:
/slap uname USER_NAME or
/slap uid 12345 (if user ID = 12345 !!!!!)
and text will show like you defined in Command options....

Just click on HELP .... ;)

OR

click on arrows left from username and select desired action ;)

I figured it out. When I got to MGC Chatbox Evo > Manage Commands I didn't realize that I needed to hit the GO button with "Quickly edit command permissions" selected. Doh! I just thought that dropdown enabled and disabled the commands. Now that I found the checkboxes, it makes total sense. :D

entertain 02-01-2009 08:30 PM

Quote:

Originally Posted by exyuteam (Post 1731215)
I think that VBDev want to find line something like this one in your Source Code

<meta name="generator" content="vBulletin 3.8.1" />

(right click on page and find VIEW SOURCE CODE or comething like that, and when you see bunch of text, on top you will find it...)

This code is also the same like that, that you have posted here. ;)

(<meta name="generator" content="vBulletin 3.8.1" />)

VBDev 02-01-2009 08:56 PM

Quote:

Originally Posted by entertain (Post 1730993)
Do you mean this?

(vBulletin 3.8.1)

Yes that one :) Not the other one !

Ok then seems ok , with this version there shall be no problem of dumb ajax error.

Quote:

Originally Posted by Equarter (Post 1731144)
can anyone help..

I installed the latest version and it's stuck on loading..

my Vb is 3.8.1

I did search old posts but I didn't find conclusive fix..

thanks

Well, have you received any sql error ? Or javascript error in the firefox console ?

nonspin 02-01-2009 11:05 PM

After upgrading to vbb3.81 the chatbox is acting kinda strange.
Let me point out that i've never had any problems before.

- sometimes onLoad it just sits there "loading" .. 5 mins later everything is fine.
- "commands autocompletion" doesnt work anymore in 3.81
- -> tried OFF -> SAVE -> ON to reset (along with all other setting) .. no luck

- and now i also get the "AJAX" window

VBDev 02-02-2009 05:04 AM

Quote:

Originally Posted by nonspin (Post 1731405)
Let me point out that i've never had any problems before.

Sure but software evolves ;)

Quote:

Originally Posted by nonspin (Post 1731405)
- sometimes onLoad it just sits there "loading" .. 5 mins later everything is fine.

No SQL error nor javascript errors (in FF console) ?

Quote:

Originally Posted by nonspin (Post 1731405)
- "commands autocompletion" doesnt work anymore in 3.81

Are you sure ? Commands are active or ?

Quote:

Originally Posted by nonspin (Post 1731405)
- -> tried OFF -> SAVE -> ON to reset (along with all other setting) .. no luck

There is a known bug.

Quote:

Originally Posted by nonspin (Post 1731405)
- and now i also get the "AJAX" window

You are getting the Ajax error with vB3.8 ? Hum...

If you look at page source in your navigator, what do you see after = in the source for : var vbulletin_version ?

nonspin 02-02-2009 06:02 AM

- no sql errors, no java errors
- commands are active and working

.. and this last one made me laugh

PHP Code:

var vbulletin_version 0

i also went through ALL permissions settings and saved them again.


// edit:
everything fixed now.
"mgc_cb_evo_editor" template wasnt reverted (correctly) and contained leftover code

VBDev 02-02-2009 08:38 AM

Quote:

Originally Posted by nonspin (Post 1731625)
- no sql errors, no java errors
- commands are active and working

.. and this last one made me laugh

PHP Code:

var vbulletin_version 0

i also went through ALL permissions settings and saved them again.


// edit:
everything fixed now.
"mgc_cb_evo_editor" template wasnt reverted (correctly) and contained leftover code

Why did it make you laugh ;) 0 is the normal value you should have in that case (don't intend to see actual version it's a custom chatbox variable so everything is normal).

Glad you find out what the issue was !

Equarter 02-02-2009 08:57 AM

Quote:

Originally Posted by VBDev (Post 1731322)

Well, have you received any sql error ? Or javascript error in the firefox console ?

- no sql errors, no java errors, and I use IE

VBDev 02-02-2009 10:14 AM

And it was a fresh install ?

DonHouston 02-02-2009 01:34 PM

nevermind, fixed it

Gn_Snake 02-02-2009 01:52 PM

Hi VBDev ,
for this any idea?

Quote:

Originally Posted by Gn_Snake
Hi VBdev,
when in the chatbox a word with accent is written, the chat it does not visualize the term and does not allow to insert other...

Any idea?
Well I haven't had any issue with accent so far.

Which language is your forum ?
My forum is italian.

HayleyP 02-02-2009 10:15 PM

https://vborg.vbsupport.ru/

I can't seem to make this error go away...

DonHouston 02-02-2009 10:18 PM

you have to turn off ajax in your vbulletin options.

i get this error to and im wondering, turning ajax off, what is the downside to this?

HayleyP 02-02-2009 10:19 PM

Doesn't that mean that other hacks/add ons using ajax won't work?

HayleyP 02-02-2009 10:20 PM

And anyway, I disabled it and still got the error..

odln018 02-02-2009 10:41 PM

Whenever I try to use the usergroup manager, I'm receiving the following error:

I THINK it's related to MGC Chat, which I installed then removed.

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO usergroup
(`title`, `description`, `usertitle`, `opentag`, `closetag`, `passwordexpires`, `passwordhistory`, `ispublicgroup`, `canoverride`, `mgc_cb_evo_permissions`, `mgc_cb_evo_nbmsg_show`, `mgc_cb_evo_nbmsg_perday_show`, `forumpermissions`, `genericpermissions`, `attachlimit`, `pmquota`, `pmpermissions`, `pmsendmax`, `pmthrottlequantity`, `calendarpermissions`, `wolpermissions`, `adminpermissions`, `genericpermissions2`, `genericoptions`, `profilepicmaxwidth`, `profilepicmaxheight`, `profilepicmaxsize`, `avatarmaxwidth`, `avatarmaxheight`, `avatarmaxsize`, `signaturepermissions`, `sigpicmaxwidth`, `sigpicmaxheight`, `sigpicmaxsize`, `sigmaxrawchars`, `sigmaxchars`, `sigmaxlines`, `sigmaxsizebbcode`, `sigmaximages`, `albumpermissions`, `albumpicmaxwidth`, `albumpicmaxheight`, `albumpicmaxsize`, `albummaxpics`, `albummaxsize`, `usercsspermissions`, `visitormessagepermissions`, `socialgrouppermissions`, `maximumsocialgroups`, `groupiconmaxsize`)
VALUES
('123', '', '', '', '', '', '', '0', '0', '0', '', '', '651271', '2626563', '1000000', '0', '0', '5', '', '0', '1', '0', '0', '41', '100', '100', '25000', '50', '50', '20000', '0', '', '', '', '', '', '', '7', '', '0', '', '', '', '', '', '0', '0', '0', '', '');

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054
Request Date : Monday, February 2nd 2009 @ 02:55:01 PM
Error Date : Monday, February 2nd 2009 @ 02:55:01 PM
Script : http://localhost/forum/admincp/usergroup.php
Referrer : http://localhost/forum/admincp/usergroup.php?do=add
IP Address : ::1
Username : Admin
Classname : vB_Database
MySQL Version : 5.1.30-community

Could someone please help?

DonHouston 02-02-2009 10:55 PM

Quote:

Originally Posted by HayleyP (Post 1732439)
And anyway, I disabled it and still got the error..

oh i dont know then, it fixed it for me when i disabled ajax

Quote:

Originally Posted by odln018 (Post 1732457)
Whenever I try to use the usergroup manager, I'm receiving the following error:

I THINK it's related to MGC Chat, which I installed then removed.

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO usergroup
(`title`, `description`, `usertitle`, `opentag`, `closetag`, `passwordexpires`, `passwordhistory`, `ispublicgroup`, `canoverride`, `mgc_cb_evo_permissions`, `mgc_cb_evo_nbmsg_show`, `mgc_cb_evo_nbmsg_perday_show`, `forumpermissions`, `genericpermissions`, `attachlimit`, `pmquota`, `pmpermissions`, `pmsendmax`, `pmthrottlequantity`, `calendarpermissions`, `wolpermissions`, `adminpermissions`, `genericpermissions2`, `genericoptions`, `profilepicmaxwidth`, `profilepicmaxheight`, `profilepicmaxsize`, `avatarmaxwidth`, `avatarmaxheight`, `avatarmaxsize`, `signaturepermissions`, `sigpicmaxwidth`, `sigpicmaxheight`, `sigpicmaxsize`, `sigmaxrawchars`, `sigmaxchars`, `sigmaxlines`, `sigmaxsizebbcode`, `sigmaximages`, `albumpermissions`, `albumpicmaxwidth`, `albumpicmaxheight`, `albumpicmaxsize`, `albummaxpics`, `albummaxsize`, `usercsspermissions`, `visitormessagepermissions`, `socialgrouppermissions`, `maximumsocialgroups`, `groupiconmaxsize`)
VALUES
('123', '', '', '', '', '', '', '0', '0', '0', '', '', '651271', '2626563', '1000000', '0', '0', '5', '', '0', '1', '0', '0', '41', '100', '100', '25000', '50', '50', '20000', '0', '', '', '', '', '', '', '7', '', '0', '', '', '', '', '', '0', '0', '0', '', '');

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054
Request Date : Monday, February 2nd 2009 @ 02:55:01 PM
Error Date : Monday, February 2nd 2009 @ 02:55:01 PM
Script : http://localhost/forum/admincp/usergroup.php
Referrer : http://localhost/forum/admincp/usergroup.php?do=add
IP Address : ::1
Username : Admin
Classname : vB_Database
MySQL Version : 5.1.30-community

Could someone please help?

i should like to know a fix to this as well as i was receiving the same error but have decided to see if i can get the bugs worked out

entertain 02-03-2009 04:12 AM

Quote:

Originally Posted by odln018 (Post 1732457)
Whenever I try to use the usergroup manager, I'm receiving the following error:

I THINK it's related to MGC Chat, which I installed then removed.

Invalid SQL:

### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO usergroup
(`title`, `description`, `usertitle`, `opentag`, `closetag`, `passwordexpires`, `passwordhistory`, `ispublicgroup`, `canoverride`, `mgc_cb_evo_permissions`, `mgc_cb_evo_nbmsg_show`, `mgc_cb_evo_nbmsg_perday_show`, `forumpermissions`, `genericpermissions`, `attachlimit`, `pmquota`, `pmpermissions`, `pmsendmax`, `pmthrottlequantity`, `calendarpermissions`, `wolpermissions`, `adminpermissions`, `genericpermissions2`, `genericoptions`, `profilepicmaxwidth`, `profilepicmaxheight`, `profilepicmaxsize`, `avatarmaxwidth`, `avatarmaxheight`, `avatarmaxsize`, `signaturepermissions`, `sigpicmaxwidth`, `sigpicmaxheight`, `sigpicmaxsize`, `sigmaxrawchars`, `sigmaxchars`, `sigmaxlines`, `sigmaxsizebbcode`, `sigmaximages`, `albumpermissions`, `albumpicmaxwidth`, `albumpicmaxheight`, `albumpicmaxsize`, `albummaxpics`, `albummaxsize`, `usercsspermissions`, `visitormessagepermissions`, `socialgrouppermissions`, `maximumsocialgroups`, `groupiconmaxsize`)
VALUES
('123', '', '', '', '', '', '', '0', '0', '0', '', '', '651271', '2626563', '1000000', '0', '0', '5', '', '0', '1', '0', '0', '41', '100', '100', '25000', '50', '50', '20000', '0', '', '', '', '', '', '', '7', '', '0', '', '', '', '', '', '0', '0', '0', '', '');

MySQL Error : Unknown column 'mgc_cb_evo_permissions' in 'field list'
Error Number : 1054
Request Date : Monday, February 2nd 2009 @ 02:55:01 PM
Error Date : Monday, February 2nd 2009 @ 02:55:01 PM
Script : http://localhost/forum/admincp/usergroup.php
Referrer : http://localhost/forum/admincp/usergroup.php?do=add
IP Address : ::1
Username : Admin
Classname : vB_Database
MySQL Version : 5.1.30-community

Could someone please help?

Try to delete the files from the filesystem (Only this ones, that are from the MGC Chatbox). ;)
includes\xml
Quote:

Originally Posted by HayleyP (Post 1732435)
http://img266.imageshack.us/img266/1717/erroros3.jpg

I can't seem to make this error go away...

Which vB version do you use?

KevinL 02-03-2009 04:19 AM

To fix the ajax errors the fix is in the first post with a link....

https://vborg.vbsupport.ru/showpost....postcount=3725

odln018 02-03-2009 10:48 AM

[QUOTE=entertain;1732654]Try to delete the files from the filesystem (Only this ones, that are from the MGC Chatbox). ;)
includes\xml
That took care of it!!! Thank you very much, this error was preventing me from creating new usergroups.

I really appreciate it.

cindy helmond 02-03-2009 12:13 PM

i import the english language but in the admincp i get french language ?
any fix of this ?

thx

jazde86 02-03-2009 07:41 PM

Hi VBDev!

Now, you've added the Quote BBCode to the features. :) Can you add the Code BBCode too, please? ;) Would be very cool to have the same BBCodes from vB in the Chatbox. :D

DotSauce 02-04-2009 01:27 AM

Quote:

Originally Posted by cindy helmond (Post 1733001)
i import the english language but in the admincp i get french language ?
any fix of this ?

thx

Fresh install and working great! Except I too get French admincp links.

Awesome mod! Thx.

VBDev 02-04-2009 04:05 AM

Quote:

Originally Posted by Gn_Snake (Post 1731913)
Hi VBDev ,
for this any idea?

My forum is italian.

Well I don't have any problem with accent letters.

Quote:

Originally Posted by HayleyP (Post 1732439)
And anyway, I disabled it and still got the error..

Well you shouldn't it's stupid to remove ajax as it doesn't affect the chatbox (this option is not taken into account)

Quote:

Originally Posted by cindy helmond (Post 1733001)
i import the english language but in the admincp i get french language ?
any fix of this ?

thx

Refresh the page this will be ok.

VBDev 02-04-2009 04:07 AM

Quote:

Originally Posted by jazde86 (Post 1733370)
Hi VBDev!

Now, you've added the Quote BBCode to the features. :) Can you add the Code BBCode too, please? ;) Would be very cool to have the same BBCodes from vB in the Chatbox. :D

Well the problem with those two bbcode is that there are so so ugly when displayed in the chatbox...

I am adding them but I won't provide any modifications of the way their display is built.

I will be adding quote along with code then.

Why I am not having the same bbcodes from vB in the chatbox is because I want users to independentely activate bbcodes. And honestly some bbcode have nothing to do in the chatbox... (Like quote or code...)

Quote:

Originally Posted by DotSauce (Post 1733691)
Fresh install and working great! Except I too get French admincp links.

Awesome mod! Thx.

Refresh your page no remaining english shall be there.

adnedarn 02-04-2009 04:36 AM

Quote:

Originally Posted by VBDev (Post 1726510)
I have started working on the next version, can someone tell me what this bug was exactly, can't find it :
Quote:

Chats limit per 24 is not working properly


https://vborg.vbsupport.ru/showpost....postcount=3808

It is counting our total posts in the archives not what was in the last 24hrs... I'm still hoping you will think about lessening the time frame though ;) It would allow for better flood/spam control for those of us that want to limit that.
Thanks!

VBDev 02-04-2009 07:54 AM

Quote:

Originally Posted by adnedarn (Post 1733812)
https://vborg.vbsupport.ru/showpost....postcount=3808

It is counting our total posts in the archives not what was in the last 24hrs... I'm still hoping you will think about lessening the time frame though ;) It would allow for better flood/spam control for those of us that want to limit that.
Thanks!

Ok thanks for the answer will look into it :)

davew 02-04-2009 10:15 AM

1 Attachment(s)
Hi! First, let me say thank you for this great shoutbox - very nice work!

I have a question though..

I have width set to 100%, but the message box never fills the screen (I have tried 150% etc, and although the width increases, only the same percentage is available for use)

I have attached a screenshot.

VB 3.8.1, MGC v2.1.0 - same in FF and IE7.

Any suggestions to make the box fill the page would be appreciated!

Regards,
Dave

Ranger187 02-04-2009 10:21 AM

Did you try viewing this in the default template? It's almost definitely a template hack/edit you did.

davew 02-04-2009 10:32 AM

Quote:

Originally Posted by Ranger187 (Post 1734052)
Did you try viewing this in the default template? It's almost definitely a template hack/edit you did.

Thanks for the prompt reply - yes, it is exactly the same in the default template, and also in a blank test forum I created..

Regards,
Dave

Ranger187 02-04-2009 11:35 AM

Are your templates all fixed or normal ones? Fixed always stay the same width. Is this your first install for the chat, or did you have have it and do an upgrade to either the chat or vbulletin?

Not sure if this bug listed is what you have (which is already fixed for next release): Forum left to right align not taken into account. Scroll up top and you'll see the list. ;)

But I'm sure VBdev knows more.....time to eat.....

Gn_Snake 02-04-2009 12:16 PM

Quote:

Originally Posted by VBDev (Post 1733792)
Well I don't have any problem with accent letters.

will, every word accented blocks Chatbox....There is no solution :confused:

Excalibur! 02-04-2009 12:45 PM

Quote:

Originally Posted by exyuteam (Post 1706814)
I have a same problem, and not just that characters.... ALL special characters not showing, and after that I must refresh page to send any other message.... Characters not shown (some of them): ?Đ?ČĆ?đ?čć and NOT working with ? and %... maybee some others....

Any idea? Where can be a problem.... All charachters (?Đ?ČĆ?đ?čć) working on forum posts with no problem....

Thanks in advance, and congratulations for this GREAT mod.

I have the same problem. My forum is using UTF-8 character encoding, but all "special" characters are not displaying in MGC Chatbox Evo...

gtcompscientist 02-04-2009 01:51 PM

Many of my iPhone users are reporting that the chatbox causes the rest of the forum to disappear.

Here is a screenshot of what happens:
https://vborg.vbsupport.ru/external/2009/02/99.jpg

If the shoutbox is turned off, then it doesn't happen, the rest of the forum loads just fine.

Any suggestions?


All times are GMT. The time now is 11:05 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.08403 seconds
  • Memory Usage 1,886KB
  • 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
  • (2)bbcode_php_printable
  • (37)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
  • (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