![]() |
Quote:
I mean the following situation. Someone types: Its boring here or just boring and the bot answer to that question is set to *boring so that the bot answers to both shouts, without having the exact question in the database. :) |
1 Attachment(s)
Quote:
Quote:
Also: When I attempted to approve a post, I received this error message in the AdminCP: Quote:
Also, the "merge" of notifications with the chat doesn't work as it should, here's an example: https://vborg.vbsupport.ru/attachmen...1&d=1252777263 See the "latest reply" chat? That's my last chat reply I made and no one has made a reply within any thread at that time. When ever I type a new chat, it appears above the new thread replies and doesn't show at the bottom. It's like the chat box is at the top, and the new thread/replies at the bottom. |
I install the product and i activate the option, created the channel, permession granted, but still can't find it any where
|
In the picture, the arrow points to the Chatbox that's in blue. I want to change this color to a different blue. How and where do I do this?
Also, how do I change the avatar .jpg to .gif? http://img12.imageshack.us/img12/3228/29663013.jpg I love this mod...Installed :) Reply to: Quote:
|
Ghostly24, I know i'm not the thread owner nor a mod. But is it possible you can change the IMG url in a normal URL? It's kinda stretching the whole thread.
EDIT: Thanks for fixing it up ^_^! |
Hi..
i followed ReadMe file, and just installed this, and everything went fine. but the problem is, the chatbox does appear! any idea? Edit: got it working! i just couldn't understand how it works.. thnx |
Quote:
|
I see a few posts went by but I didnt want to get lost in the mix, I am pretty confused on how to get our site fixed after upgrading to the latest patch on 2.4.1
I just was wondering if anyone can please help with these errors below. SORRY I was working fine on my VBadvanced and on the forums fine. Now I cannot get my site to load when i run it on vbadvanced even when i reinstalled the module. I get the error below Fatal error: Call to undefined function can_view_mgc_cb_evo() in /home/diyproj/public_html/modules/mgc_cb_evo.php on line 3 I tried to look that up but there is nothing in that file relating on line 3. I try to also run it on the main forums and get this error repeated 6 times above the header. Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/mgc_cb_evo/class_misc.php on line 412 Please can someone try to help me out. The last version was running fine but this is what i get for trying to fix something that wasnt broken, i just though that the few issues i was having would have been fixed with the upgrade, ugh haha now i have more. Thank you VERY much |
Quote:
Dont bother reloading the site, it doesnt work. Dont bother trying your tools.php, that doesnt either. neither does trying to install it again, or downgrading to the previous version (3.3.2) that worked. Last measures are being called for, we nuking the chatbox tables to see if it fixes it. Here's hoping.... |
Hello,
Everyone can some one please help me how to get this Chat work on my forum please i doo the step but i can't find the code this is my code function do_output($output_array) { global $mgc_cb_evo,$mgc_cb_evo_var; global $DB, $ibforums, $arcade, $header, $vbphrase, $vboptions, $stylevar, $headinclude, $bbuserinfo, $session, $show, $pmbox; global $forumjump, $timezone, $logincode, $_USEROPTIONS, $scriptpath, $admincpdir, $modcpdir, $quickchooserbits; global $languagechooserbits, $spacer_open, $spacer_close, $vbulletin, $navbar, $footer; global $template_hook, $notifications_menubits, $notifications_total, $notices, $ad_location; global $vba_options; |
Well, nuking our mgc tables seems to have fixed the errors.
Now, get the rest of the site online. :) |
Ok, my whole site is not ruined but anytime it is turned on in vbadvanced it errors the site and then when it is turned on in the forums i get errors on the top, when it is turned off all is fine...ugh...I need to get a chat back up on the site.... :)
|
Quote:
I had to delete all the mcg tables and am yet to get the blooming site to display again. So, i got rid of the errors, but that seems to have got rid of all the other stuff too... even though its all there. :| |
|
There are several problems with the chatbox that need patching in the next version (or you can do them yourself if you want). They are found in includes/class_dm_mgccbchat.php and mgc_cb_evo_acp.php (they may also be elsewhere but i haven't seen it and am too lazy to look but if you have a 'wrong datatype in blah blah' this pertains to you)
They occur in many places, but the simplest way to find them is to do a search for "explode(" so you'll have an instance like Code:
if (!empty($command['usergroupids'])) Code:
if (!empty($command['usergroupids'])) Note you will only experience these errors if at least one command has a blank userid and/or usergroupids. Additionally the problems occur most drastically (ie blank chatbox etc) for users who are part of secondary- and/or member- groups. This issue may have existed in prior versions as well. \o/ /hand |
Quote:
When i will go to the Portal it cames only a white site, then i make the shoutbox off and it works fine...only in the Portal from vBadvanced... |
I am newer, so please forgive me if my question sounds stupid.
I fixed the issue I was having before with the French interspersed with the English, but I can't fix the loading issue I am having. I have read the responses on this thread and can't figure out if I should try upgrading to 2.4.1 or alter code somewhere in the 2.3.2. The only issue I am having right now is the loading issue. I did try to get the 2.4.1 but for some reason, my files aren't extracting properly from the zip file. If I try to fix the issue in 2.3.2, what coding should I be fixing? Thanks in advance. |
Wow, I went through and was trying to edit the files but they did not seem to fix the site. Kind of upset now...we have no chat. Hmmm MGC is there any way you can please try to fix these issues? Thank you VERY much
|
It's on the way ;)
|
Thanks for the updated version, but I am still having a problem extracting the files. With both 2.4.1 and 2.4.2, when I go to extract the files, I get a message saying "There is already a filename with the same name of the folder name you specified. Specify a different name." this pops up for the changelog file, channel icons, files, macosx, images, lang and product. They show in the "extracted" file with 0 kb in each.
Is this something I am doing wrong? I had no problem with 2.3.x |
Firstly, I apologise if this has already been posted, I couldn't see it in the 56+ pages.
If you're having the DEPRECATED error being displayed problem, then there's a simple way to fix this. This does NOT fix the problem, all it does is tell php to stop reporting the problem. Open the following files: mgc_cb_evo.php mgc_cb_evo_ajax.php And change this line (Line 4): error_reporting(E_ALL & ~E_NOTICE); To this: error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_USER_DEPRECATED); This little code fix works fine. Demo Cheers, (php version: 5.3.0) |
Still having the same problem with the [More] smilies :(
|
Nevermind, it started working after I changed the max displayed under the chatbox.
|
2.4.2 bug report
After upgrading, I am no longer able to validate the moderated threads I have - I receive error: Fatal error: Call to a member function authorize_user_newthread_newpost_notif() on a non-object in /serverpath/includes/mgc_cb_evo/plugins.php on line 580 I do have new thread notifications enabled. Disabling them allowed me to validate the moderated posts. I'm not sure if this was the case with creating new threads either. |
I get this fatal error in 2.4.2 on all pages of my forum whether or not it's turned on (disabling the product fixes it):
Quote:
Quote:
Cheers, |
Ok, great I see there was an update to the chatbox...It seems to be working better but im still getting this error...should i destroy the whole setup and lose all my chats?
I am getting this error 6 times above the header. Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/mgc_cb_evo/class_misc.php on line 420 I am also still getting this error on the top of my vBadvanced page... Fatal error: Call to undefined function can_view_mgc_cb_evo() in /home/diyproj/public_html/modules/mgc_cb_evo.php on line 3 |
I've installed 2.4.2 from 2.2.x and it is much slower for us. It takes a bit to load after the forum has loaded, then once you send your message it takes a moment for your chat to disappear from the input field, and then more moments for it to show up in the chatbox. I followed the "Upgrade from the version 1.0.0 up to 2.2.1 " instructions including the script at the end. Ideas?
|
The Shoutbox was updatet yesterday but it dosnt works with vbcmps too...
|
Quote:
Quote:
Quote:
Quote:
Edit includes/mgc_cb_evo/class_misc.php, search for : PHP Code:
PHP Code:
PHP Code:
Quote:
Quote:
It might be slower at first load as you need to cache new js but that's all. |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
when i update to this new vers. the prob. cames. |
Quote:
Thanks for the damn warning :( |
Quote:
Quote:
And I have the module working. https://vborg.vbsupport.ru/showthread.php?t=169965 <--- Go to the 3RD PARTY LINK FOR SUPPORT. Quote:
https://vborg.vbsupport.ru/showthread.php?t=169965 <--- Go to the 3RD PARTY LINK FOR SUPPORT. |
Quote:
It's completely not his responsibility to either warn you or test it with any 3rd party addon. I think an apology is in order don't you? |
^^ lol guys no biggie.
I'll work on the vbadvanced integration very soon so you'll be able to take a big breath and get relived :) |
Quote:
|
Looking on the demo site there are tabs for pm/channels
How do I get thoses? I've set up a new channel and nothing? Thanks |
All times are GMT. The time now is 03:36 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|