View Full Version : Chat Modifications - MGC Chatbox Evo
Da-Vinci
08-20-2010, 06:48 PM
Yes please :) Keep me in touch.
See in previous page, the fix has been stated.
For forumhome, an option will be included in next version to allow display just below the navbar (and thus not next to the sidebar).
That's great thanks, I've managed to get it to display on the Showthread & Forumdisplay templates, but I've also noticed that the Post New Thread button is displayed above the Chatbox & if you have any sub forums they are displayed above the chatbox as is the New Thread button.
I really like the MGC, but could I suggest you simplify it slightly as there are so many settings it's hard to remember everything you've changed, plus if permissions could be added via the settings menu rather than via the Usergroup Manager.
I've also noticed a few minor vbugs lol sorry if I'm being picky. The text entry field doesn't change, I've set it to 600px but it's stayed on 200px there were one or two other things but I can't remember them off the top of my head.
Anyway great work VB-Dev I look forward to future releases of the best Chatbox release on the VB scene. :D
rfsforums
08-21-2010, 06:51 PM
My forum is made up of many private usergroup forums (companies), which I have created a channel for each. The problem is users forget that they are in the general channel and begin to discuss issues that should only be discussed in their private forum or private channel.
Thus the need to turn of or disable the general channel.
Thanks for your help!
ikki29
08-22-2010, 12:26 PM
Activating the Automatic Update not working properly, you have to press the refresh button so they load the talks, how could I solve this problem, thanks
Lionel
08-22-2010, 11:03 PM
Hi Cl?ment,
My forum is bilingual, english and french.
When I switch to french language, the date displays as
%20/%08/%2010 %0606%Aug
That's because you set the Locale as false in the vbdate() call (set to true by default)
To fix that I replaced all (except for archives where you merged date and time, so locale is not necessary)
$date = vbdate($this->registry->options['dateformat'], $chat['dateline'],true, false);with
$date = vbdate($this->registry->options['dateformat'], $chat['dateline'],true);I did the same for time.
VBDev
08-23-2010, 05:39 AM
Ok thanks for pointing me out, I'll correct that.
VBDev
08-23-2010, 06:29 AM
Beta test launched !
If you haven't received an email from me it's because you didn't send me your email address, if interested you still can PM it to me :)
RobbieZ
08-23-2010, 03:19 PM
Thanks :D
Are these options only available in the pro version?
a) New registration notifications in the chatbox
b) IBProarcade notifications in the chatbox (New highscore and tournament won)
VBDev
08-23-2010, 04:24 PM
You shouldn't be asking directly in this thread as per vB.org rules.
But yeah answer is yes.
NathanLedet
08-23-2010, 04:24 PM
What do you mean by not working properly ?
Do you mean that you see the color names as shown on your screenshot and that the dropdown doesn't show color lines as it does on some windows machine ?
Yep - in IE, it shows the colors.
If so, it's normal, Safari and Chrome doesn't support the background-color css style for select option. There is nothing I could do about this unless I recode dropdown list and so on as it's done by vB for their dropdown list (but I don't have the time to do so sorry).
Ah OK - I understand that.
Thanks for the response :)
furst
08-23-2010, 10:20 PM
ive installed this and all i get is a white page now for my forum, any suggestions? when i disable the product my forum is up and running again.
Any Ideas???
im using vbulletin v4.0.4
Have you applied the bug corrections stated in the first post ? (link near the reported bugs)
Do you mean to do all those bug error fixes? or is there one i should be specifically looking at? (regarding white screen issue)
?? im unsure if there is a specific fix for this or am i trying all the reported bugs fixes?
kyle787
08-23-2010, 11:39 PM
I don't know what's going on but I can not get this to show up on my forum. I have it turned on and everything but to no avail. I'm using vb 4.0.6
http://www.tbkgaming.com/forum/
Lionel
08-24-2010, 12:40 AM
how would I go about creating a custom command for this version? I used to use <1.0 which had built in custom commands, not sure how I'd add it here.
Was that implemented?
Lionel
08-24-2010, 01:59 AM
OK, never mind. I added the extra command /kiss.
I also made it truly multilingual by using a phrase in class_formatting.php. I used the same name as setting
$text = construct_phrase($vbphrase['mgc_cb_evo_cmd_slap_phrase'], $user['username'], $chat['text']);
$text = construct_phrase($vbphrase['mgc_cb_evo_cmd_kiss_phrase'], $user['username'], $chat['text']);
VBDev
08-24-2010, 06:38 AM
That's great thanks, I've managed to get it to display on the Showthread & Forumdisplay templates, but I've also noticed that the Post New Thread button is displayed above the Chatbox & if you have any sub forums they are displayed above the chatbox as is the New Thread button.
Not sure I get you, can you post a screenshot ?
I really like the MGC, but could I suggest you simplify it slightly as there are so many settings it's hard to remember everything you've changed, plus if permissions could be added via the settings menu rather than via the Usergroup Manager.
The new options are highlighted by a little NEW in red so easy to follow.
There are a lot of settings because I want to allow user to customize the chatbox to their own needs.
About usergroups, I could perhaps do an own page to set the usergroup permissions of each groups at once only for chatbox part, a sort of extract from the usergroup permissions. Is this what you need ?
The text entry field doesn't change, I've set it to 600px but it's stayed on 200px there were one or two other things but I can't remember them off the top of my head.
This is in the reported bug list and this has been fixed in the next release.
Anyway great work VB-Dev I look forward to future releases of the best Chatbox release on the VB scene. :D
Thanks, I don't pretend to be the best chatbox release ;) At least I do my best to provide a good product and have fun doing it :D
My forum is made up of many private usergroup forums (companies), which I have created a channel for each. The problem is users forget that they are in the general channel and begin to discuss issues that should only be discussed in their private forum or private channel.
Thus the need to turn of or disable the general channel.
Thanks for your help!
Ok added to my todo list : http://www.forumcoding.com/project.php?issueid=10
Activating the Automatic Update not working properly, you have to press the refresh button so they load the talks, how could I solve this problem, thanks
Might be due to existing bugs.
?? im unsure if there is a specific fix for this or am i trying all the reported bugs fixes?
You should apply all the bug fixes that exist.
VBDev
08-24-2010, 06:43 AM
I don't know what's going on but I can not get this to show up on my forum. I have it turned on and everything but to no avail. I'm using vb 4.0.6
http://www.tbkgaming.com/forum/
Quick answers :
- Have you set usergroup permissions ?
- Have you tried different options of position ?
OK, never mind. I added the extra command /kiss.
I also made it truly multilingual by using a phrase in class_formatting.php. I used the same name as setting
$text = construct_phrase($vbphrase['mgc_cb_evo_cmd_slap_phrase'], $user['username'], $chat['text']);
$text = construct_phrase($vbphrase['mgc_cb_evo_cmd_kiss_phrase'], $user['username'], $chat['text']);
That mean users have to go edit a phrase to edit the command syntax ?
For the slap that won't work as is in the next version as I implemented the possibility to add multiple slap sentences.
Your kiss command is interesting, I might implement that.
Lionel
08-24-2010, 09:01 AM
That mean users have to go edit a phrase to edit the command syntax ?
For the slap that won't work as is in the next version as I implemented the possibility to add multiple slap sentences.
Your kiss command is interesting, I might implement that.
I had actually added it as a vboptions then thought it would be better to use a phrase.
I simply created the phrase using the same setting name and replaced the call with
$text = construct_phrase($vbphrase['mgc_cb_evo_cmd_slap_phrase'], $user['username'], $chat['text']);
So all you would have to do would be to create the phrase if you are adding extra settings
I love the fact that when you switch language the command that was already sent also changes.
in English: userXX sends a kiss to YY
and switch language it displays
userXX envoie un bisou ? YY
If you are adding the slaps dynamically you could always insert the phrase like they do in notices, using slap_{slapid}_html.
If it's extra vBoptions then you already know the name
VBDev
08-24-2010, 10:44 AM
So all you would have to do would be to create the phrase if you are adding extra settings
I haven't created multiple settings, I just changed the input to a textarea in the options and each slap phrase is on a line so that ain't possible ;)
I love the fact that when you switch language the command that was already sent also changes.
in English: userXX sends a kiss to YY
and switch language it displays
userXX envoie un bisou ? YY
Yes I do agree with you but that means the admin has to be multilingual speaker ;)
If you are adding the slaps dynamically you could always insert the phrase like they do in notices, using slap_{slapid}_html.
If it's extra vBoptions then you already know the name
You gotta explain this a bit more to me :)
Lionel
08-24-2010, 11:03 AM
OK, I'll give you an example of what I just did. I am using Bobster tabbed forumhome mod.
Every time I add a tab, I do:
$tabid = $db->insert_id();
$db->query_write("
REPLACE INTO " . TABLE_PREFIX . "phrase
(languageid, varname, text, product, fieldname, username, dateline, version)
VALUES (
0,
'tab_{$tabid}_html',
'" . $db->escape_string($vbulletin->GPC['name']) . "',
'bobster_tfh',
'global',
'" . $db->escape_string($vbulletin->userinfo['username']) . "',
" . TIMENOW . ",
'" . $db->escape_string($vbulletin->options['templateversion']) . "'
)
");
require_once(DIR . '/includes/adminfunctions_language.php');
build_language(-1);That inserts a phrase for that tab.
When I edit the tab, I already have the tabid, so I do
$phrase = $db->query_first("
SELECT phraseid, varname, text
FROM " . TABLE_PREFIX . "phrase
WHERE varname = 'tab_{$vbulletin->GPC['id']}_html'
AND languageid = 0
");And below the tab name in edit mode, I do for translation link
print_description_row($vbulletin->GPC['id'] ? '<div class="smallfont" style="margin-top:6px"><a href="phrase.php?do=edit&fieldname=global&phraseid=' . $phrase['phraseid'] . '" target="translate">' . $vbphrase['translations'] . '</a></div>' : '');In forumhome, Bobster displays the tab like that
$yui->add_tab($tab['name'], true, 'tabindex.php?' . $content, $active, $tab['cache'], $tab['limitto']); So I simply did
$tabid = $tab['tabid'];
$tabname = 'tab_' . $tabid . '_html';
if($tab['iden'] == 'm')
{
$tabname = 'tabmodule_' . $tabid . '_html';
}
$tab['name'] = $vbphrase[$tabname]; (the extra code is for the modules which I also did but did not include in example)
--------------------------------------------------------------------------
Now, in your case, since you are doing one per line, then you'd have to insert them each with a unique id or that will not work, unless you tag them with an $i value. And that could be complicated.
kyle787
08-24-2010, 11:43 AM
I got it, thanks.
Tailfeathers
08-24-2010, 05:02 PM
I am having a small issue with this. If I have it set to display in forums, it works just fine; however if I try to limit it to just one forum (id 8), then it does not show in any forums (not even forum 8). Any ideas?
ikki29
08-24-2010, 08:27 PM
Might be due to existing bugs.
ok, how could I fix it please or else it may fix those bugs
furst
08-24-2010, 11:23 PM
You should apply all the bug fixes that exist.
Ive applied all fixes except:
Problem with missing class_display.php file in vB3 [See here (https://vborg.vbsupport.ru/showpost.php?p=2042578&postcount=6367) for a fix]
Im using V4 so i skipped this one, is that correct?
Also this one doesnt seem to link to a fix?
Smilies don't get added to the chatbox when in the "more" windows [See here (https://vborg.vbsupport.ru/showpost.php?p=2044821&postcount=6448) for a fix]
After applying the fixes i am still getting a white page on my forum with product enabled. If i disable the product the forum is working again.
Any more suggestions? I would really like this chatbox to work on my forum.
will555559
08-25-2010, 04:21 AM
Ive applied all fixes except:
Problem with missing class_display.php file in vB3 [See here (https://vborg.vbsupport.ru/showpost.php?p=2042578&postcount=6367) for a fix]
Im using V4 so i skipped this one, is that correct?
Also this one doesnt seem to link to a fix?
Smilies don't get added to the chatbox when in the "more" windows [See here (https://vborg.vbsupport.ru/showpost.php?p=2044821&postcount=6448) for a fix]
After applying the fixes i am still getting a white page on my forum with product enabled. If i disable the product the forum is working again.
Any more suggestions? I would really like this chatbox to work on my forum.
Have you tried reinstalling?
furst
08-25-2010, 05:08 AM
yes ive tried uninstalling, deleting files and reinstalling several times, i really dont get whats up.
will555559
08-25-2010, 05:23 AM
hmm idk then..maybe it conflicts with another mod you have installed but idk if that could happen just throwing stuff out there.
VBDev
08-25-2010, 05:58 AM
Dear All,
As of the latest advance on the chatbox I was wondering if it would be better or not to move the notifications as a specific mod but still with the possibility to have those notifications in a column in the chatbox (but not melted with chats anymore).
Therefore I'd like to have your advice, what do you think ?
RobbieZ
08-25-2010, 11:19 AM
Option to allow either/or VBDev??
morrow
08-25-2010, 05:25 PM
To solve the loading issue, edit the file mgc_cb_evo/classes/class_display.php
look for
$jsvars .= "var mgc_cb_evo_height = " . $chatbox_height . ";\n";
and change it to
$jsvars .= "var mgc_cb_evo_height = \"" . $chatbox_height . "\";\n";
Excellent. Thank You!
VBDev
08-25-2010, 06:52 PM
Option to allow either/or VBDev??
???
Barteh
08-25-2010, 07:55 PM
Keep getting this:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Shows up at the top of the page when you go to the archive -> actions -> view all chats of (user). Something seems to go wrong when checking for usergroup permissions.
I also noticed that even though "Log the chatbox management actions" is enabled in advanced options, the log viewer always stays empty. Tested this by deleting a couple of test chats both in the archive view and the full chatbox view.
RobbieZ
08-25-2010, 08:56 PM
I meant have the option to allow notifications 'melted' or in their own column.
VBDev
08-26-2010, 04:59 AM
Keep getting this:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Shows up at the top of the page when you go to the archive -> actions -> view all chats of (user). Something seems to go wrong when checking for usergroup permissions.
I tried and it's not displaying that error for me.
Do you have specific commands active ?
I also noticed that even though "Log the chatbox management actions" is enabled in advanced options, the log viewer always stays empty. Tested this by deleting a couple of test chats both in the archive view and the full chatbox view.
Yep tested and it's indeed buggy, I'll look into it for next release.
I meant have the option to allow notifications 'melted' or in their own column.
That's is already possible but if I was separating the notifications from the chatbox (in a own mod), then the chats couldn't be melted with the chats but still could be put in a separate column.
Barteh
08-26-2010, 07:42 AM
I tried and it's not displaying that error for me.
Do you have specific commands active ?Commands?
VBDev
08-26-2010, 11:09 AM
Yeah chatbox commands, see your acp
Barteh
08-26-2010, 12:30 PM
Interesting. I have three of those commands disabled by default: announcement, pm and team. If I enable those (i.e. all commands enabled), I get twelve warnings instead of three:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
*EDIT*
And if I disable 'slap' in addition to the three above, all warnings disappear? I suppose I have my workaround now, but it is quite odd.
Rumpel
08-26-2010, 01:16 PM
great work! Thank you!! :)
furst
08-27-2010, 01:15 AM
guess this wont work in my forum then? ive applied all fixes and still white screens my forum. No one has any ideas?
Lionel
08-27-2010, 11:03 AM
guess this wont work in my forum then? ive applied all fixes and still white screens my forum. No one has any ideas?
usually white screen indicates missing templates. Have you imported product????
Deimos
08-28-2010, 12:39 AM
Is it possible to display the FULL chat on a specific page? Rather than the standard/small chat?
I added $mgc_cb_evo_var to a page and it displays fine, but i'd rather see the full chat window
Or, is it possible to edit the template? or display of the full page, so I can add a video feed to it?
STORMS
08-28-2010, 11:59 AM
How do you unban someone? There's no option for it that I can see..
kathie
08-28-2010, 04:13 PM
Thanks for this; it seems i've actually loaded it properly the first time (which is a miracle in and of itself, let me tell you!) but I do have a couple of issues I hope you can help me solve.
I did import the Lang file, and followed all those directions; however, the initial 'type chat here' is in French, as well as all other 'fill in box' phrases/words. Also, in the admin control panel, while all the directions/individual pages are in English, the pulldown box titles under 'MGC Chatbox Evo' are also in French.
I can't seem to find an option to change those to English, other than translating them individually. Any suggestions?
One other stupid question - where can I change the color of the box?
Thanks again!
STORMS
08-29-2010, 12:31 AM
Is there a way to unban someone in the MGC Chatbox?
We were testing the ban process on our site and it permanently banned a helpful member from the chatbox?
Please respond, any info welcome.
midnz
08-29-2010, 12:51 AM
Is there a way to unban someone in the MGC Chatbox?
We were testing the ban process on our site and it permanently banned a helpful member from the chatbox?
Please respond, any info welcome.
The answer is available to you by clicking the "?" icon on your chatbox:
/ban show : Open a popup window containing the list of users banned from the chatbox with the possibility of unban users simply through buttons in this window.
ikki29
08-29-2010, 09:23 AM
The error of the chat is not automatically updated and talks a hard time maintaining a conversation with people, please help me with this, I'm totally lost.
Sorry for my English, I use translator
ikki29
08-29-2010, 10:36 AM
sorry I've solved by editing the permissions of the user group I've fixed it, very simple, sorry for questions
Iguana Goddess
08-29-2010, 04:42 PM
Thanks for this; it seems i've actually loaded it properly the first time (which is a miracle in and of itself, let me tell you!) but I do have a couple of issues I hope you can help me solve.
I did import the Lang file, and followed all those directions; however, the initial 'type chat here' is in French, as well as all other 'fill in box' phrases/words. Also, in the admin control panel, while all the directions/individual pages are in English, the pulldown box titles under 'MGC Chatbox Evo' are also in French.
I can't seem to find an option to change those to English, other than translating them individually. Any suggestions?
One other stupid question - where can I change the color of the box?
Thanks again!
You can change chat here in Chats formatting and sending in the admincp, look around and you will see where to edit the other fill in boxes.
vilhiem
08-30-2010, 11:12 PM
Seems odd ... but it appears as though the ability to "SEARCH" chat messages is missing form this tool.
Perhaps I don't see it ...?
Thanks!
MylesM
08-31-2010, 11:07 PM
nice, thanks for this!
VBDev
09-01-2010, 05:49 AM
Interesting. I have three of those commands disabled by default: announcement, pm and team. If I enable those (i.e. all commands enabled), I get twelve warnings instead of three:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/mgc_cb_evo.php on line 1412
*EDIT*
And if I disable 'slap' in addition to the three above, all warnings disappear? I suppose I have my workaround now, but it is quite odd.
Marked in the bug list here (http://www.forumcoding.com/project.php?issueid=40)
Is it possible to display the FULL chat on a specific page? Rather than the standard/small chat?
I added $mgc_cb_evo_var to a page and it displays fine, but i'd rather see the full chat window
Or, is it possible to edit the template? or display of the full page, so I can add a video feed to it?
Not sure what you mean ?
I did import the Lang file, and followed all those directions; however, the initial 'type chat here' is in French, as well as all other 'fill in box' phrases/words. Also, in the admin control panel, while all the directions/individual pages are in English, the pulldown box titles under 'MGC Chatbox Evo' are also in French.
There are options that need to be set to your expected text in english.
I'll in the next release provide translation to those who only want default text (with instructions of course on how to install it).
QUOTE=kathie;2090765]
One other stupid question - where can I change the color of the box?
[/QUOTE]
Which box ? Chatbox is using default style colors and so on.
Seems odd ... but it appears as though the ability to "SEARCH" chat messages is missing form this tool.
Go on the archives page :)
18lama
09-01-2010, 07:47 AM
This is the only CB that works superb with imgur hosted images either in GIF or jpeg formats. All other CBs including cyb etc fail when dealing with imgur.com
MylesM
09-01-2010, 03:30 PM
The answer is available to you by clicking the "?" icon on your chatbox:
/ban show : Open a popup window containing the list of users banned from the chatbox with the possibility of unban users simply through buttons in this window.
The pop up opens but it says i haven't banned any users when I have... :S
will555559
09-01-2010, 07:11 PM
The pop up opens but it says i haven't banned any users when I have... :S
Well, I believe it depends on how you banned the person. If you click the ban user in the drop down menu next to their name, I believe that is a cron job so it will unban them automatically after some time. If you use the /ban syntax and specify for a certain amount of days or whatever, you can use /ban show to unban the person.
Xtrigit
09-03-2010, 07:12 AM
any server load issues with this chatbox?
thanks
wiz569
09-04-2010, 06:18 PM
sorry if this has been posted before but in IE8 you can only see the first shout,even though the others appear in the archives,
IE8 throws up this error but I dont understand it sorry,
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Sat, 4 Sep 2010 19:17:13 UTC
Message:
Object required
mgc_cb_evo_functions.js Line: 2109
Code: 0 Char: 3
biggeorge
09-05-2010, 01:37 AM
This is a great product, thank you!
GreYFoX
09-05-2010, 04:09 AM
4.0.6 has the chat area width not 100% for some reason
will re install when fixed
VBDev
09-05-2010, 09:27 AM
sorry if this has been posted before but in IE8 you can only see the first shout,even though the others appear in the archives,
IE8 throws up this error but I dont understand it sorry,
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C)
Timestamp: Sat, 4 Sep 2010 19:17:13 UTC
Message:
Object required
mgc_cb_evo_functions.js Line: 2109
Code: 0 Char: 3
Where there /me commands in the chatbox ?
4.0.6 has the chat area width not 100% for some reason
will re install when fixed
What do you mean ? Please post a screenshot.
wiz569
09-05-2010, 10:44 AM
Where there /me commands in the chatbox ?
Yes there were but it was reported before them,but there was /slap commands at the time of the report.
EDIT:Ok I can confirm its the commands that are causing it but don't have a clue how to fix it :)
2nd EDIT:If I comment out the above line ( mgc_cb_evo_functions.js Line: 2109 ) it works fine except usernames don't display,if thats any help lol
VBDev
09-05-2010, 09:03 PM
What's on that line ?
wiz569
09-05-2010, 09:11 PM
What's on that line ?
nchattd.innerHTML = xmlnode.getElementsByTagName('col_uname')[0].firstChild.nodeValue;
Here you go m8 :)
VBDev
09-05-2010, 09:22 PM
Ok well replace the multiple occurences of :
nchattd.innerHTML = xmlnode.getElementsByTagName('col_uname')[0].firstChild.nodeValue;
By :
if (xmlnode.getElementsByTagName('col_uname')[0].firstChild != null)
{
nchattd.innerHTML = xmlnode.getElementsByTagName('col_uname')[0].firstChild.nodeValue;
}
else
{
nchattd.innerHTML = '';
}
That should fix it, let me know please.
wiz569
09-05-2010, 09:39 PM
Cheers m8 that seems to have worked a treat,at least on my test site :)
Will try the main site now for a while and let you know definitively,
Many thanks m8.
furst
09-05-2010, 10:49 PM
usually white screen indicates missing templates. Have you imported product????
Yeah i have, followed the install instructions, uploaded files then imported product via admincp.
RastaLulz
09-06-2010, 07:30 PM
When I uninstalled this modification it didn't fully remove it self. There's still bits of it stuck in vBulletin's usergroup Admin Panel area.
Iguana Goddess
09-06-2010, 09:54 PM
When I uninstalled this modification it didn't fully remove it self. There's still bits of it stuck in vBulletin's usergroup Admin Panel area.
Are you sure you removed the file from your admincp folder?
For everyone having the problem where when you load the page and the chatbox sticks on "Loading..." the problem is that in /mgc_cb_evo/clientscript/mgc_cb_evo_functions.js mgc_oldvb3 is not defined, in the beginning where theres all the vars are defined, add:
var mgc_oldvb3 = 0;
and it will work!
Rich_Princess
09-07-2010, 07:10 PM
Hey, I was hoping ot get a little help here:) I am trying to install this onto my forum here.. I seem to have successfully installed it, but only one problem.. I can not seem to get the chatbox to display in the specified forum. When options are set to show on forum index, it works fine. I added the forum in settings to only show in that forum and it is not working. The forum ID is 57-Staff-Chat-Room... Any suggestions to get this fixed? Thanks ahead of time for any suggestions!
kronnos
09-08-2010, 11:05 AM
Can someone please help me get rid of the gap after the chatbox.
I changed the position of the chatbox by editing the Display management plugin like:
FROM:
{
$mgc_cb_evo_type_position = "forumhome_below";
$mgc_cb_evo_insert_type = 'replace';
$mgc_cb_evo_insert_template = 'FORUMHOME';
$mgc_cb_evo_replace = ' $mgc_cb_evo ';
$mgc_cb_evo_find = '$forumhome_markread_script';
$mgc_cb_evo_brb = '<br />';
$mgc_cb_evo_bra = ' ';
}
}
break;
TO:
{
$mgc_cb_evo_type_position = "forumdisplay_below";
$mgc_cb_evo_insert_type = 'replace';
$mgc_cb_evo_insert_template = 'FORUMDISPLAY';
$mgc_cb_evo_replace = ' $mgc_cb_evo ';
$mgc_cb_evo_find = 'custom phrase';
}
}
break;
Now there is a gap between the next object.
Before the upgrade, I had the chatbox in that position without any gaps. Is there another place that in the new 3 version, there is a BR in some other related chatbox plugin?
BTW, The chatbox is just showing "Loading..." until the I click the reload button inside the chatbox. When clicking reload in browser does not help
Thanks!
cindy helmond
09-08-2010, 11:17 AM
i do this for 100 times install the language file overwrite but i get in the admin french language how i can fix this please ??
Thx
SOLVED !!
Tahooma
09-08-2010, 06:01 PM
After uninstall the options in my usergroup stetting do not disappear :(
How to solve this ?
I cant even make any changes in my admincp any more
furst
09-08-2010, 11:31 PM
When i unzip the rar file there are several folders in there, the install instructions only say to upload the images folder and files folder, do i need to anything with the others? such as channel_icons, language, archives, changelog? product folder has the file to be imported via admincp right?
Im just trying to find out why im getting this white screen crap, if anyone could assist me in finding out if these additional folders are supposed to be uploaded aswell?
Also in the admincp folder there is a file called mgc_cb_evo.php, there is also a file called this in the files folder (the folder that admincp folder is in), are they the same file? do both have to be uploaded?
also im not sure if i fully understand this
Upload the content of the Images in each of your forum styles directories.Im just uploading the files into my /images/misc folder, is that correct?
Can someone please help me get rid of the gap after the chatbox.
I changed the position of the chatbox by editing the Display management plugin like:
FROM:
{
$mgc_cb_evo_type_position = "forumhome_below";
$mgc_cb_evo_insert_type = 'replace';
$mgc_cb_evo_insert_template = 'FORUMHOME';
$mgc_cb_evo_replace = ' $mgc_cb_evo ';
$mgc_cb_evo_find = '$forumhome_markread_script';
$mgc_cb_evo_brb = '<br />';
$mgc_cb_evo_bra = ' ';
}
}
break;
TO:
{
$mgc_cb_evo_type_position = "forumdisplay_below";
$mgc_cb_evo_insert_type = 'replace';
$mgc_cb_evo_insert_template = 'FORUMDISPLAY';
$mgc_cb_evo_replace = ' $mgc_cb_evo ';
$mgc_cb_evo_find = 'custom phrase';
}
}
break;
Now there is a gap between the next object.
Before the upgrade, I had the chatbox in that position without any gaps. Is there another place that in the new 3 version, there is a BR in some other related chatbox plugin?
BTW, The chatbox is just showing "Loading..." until the I click the reload button inside the chatbox. When clicking reload in browser does not help
Thanks!
See this for the loading problem:
For everyone having the problem where when you load the page and the chatbox sticks on "Loading..." the problem is that in /mgc_cb_evo/clientscript/mgc_cb_evo_functions.js mgc_oldvb3 is not defined, in the beginning where theres all the vars are defined, add:
var mgc_oldvb3 = 0;
and it will work!
kronnos
09-09-2010, 04:15 AM
See this for the loading problem:
Nope, does not work:(
Nope, does not work:(
Open it up in FireFox, let the page finish loading and click Tools -> Error Console, scroll down to the bottom and see if theres an error, it will have a red x icon.
sweetguy2004
09-09-2010, 05:37 AM
Thanks for update!
kronnos
09-09-2010, 08:44 AM
Open it up in FireFox, let the page finish loading and click Tools -> Error Console, scroll down to the bottom and see if theres an error, it will have a red x icon.
Wow, I got a whole bunch of error codes when i did that.
Warning: Error in parsing value for 'font-weight'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 329
----------
Warning: Unknown property 'font-color'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 401
---------
Warning: Error in parsing value for 'font-weight'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 402
---------
Warning: Unknown property 'font-color'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 412
---------
Warning: Error in parsing value for 'font-weight'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 413
----------
Warning: Error in parsing value for 'width'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/widget-skin.css
Line: 9
----------
Warning: Error in parsing value for 'margin-left'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/widget-skin.css
Line: 14
----------
Warning: Unknown property '-moz-opacity'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/widget-skin.css
Line: 24
-----------
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/widget-skin.css
Line: 24
-----------
Warning: Error in parsing value for 'padding'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 40
----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 54
----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 59
-----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 76
-------------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 92
-----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 132
----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 139
----------
Warning: Error in parsing value for 'cursor'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 159
-----------
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://yui.yahooapis.com/combo?2.7.0/build/container/assets/skins/sam/container.css&2.7.0/build/button/assets/skins/sam/button.css
Line: 7
AND 2 more of exact same message after...
-----------
Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: http://yui.yahooapis.com/combo?2.7.0/build/container/assets/skins/sam/container.css&2.7.0/build/button/assets/skins/sam/button.css
Line: 7
AND 9 more of exact same message after...
----------------
Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: http://yui.yahooapis.com/combo?2.7.0/build/container/assets/skins/sam/container.css&2.7.0/build/button/assets/skins/sam/button.css
Line: 14
AND 7 more of exact same message after...
----------------
Swordman844555
09-09-2010, 09:31 AM
Is it possible to make certain Colors in the Chat for the Team?
Is it possible to add other Colors?
mauro269
09-09-2010, 05:14 PM
mmm, I've installed all following the readme file in the zip...I've also activated the chat from the chat settings, but I still don't see the chat.
What should I do to see it?
Thanks
will555559
09-09-2010, 06:39 PM
mmm, I've installed all following the readme file in the zip...I've also activated the chat from the chat settings, but I still don't see the chat.
What should I do to see it?
Thanks
Did you set usergroup permissions?
mauro269
09-09-2010, 07:32 PM
Did you set usergroup permissions?
Yes. Should I have to modify something in the template code?I'm using default vbulletin theme.
wiz569
09-09-2010, 10:21 PM
Ok well replace the multiple occurences of :
nchattd.innerHTML = xmlnode.getElementsByTagName('col_uname')[0].firstChild.nodeValue;
By :
if (xmlnode.getElementsByTagName('col_uname')[0].firstChild != null)
{
nchattd.innerHTML = xmlnode.getElementsByTagName('col_uname')[0].firstChild.nodeValue;
}
else
{
nchattd.innerHTML = '';
}
That should fix it, let me know please.
Cheers m8 that seems to have worked a treat,at least on my test site :)
Will try the main site now for a while and let you know definitively,
Many thanks m8.
Just to let you know this is now working flawlessly on my main site,
thanks for your help m8 ;)
Wow, I got a whole bunch of error codes when i did that.
Warning: Error in parsing value for 'font-weight'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 329
----------
Warning: Unknown property 'font-color'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 401
---------
Warning: Error in parsing value for 'font-weight'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 402
---------
Warning: Unknown property 'font-color'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 412
---------
Warning: Error in parsing value for 'font-weight'. Declaration dropped.
Source File: http://www.mysite.com/
Line: 413
----------
Warning: Error in parsing value for 'width'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/widget-skin.css
Line: 9
----------
Warning: Error in parsing value for 'margin-left'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/widget-skin.css
Line: 14
----------
Warning: Unknown property '-moz-opacity'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/widget-skin.css
Line: 24
-----------
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/widget-skin.css
Line: 24
-----------
Warning: Error in parsing value for 'padding'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 40
----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 54
----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 59
-----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 76
-------------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 92
-----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 132
----------
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 139
----------
Warning: Error in parsing value for 'cursor'. Declaration dropped.
Source File: http://www.mysite.com/mgc_cb_evo/clientscript/chatbox_tabs.css
Line: 159
-----------
Warning: Error in parsing value for 'filter'. Declaration dropped.
Source File: http://yui.yahooapis.com/combo?2.7.0/build/container/assets/skins/sam/container.css&2.7.0/build/button/assets/skins/sam/button.css
Line: 7
AND 2 more of exact same message after...
-----------
Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: http://yui.yahooapis.com/combo?2.7.0/build/container/assets/skins/sam/container.css&2.7.0/build/button/assets/skins/sam/button.css
Line: 7
AND 9 more of exact same message after...
----------------
Warning: Expected declaration but found '*'. Skipped to next declaration.
Source File: http://yui.yahooapis.com/combo?2.7.0/build/container/assets/skins/sam/container.css&2.7.0/build/button/assets/skins/sam/button.css
Line: 14
AND 7 more of exact same message after...
----------------
Those are warnings, it should be a js error thats stopping it from loading, if thats all you have then it should be loading...
IndyParts
09-10-2010, 04:05 AM
I just got done loading this and the install went great, but I am having the same issue where it is getting stuck on the loading. I have setup permissions and made he mod to add the VAR line to the mgc_cb_evo_functions.js with the same results. Any other ideas?
kronnos
09-10-2010, 04:58 AM
Those are warnings, it should be a js error thats stopping it from loading, if thats all you have then it should be loading...
Yep, no js error. The strange thing is that it doesn't even seen to be loading when Loading is displayed. I remember in other versions, when it was loading "Loading..." the 3 after dots were blinking to tell you it was loading. Now its just stayes there as "Loading...", I can hightlight it and copy, it even shows the word "Loading..." when i look at the source code via firefox.
I just got done loading this and the install went great, but I am having the same issue where it is getting stuck on the loading. I have setup permissions and made he mod to add the VAR line to the mgc_cb_evo_functions.js with the same results. Any other ideas?
Seem the same as my issue.
Barteh
09-10-2010, 11:33 AM
Would it somehow be possible to allow [url] tags, but none of the other formatting bbcode?
In fact, I'd love to have the chatbox automatically recognise and convert URLs the way the normal post box does.
*EDIT* must've overlooked the URL BBcode toggle. Still, automatic recognition would be a great addition.
darsalles
09-10-2010, 03:47 PM
I imported the english xml, but there still phrases on French. Like the options on AdminCP and a text on the input field of the chat:
"Entrez votre chat" :S
I would love to hear how everyone is using the bot. I have been testing/playing with it and having fun :D
What type of questions are you using?
will555559
09-10-2010, 07:13 PM
I imported the english xml, but there still phrases on French. Like the options on AdminCP and a text on the input field of the chat:
"Entrez votre chat" :S
Admin CP > MGC Chatbox Evo > Chats Formatting > Message to display in the input field on page load.
darsalles
09-10-2010, 07:39 PM
Thanks now working :D
ScornMan
09-11-2010, 06:10 PM
Maybe this is a dumb question but i got this working but for some reason the buttons don't have images. where exactly am I supposed to install the images in my directory?
isyaa
09-12-2010, 03:03 AM
I have already did all the instructions in the readme and i am able to see the options in cpanel but i don't see the chatbox in the actual forum. :[ im using 4.0.6 help please? i activated the forums already and stuff..
Yep, no js error. The strange thing is that it doesn't even seen to be loading when Loading is displayed. I remember in other versions, when it was loading "Loading..." the 3 after dots were blinking to tell you it was loading. Now its just stayes there as "Loading...", I can hightlight it and copy, it even shows the word "Loading..." when i look at the source code via firefox.
Seem the same as my issue.
Does it load if you click the refresh button or chat in it for you guys?
snowlion
09-12-2010, 07:59 AM
Does it load if you click the refresh button or chat in it for you guys?
No, refresh button doesn't work also chat in it, I can only view chat content in archive after submit chat in Loading... screen :(.
Ranger187
09-12-2010, 10:51 PM
I have already did all the instructions in the readme and i am able to see the options in cpanel but i don't see the chatbox in the actual forum. :[ im using 4.0.6 help please? i activated the forums already and stuff..
Negative ghostrider. I'm guessing you didn't goto the usergroups and enable it. ;) You might also have to revert your templates.
VBDev
09-13-2010, 04:28 AM
Hey, I was hoping ot get a little help here:) I am trying to install this onto my forum here.. I seem to have successfully installed it, but only one problem.. I can not seem to get the chatbox to display in the specified forum. When options are set to show on forum index, it works fine. I added the forum in settings to only show in that forum and it is not working. The forum ID is 57-Staff-Chat-Room... Any suggestions to get this fixed? Thanks ahead of time for any suggestions!
The option to display the chatbox on specific page only is buggy in the current version (but fixed in the next).
However, can you tell me what you input in that particular field because specifiying an url won't work, it's based on the THIS_SCRIPT var. But please post a screenshot of the options.
When i unzip the rar file there are several folders in there, the install instructions only say to upload the images folder and files folder, do i need to anything with the others? such as channel_icons, language, archives, changelog? product folder has the file to be imported via admincp right?
Lang has to be imported as well as products.
Other folders are not to be taken into account for upload.
Also in the admincp folder there is a file called mgc_cb_evo.php, there is also a file called this in the files folder (the folder that admincp folder is in), are they the same file? do both have to be uploaded?
No different files one is the admin page the other is the archives, download, full page mode page.
Im just uploading the files into my /images/misc folder, is that correct?
Yes for the image If you are using default style, otherwise you also have to upload that into your style misc directory too.
Is it possible to make certain Colors in the Chat for the Team?
No colors aren't based on usergroups.
Is it possible to add other Colors?
Yes but only in the next release.
Just to let you know this is now working flawlessly on my main site,
thanks for your help m8 ;)
Glad to know :)
Would it somehow be possible to allow [url] tags, but none of the other formatting bbcode?
In fact, I'd love to have the chatbox automatically recognise and convert URLs the way the normal post box does.
*EDIT* must've overlooked the URL BBcode toggle. Still, automatic recognition would be a great addition.
Ain't possible, URL are parsed by vB BBCode parser so if URL BBCode is not ON, automatic recognition is not possible.
VBDev
09-13-2010, 04:29 AM
No, refresh button doesn't work also chat in it, I can only view chat content in archive after submit chat in Loading... screen :(.
Have you done a fresh install or an update ?
I have already did all the instructions in the readme and i am able to see the options in cpanel but i don't see the chatbox in the actual forum. :[ im using 4.0.6 help please? i activated the forums already and stuff..
Have you set usergroup permissions ?
mikeinjersey
09-13-2010, 03:52 PM
does this chat mod work solely on its own....or do I have to purchase a seperate flash chat module from another site for it to work ?
snowlion
09-13-2010, 04:12 PM
Have you done a fresh install or an update ?
Yes, I did a fresh install
RobbieZ
09-13-2010, 04:13 PM
does this chat mod work solely on its own....or do I have to purchase a seperate flash chat module from another site for it to work ?
Stand alone.
Go see the demo over at http://www.forumcoding.com/forum.php
VBDev
09-13-2010, 04:51 PM
Yes, I did a fresh install
Any error if you look in the js console of firefox ?
mikeinjersey
09-13-2010, 05:22 PM
do we have to upload these DS_Store files to the server too ? what are they all about ?
will555559
09-13-2010, 07:16 PM
do we have to upload these DS_Store files to the server too ? what are they all about ?
No, you do not need them. I think he uses a Mac so it creates those files.
mikeinjersey
09-13-2010, 07:22 PM
everything seems to be running fine except for 1 small issue.
I can't seem to get the sound notifications to work. I have them enabled in all areas. In admin settings and in profile settings.
any help is much appreciated.
Sador
09-13-2010, 11:17 PM
Good to see you're still developing this, VBDev. :)
VBDev
09-14-2010, 04:13 AM
No, you do not need them. I think he uses a Mac so it creates those files.
Exactly :)
everything seems to be running fine except for 1 small issue.
I can't seem to get the sound notifications to work. I have them enabled in all areas. In admin settings and in profile settings.
any help is much appreciated.
In the current version there was a bug on the sound, you better wait for the next release :)
VBDev
09-14-2010, 04:13 AM
* Thanks to emisand for his kind donation :)
mikeinjersey
09-14-2010, 10:55 PM
Exactly :)
In the current version there was a bug on the sound, you better wait for the next release :)
#1 no quick fix ? like maybe increasing file permissions on the sound file or something ?
#2 Also, is there anyway to find out the IP address of unregistered / guest users in the chat ?
#3 no word censor either in the chat?
emisand
09-15-2010, 01:12 AM
* Thanks to emisand for his kind donation :)
You're welcome, keep up the good work.
Is there any date for the next release?
Swordman844555
09-17-2010, 06:37 AM
Users can delete their own Messages, they should not!
I can not find the setting?
zelnik
09-17-2010, 06:47 AM
Users can delete their own Messages, they should not!
I can not find the setting?
usergroup permissions i believe
Alfa1
09-19-2010, 04:00 PM
The 'edit options' page in vbulletin is still blanked out in version 3.0
The previous version has a security problem in it, so I cant downgrade to that without opening my staff chat to non-staff. So downgrading is not an option.
Is there any news about the new version its ETA? Beta testing (http://www.forumcoding.com/project.php?projectid=6) version 3.1 has begun 3 weeks ago.
apokphp
09-20-2010, 12:07 AM
There seems to be an IE 8 bug. I can't make shouts using IE, but I can with FF 3.6.
Also, may shouts just don't show up in IE 8, but they do in FF.
I can type a chat in IE8, it won't display at all. I then view the site in FF, and the shout that didn't show up in IE...is seen in FF.
Very screwy.
VBDev
09-20-2010, 03:36 PM
#1 no quick fix ? like maybe increasing file permissions on the sound file or something ?
#2 Also, is there anyway to find out the IP address of unregistered / guest users in the chat ?
#3 no word censor either in the chat?
#1 : no
#2 : nope not currently at least
#3 : it's using vB censor, guess it's logical no ?
You're welcome, keep up the good work.
Is there any date for the next release?
Not yet, I have started working on the beta bug correction.
usergroup permissions i believe
You're right.
The 'edit options' page in vbulletin is still blanked out in version 3.0
The previous version has a security problem in it, so I cant downgrade to that without opening my staff chat to non-staff. So downgrading is not an option.
???
Is there any news about the new version its ETA? Beta testing (http://www.forumcoding.com/project.php?projectid=6) version 3.1 has begun 3 weeks ago.
I have started fixing the bugs that were reported (there were almost 30 :D).
There seems to be an IE 8 bug. I can't make shouts using IE, but I can with FF 3.6.
Also, may shouts just don't show up in IE 8, but they do in FF.
I can type a chat in IE8, it won't display at all. I then view the site in FF, and the shout that didn't show up in IE...is seen in FF.
Very screwy.
?! Problem is only with chatting ? Do you have an account on forumcoding to see in the live chatbox if there is the same issue ?
apokphp
09-20-2010, 05:41 PM
I created an account there and tested. It works fine. I'm using vrs 3.0. I don't know why it's acting up on my board and not on yours (I'm using the lite version of course...and you have the pro). I haven't modified any of the files. Perhaps it's conflicting w/ other mods?
I have deleted all temp files, cookies, cache, etc.... from IE 8...still same issue.
Alfa1
09-20-2010, 10:21 PM
???
I meant that the 'edit options' error that is reported many times in this thread is in 3.0
I also referred to the issue in previous versions where members can go into any chat room, even if it is a restricted channel. i.e. staff channel.
I have started fixing the bugs that were reported (there were almost 30 :D).Thanks for the headsup.
Tri@de
09-21-2010, 11:34 AM
there's a way to store in db the chat archive?
i want to store all the chat and delete them after x days.
I saw if i delete the chat, i also delete the archive.
ProFifaLeagues
09-21-2010, 10:37 PM
Just done the upgrade form 4.3 to 4.6 and now the chats not showing any chat just constant refreshing any ideas please guys???
ProFifaLeagues
09-21-2010, 10:39 PM
All sorted :)
Think it was just a browser issue
DoubleGlasses
09-22-2010, 09:30 AM
I installed this successfully but then I noticed that there is a bit of lingering french.
1 - on the chat room where it says - enter user name - I see Entrez votre chat or something to that effect.
2 - in the admin cp - the menu on the left is in french but when I select the options they are in English.
Any idea on how to fix this? #2 isn't a major issue for me - but with #1 it is a bit odd for users.
Aside from those two quirks - I'm actually quite thrilled with this mod. It's exactly what I was looking for.:D
I should add I'm on 4.0.7
will555559
09-22-2010, 01:48 PM
I installed this successfully but then I noticed that there is a bit of lingering french.
1 - on the chat room where it says - enter user name - I see Entrez votre chat or something to that effect.
2 - in the admin cp - the menu on the left is in french but when I select the options they are in English.
Any idea on how to fix this? #2 isn't a major issue for me - but with #1 it is a bit odd for users.
Aside from those two quirks - I'm actually quite thrilled with this mod. It's exactly what I was looking for.:D
I should add I'm on 4.0.7
https://vborg.vbsupport.ru/showpost.php?p=2096382&postcount=6838
DoubleGlasses
09-22-2010, 11:54 PM
Thanks - I should have searched for that :)
DoubleGlasses
09-23-2010, 11:25 AM
At the risk of asking something that's already been answered :o ......
I seem to be having trouble displaying a channel in a forum. It displays on the home page with no problem, but when I select a forum for a channel to display in - the chat box doesn't appear in that forum. I posted a screenshot below to see if I'm somehow missing something.
https://vborg.vbsupport.ru/
Please let me know if there's something else I'm supposed to be doing to get this to work.
Oh and I'm on 4.0.7
I'm using the Black Stealth theme - but this problem persists across all themes I have including the default vbulletin one.
Thanks
VBDev
09-24-2010, 04:23 AM
Thanks to DoubleGlasses for his kind donation :)
VBDev
09-24-2010, 04:27 AM
I created an account there and tested. It works fine. I'm using vrs 3.0. I don't know why it's acting up on my board and not on yours (I'm using the lite version of course...and you have the pro). I haven't modified any of the files. Perhaps it's conflicting w/ other mods?
I have deleted all temp files, cookies, cache, etc.... from IE 8...still same issue.
There is no huge difference between both version as one is a BF in fact.
I meant that the 'edit options' error that is reported many times in this thread is in 3.0
I also referred to the issue in previous versions where members can go into any chat room, even if it is a restricted channel. i.e. staff channel.
Thanks for the headsup.
Oh ok, both have been fixed in the upcoming version.
there's a way to store in db the chat archive?
i want to store all the chat and delete them after x days.
I saw if i delete the chat, i also delete the archive.
You mean move them to another place in the db to keep a track of them available somewhere else ?
At the risk of asking something that's already been answered :o ......
I seem to be having trouble displaying a channel in a forum. It displays on the home page with no problem, but when I select a forum for a channel to display in - the chat box doesn't appear in that forum. I posted a screenshot below to see if I'm somehow missing something.
http://img816.imageshack.us/img816/3058/mgcscreenshot.png
Please let me know if there's something else I'm supposed to be doing to get this to work.
Oh and I'm on 4.0.7
I'm using the Black Stealth theme - but this problem persists across all themes I have including the default vbulletin one.
Thanks
IT's a bug, if you look at other forums you will see chatbox appearing. IT's doing the contrary of what it's supposed to ^^
Tri@de
09-24-2010, 12:19 PM
You mean move them to another place in the db to keep a track of them available somewhere else ?
Yes
I mean to clear the chats but still have an archive to look on it.
Just a "visual" clean but all chats logs availables
Gkzed
09-24-2010, 02:37 PM
Is there a way to show the chat box on the home page of my website which is ran by wordpress?
Kraxell
09-25-2010, 04:41 PM
Hello,
i want to configure the bot but it seems doesnt work?
Someone can tell me step to step what i must change to enable the bot?
forgot the usergroup-perm.
it works now :)
baker21
09-26-2010, 12:09 AM
Hey guys whats up,
sorry for being such a newbie but I jsut DL this MOD and have successfully added it and installed it to my VB4.07.
I just got the New VB SUITE 4.07 DL installed and also have a default template and another template called Blackstream.. Yes I uploaded the image/misc files to both folders.
I can not get the chat box to show up on my forum or my forum home page or front page.. I want it to show in simply in the forum. Underneath the NAVBAR.
I would imagine there is some type of code that prob needs to be added to a tEMPLATE, There are over 500 pages of discussion, i have been going through them in frustration.
It would be great if someone could make a tutorial to tell ppl how to actually make the chat box appear on the forum page.. And for that tutorial to be included in the README file..
I know it may seem dumb to people who know code and know how VB works, but I am clueless on what code to add and where..
I see stuff in custom options that says for VB4.x.x NEW add template here but I am clueless..
I got 4.07 and i jsut want to show chat in Forum and Home page..
Please help and I will make a tutorial for uses for future..
Only reason I know about adding a code to a template file is bc I did it with old chat box but that told me what to add and where! Inferno it was.. Maybe i will ahve to go back to it.. This one seems better but if I cant get it installed it does me no good..
I mean it installed correctly.. I have access to settings.. I jsut cant get it to show on frontend in my blackstalk2 template or default template.. I added language and all that.. followed directions to a tee but directions stop before helping ppl get VB4.07 publishing suite upo in running.
thanks
Update: I have tried adding {vb:raw mgc_cb_evo_var} to Forum Home, NAVBAR, and other templates trying tog et it to show up but no luck at all.. Please help me out to get chatbox to display in Vbsuite4.07 with template VB-blackstream.. thanks
NEW UPDATE:
DONT YOU THINK IT WOULD BE NICE TO TELL PEOPLE WHO DOWNLOAD THIS PROGRAM, IN THE README FILE, TO MAKE SURE THAT THEY GO AND EDIT THE USER GROUP SETTINGS FOR ADMIN AND REGISTERED USERS??
tHAT SHOULD BE INCLUDED IN THE README FILE.. CONSIDERING THE DOWNLOAD OF THIS PRODUCT ADDS ALL NEW CATEGORY TO THE USER GROUP OPTIONS I THINK ITS PRETTY IMPORTANT TO ELT PEOPLE KNOW WHAT TO CHANGE.. PLEASE ADD THIS TO THE READ ME FILE.. WHY YOU WOULD WANT PEOPLE TO STRUGGLE EBATS ME.. BUT IT GAVE ME A HEADACHE FOR 3 HOURS.. THANKS..
midnz
09-26-2010, 02:11 AM
NEW UPDATE:
DONT YOU THINK IT WOULD BE NICE TO TELL PEOPLE WHO DOWNLOAD THIS PROGRAM, IN THE README FILE, TO MAKE SURE THAT THEY GO AND EDIT THE USER GROUP SETTINGS FOR ADMIN AND REGISTERED USERS??
tHAT SHOULD BE INCLUDED IN THE README FILE.. CONSIDERING THE DOWNLOAD OF THIS PRODUCT ADDS ALL NEW CATEGORY TO THE USER GROUP OPTIONS I THINK ITS PRETTY IMPORTANT TO ELT PEOPLE KNOW WHAT TO CHANGE.. PLEASE ADD THIS TO THE READ ME FILE.. WHY YOU WOULD WANT PEOPLE TO STRUGGLE EBATS ME.. BUT IT GAVE ME A HEADACHE FOR 3 HOURS.. THANKS..
I've just checked my installation instructions and found this .....
Fresh install without chats importing
5. Installation is finished, you just have to set the permissions of your usergroups so that they can see the chatbox,
So, did you finally get it working?
Skyrider
09-26-2010, 05:00 PM
Keep getting reports of that he chatbox is not automatically scrolling down when visiting the chatbox, any fix for this?
Pro-eSports.com
09-27-2010, 12:14 AM
Where can I change the language from french to english? I followed the instructions in the readme file and uploaded the english language but what now?
vB 4.0.7
EDIT: Nevermind, I just uploaded the english.xml file again and this time it worked.
EDIT: Where do I have to upload the images to have them displayed in the chat instead of the text?
http://i107.photobucket.com/albums/m287/Jerichool/Random/ScreenHunter_01Sep271115.gif
cobraska
09-28-2010, 08:42 AM
hi, 1st of all awesome plugin:
got a problem with commands /slap and /me; both are blocking the refresh, exclusively on ie7 and ie8 browsers.
any fix for that?
thx
thedvs
09-28-2010, 08:54 AM
doesnt matter what i do, all the permissions are set properly, an unregistered seems to be able to make a post.
its that or some kind of bug where an member has idled, then his cookie/timer ran out for login then tried to make a shout and shows up as unregistered??
anyone else getting this issue?
Lustikus
09-28-2010, 11:30 AM
Good work, donation would be indicatied for this. Currently only waiting for next version including vbadvanced side modul as requested and promissed in the upcoming version ;-)
zstewart
09-28-2010, 07:31 PM
Hrm installed and working if I goto http://xxxx.com/xxx/mgc_cb_evo.php but not showing on my home page made the user settings to show and everything any ideas ver 4.0.7
zstewart
09-28-2010, 07:33 PM
Its like its almost not embedding its self on the front page above the navbar hrm...
baker21
09-28-2010, 07:57 PM
I did get the permissions set and do have it working.. Again I am using VB 4.07 and I have it showing on the Forum Page at the Top of the page. However, I want to add the chatbox to other pages in the forum and also in the HOME CMS.. Mainly at the bottom.. I tried the custom settings given and it put the box in a funny place and dont look right..
I know I have to add the code{vb:raw mgc_cb_evo_var} to some template somewhere. I try adding the code but nothing is showing up. I also enabled it in the settings for custom variable..
What else needs to be filled in in the settings? what do i put in the boxes for global Var and Template?
I am using Blackstream template v2.. VB Suite 4.07..
I do have it working though and just edited the css and its a great mod.. But i want to be able to feature it at the bottom of my Forums threads..
any help at all would be great?
Also as for the usergroup permissions. I dont know French at all.. I know this program was written prob from a french guy.. Thanks for the tip.. They should update the readme directions for english to help ppl out who arent VB whizzes like myself.
zstewart
09-28-2010, 08:01 PM
lol you got farther than I did. Was running on my 3.8.4 but upgraded to 4.0.7 and upgraded chat and not showing at all on the front page did everything it said here even delete and reinstalled etc...
# Upload the content of the Files folder in your forum root.
# Upload the content of the Images in each of your forum styles directories.
# Log into the admin control panel of your forum and import the product located in the Product folder.
# Go in the Download/Upload item of the Language manager menu and then:
1. Select the English language file from the Lang folder.
2. Select the forum language to overwrite.
3. Set the Ignore language version option to YES.
4. Launch the upload.
# Installation is finished, you just have to set the permissions of your usergroups so that they can see the chatbox
zstewart
09-28-2010, 08:17 PM
NVM found the problem if i revert back to the default theme it works so its something in my theme that wont allow it hrmmmm... Ideas?
DoubleGlasses
09-29-2010, 01:35 AM
Thanks to DoubleGlasses for his kind donation :)
cough cough ** her **
We always assume it's a dude :)
You are most welcome - I'm loving this mod!
sectomy
09-29-2010, 10:13 AM
mmh... anyone know how to disable the vertical scrollbar when put the chatbox on the left side on VBa ?
i only got the solution to edit the "standard size of the whole page".....
Pro-eSports.com
09-29-2010, 01:06 PM
Where do I have to upload the images to have them displayed in the chat instead of the text?
http://i107.photobucket.com/albums/m287/Jerichool/Random/ScreenHunter_01Sep271115.gif
EDIT: Solved. Uploaded the content of the images/misc folder to the /misc folder in my style directory.
VBDev
10-02-2010, 06:28 PM
Hi,
Just wanted to let you know that my gf and I broke up this had been 6 years of relationship therefore I am currently a bit disapointed.
I'll not lef the development don't worry, however I am not up to get into it right now so forgive me for the delays.
Clément
Halfhidden
10-02-2010, 07:15 PM
Sorry to hear that Clément
I hope things work out for you.
ProFifaLeagues
10-02-2010, 07:36 PM
Cheers for letting us know Clément,Keep your chin up and thanks for a great mod!
rknight111
10-02-2010, 10:29 PM
I upgraded to this a few weeks ago, still running 3.8.6 patch lvl 1, and when I go to the UserCP and click on 'edit options' this comes up any way of fixing this
Warning: require_once([path]/includes/mgc_cb_evo/class_display.php) [function.require-once]: failed to open stream: No such file or directory in [path]/profile.php(4553) : eval()'d code on line 71
Fatal error: require_once() [function.require]: Failed opening required '/home/snowandm/public_html/forum/includes/mgc_cb_evo/class_display.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/snowandm/public_html/forum/profile.php(4553) : eval()'d code on line 71
exyuteam
10-03-2010, 02:50 PM
Hi,
Just wanted to let you know that my gf and I broke up this had been 6 years of relationship therefore I am currently a bit disapointed.
I'll not lef the development don't worry, however I am not up to get into it right now so forgive me for the delays.
Cl?ment
Sorry for hear this Cl?ment :( If she deserve you, she'll comeback to you....
rknight111
10-04-2010, 03:45 AM
I turned the chat box off, and the user options work, so I guess I will delete the chat box and go back to the older version there was no issues. Now Im looking for the version before this where can I find that?
Ranger187
10-04-2010, 08:52 AM
I turned the chat box off, and the user options work, so I guess I will delete the chat box and go back to the older version there was no issues. Now Im looking for the version before this where can I find that?
Check his site. The Forumcoding one. It's listed up top.
Gn_Snake
10-04-2010, 11:44 AM
Italian translation of the product ...;)
Alfa1
10-05-2010, 01:38 AM
Could you please post the fix for the edit options bug? I dont need a new version. Just that one bug fix. Hundreds of members are complaining.
I cant go back to the previous version, due to the security exploit.
Lionel
10-05-2010, 01:47 AM
Could you please post the fix for the edit options bug? I dont need a new version. Just that one bug fix. Hundreds of members are complaining.
I cant go back to the previous version, due to the security exploit.
What's that bug and which version are you using?
Alfa1
10-05-2010, 08:20 AM
What's that bug and which version are you using?
The bug that many in this thread are experiencing with version 3.0.0:
UserCP > edit options doesn't open, but gives this error:
Warning: require_once([path]/includes/mgc_cb_evo/class_display.php) [function.require-once]: failed to open stream: No such file or directory in [path]/profile.php(4553) : eval()'d code on line 71
Fatal error: require_once() [function.require]: Failed opening required '/home/snowandm/public_html/forum/includes/mgc_cb_evo/class_display.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/snowandm/public_html/forum/profile.php(4553) : eval()'d code on line 71Members can not change their options, nor can they turn the chatbox on/off.
A side note about MGC Chatbox:
While I give chat access to only 0.3% of my members and the MGC chat settings are set to be as resource friendly as can by, its still my sites top resource hog.
The chat box is absorbing 1.3 million (7% of all) connections and 2.1 GB (2% of all) bandwidth on my big board.
It would be very useful if the MGC chat box would be optimized for performance.
Lionel
10-05-2010, 08:33 AM
Remind me next week and I'll look into it for you. I have to go to NY on Wednesday
Alfa1
10-05-2010, 08:45 AM
Thanks Lionel.
tafreeh
10-06-2010, 03:37 PM
any update on new version ?
Alfa1
10-07-2010, 11:50 PM
The fix is attached. it only took 1 minute to fix it.
The attached xml fixes the fatal error above that disables 'edit options'.
Enjoy.
rknight111
10-08-2010, 01:45 AM
I installed with Overwrite selected and
Warning: require_once([path]/includes/mgc_cb_evo/class_misc.php) [function.require-once]: failed to open stream: No such file or directory in [path]/profile.php(4553) : eval()'d code on line 100
Fatal error: require_once() [function.require]: Failed opening required '/home/snowandm/public_html/forum/includes/mgc_cb_evo/class_misc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/snowandm/public_html/forum/profile.php(4553) : eval()'d code on line 100
It looks to have a different line number now its line 100, thanks for trying
Alfa1
10-08-2010, 07:13 PM
Strange. This fixed it for me.
The issue that is causing this bug is that the [path] is wrong. On my site it was looking for /public_html/forum/forum/includes/mgc_cb_evo/class_misc.php
Mind the double mention of 'forum'. Look up what the script is searching for on your forum.
rknight111
10-08-2010, 10:53 PM
Right, its looking for this on my site
'/home/snowandm/public_html/forum/includes/mgc_cb_evo/class_misc.php
I cannot find this mgc_cb_evo/class_misc.php in my forum/includes folder under forum. So I looked on the software I downloaded and its not there either.
I downloaded again and Im not a computer brain but should'nt there be a folder inside of the includes folder called " mgc_cb_evo " then when you go there a php program called class_misc.php?
Alfa1
10-09-2010, 01:45 PM
You are correct. That folder existed in previous versions. I still had the old folder with the old file.
Its strange that this version refers to a folder of previous versions.
Try to create the folder and upload the file to there. See if that resolves it.
red-dna
10-09-2010, 09:40 PM
Hello there, is there any option or plan for the future, to have the chat box work on the Sidebar Block? And not in the forum home top as it is at the moment?
rknight111
10-09-2010, 10:42 PM
FIXED!
I went in and added mgc_cb_evo directory to the forum/includes/ folder
made that directory 755, then added the class_misc.php file to that directory, I found that in the classes directory. Im not sure if this is done correctly but the error is gone.:D
Vikingant
10-09-2010, 11:32 PM
Apologies for sounding so vague, but in the read me file, what exactly is meant by
Upload the content of the Images in each of your forum styles directories.
Do I do this via FTP? I am having trouble finding the forum style directories.
Thank you
Vikingant
10-10-2010, 01:46 AM
OK. As is often the case I have found it....but now the chatbox manager is in French?!?!
Help please
Pro-eSports.com
10-10-2010, 01:49 AM
1. How can I edit the error message when pressing enter without having written a shout? It's white text on white background. -.-
2. How to have the first line of a long shout on the same line as the username?
Problem: https://vborg.vbsupport.ru/
RobbieZ
10-10-2010, 05:31 AM
1. How can I edit the error message when pressing enter without having written a shout? It's white text on white background. -.-
2. How to have the first line of a long shout on the same line as the username?
Problem: http://i107.photobucket.com/albums/m287/Jerichool/Random/ScreenHunter_01Oct100451.gif
Q1 : That would be textarea .bginput class
Q2 : Long shouts are going to self wrap otherwise your forum width would become the length of the shout, makes no sense!
argothiusz
10-10-2010, 07:44 AM
Lets say I have a different website on the same server but I want to include the chatbox on my website.
Is there anyway to add the chatbox into my website php page?
Pro-eSports.com
10-10-2010, 10:23 AM
Q1 : That would be textarea .bginput class
Q2 : Long shouts are going to self wrap otherwise your forum width would become the length of the shout, makes no sense!
Can you be a bit more specific please? I searched in templates for "textarea .bginput" without result. When I search for ".bginput" it only shows blog.css, vbulletin-ie.css and replacement-vbulletin-ie.css.
Thanks in advance. ;)
RobbieZ
10-10-2010, 02:17 PM
I guess VBDev is using a global call to .bginput, you would need to ask him over at forumcoding for a more thorough answer.
rknight111
10-10-2010, 10:10 PM
Havn't had any issues sine I added that file as per my last instructions so I would say its fixed. So if any one else has issues with the User CP>Edit options then an error shows up theres an easy fix for it.
jazde86
10-11-2010, 03:18 PM
User CP bug:
VBDev forgot to update the path within the vB 3 plugin, in the vB 4 it's correct.
To resolve the issue, go in your Admin CP to Manage Plugins and search for the User option add in profile vB3 plugin. Open it and change the path two times:
From:
/includes/mgc_cb_evo/
To:
/mgc_cb_evo/classes/
1:
// Instantiate display class
require_once(DIR . '/mgc_cb_evo/classes/class_display.php');
$MGCCbEvoDisplay = new MGCCbEvo_display($vbulletin,$MGCCbEvoCore);
2:
// Channel selector
if ($MGCCbEvoCore->evo_permissions->can_select_default_channel())
{
require_once(DIR . '/mgc_cb_evo/classes/class_misc.php');
$MGCCbEvoMisc = new MGCCbEvo_misc($vbulletin,$MGCCbEvoCore);
$show['chan_sel'] = 1;
$channel_select = $MGCCbEvoMisc->construct_default_channel_selector();
}
It's so easy! :eek: :D
Fishing620
10-11-2010, 07:03 PM
Hello
Thanks for this mod. We installed it on our forum (http://www.tidalfish.com/forums/forum.php). Like what it does and its features (donated to you today via pay pal).
Few issues we are having
1) When I go to stick a post I get a box that pops up with " Are you sure you want to sticky this chat ?" The only option I have is an "x" in the upper right to make the box go away. When I do that the post that I want to stick does not stick. Suggestions?
2) On the channels, I assume this means you can have different chats appear on different forums? I tried that and it does not seem to work?
3) More of a question, can you have other items show up in the chat such as recently posted articles or threads? or does everything have to be put in manually?
Thanks for your work, very much appreciated.
sorcerer1
10-12-2010, 05:02 PM
Is anyone having issues with users being kicked out when new users log in?
Guest191216
10-12-2010, 09:02 PM
Originally Posted by darsalles View Post
I imported the english xml, but there still phrases on French. Like the options on AdminCP and a text on the input field of the chat:
"Entrez votre chat" :S
=will555559;2096382]Admin CP > MGC Chatbox Evo > Chats Formatting > Message to display in the input field on page load.
Cannot find this.
Everything around the MGC Chatbox is french, don't understand a word.
https://vborg.vbsupport.ru/external/2010/10/24.jpg
Where can I switch this Addon to english?
txs
kh
Pro-eSports.com
10-12-2010, 09:54 PM
Cannot find this.
Everything around the MGC Chatbox is french, don't understand a word.
https://vborg.vbsupport.ru/external/2010/10/24.jpg
Where can I switch this Addon to english?
txs
kh
https://vborg.vbsupport.ru/showpost.php?p=2103510&postcount=6881
Guest191216
10-12-2010, 10:04 PM
https://vborg.vbsupport.ru/showpost.php?p=2103510&postcount=6881
I tried this twice already, doesn't work unfortunately.
kh
snowlion
10-13-2010, 05:03 AM
I tried this twice already, doesn't work unfortunately.
kh
Just upload the english.xml file and overwrite your existing language
sorcerer1
10-13-2010, 01:25 PM
Is there a fix for the autorefresh hanging?
Guest191216
10-13-2010, 07:38 PM
Just upload the english.xml file and overwrite your existing language
I did:
ACP-Languages-Import XML-Overwrite English (ignore version=yes).
It is uploading, but this doesn't help.
Am I on the wrong track here ?
kh
exyuteam
10-13-2010, 09:25 PM
If you do that, english must show... expect if you use another language :) Also, try with other browser to see did you have problem with cached page (maybe)!
Guest191216
10-13-2010, 11:48 PM
If you do that, english must show... expect if you use another language :) Also, try with other browser to see did you have problem with cached page (maybe)!
Tried again, worked
kh
alexbuidoi
10-14-2010, 01:18 PM
Hello,
I installed the mod and it worked perfectly, but I have a question. I'm using Advanced Forum Statistic mod and I want to put the chatbox above it, which mean under the navbar in forumhome. Anyone know to do it? Please advice.
Thanks.
bugzy
10-14-2010, 09:29 PM
Is MGC Chatbox with vBa module working for vb4?
ziggy66
10-17-2010, 10:59 AM
- removed post. wrote my comment under the wrong plugin
Duncan
10-17-2010, 08:18 PM
It is possible so that:
channel1.mysite.com and channel2.mysite.com load the appropriate channels when visited? Can you make it auto-load the channel I guess is what i'm asking.
TeknoSounds
10-19-2010, 02:49 AM
Is MGC Chatbox with vBa module working for vb4?
theres a writeup on vba.com about making this work on vbadvanced. Have had mine working for awhile :)
dom020876
10-19-2010, 07:00 AM
hi there, iv gone through 4 pages looking an answer to my question and to no avail, so here i go,
i have an issue with the settings being saved after a page reload, ie;
the user loads the forum page with the cb active, he then goes to minimize the smilies drop line box, minimize the bbcode drop down line. he then refreshes the page, and the CB doesnt remember he minimized the two drop downs.
Everything else is remembered (bbcode settings like font color, size etc etc) but those damn smilies/bbcode setting options keep appearing after a page reload,
so i ask, is there a fix for this ? or is there a way for me to code the CB to load with the smilies/bbcode menus automatically minimized ?
and help would be greatly appreciated./
W!cKeD
10-19-2010, 09:02 AM
Hey vBDev,
thanks again for the port to 4.0, but i have a little problem, the shoutbox dont scroll to the last shout, i have the option "new message on bottom"...
12:29 <W!cKeD> Hey
12:30 <W!cKeD> Whats up
12:30 <W!cKeD> hmm
it stand on the middle and i must scroll down to the last shout.. any idea?
exyuteam
10-19-2010, 10:55 AM
I have same problem, and still this not corrected.... Problem is because chats sometimes display OK and sometimes not...!!! So, it's hard to prove author that this problem exists... He must do that problem and try to find what's wrong. If he cannot reproduce it, he cannot fix it. I doubt that this problem in my case do smiles (height) and chat somehow don't "calculate" that... I just don't know...
MaryTheG(r)eek
10-24-2010, 07:37 AM
My apologies if it's a double post but searching didn't gave me any results and reading 463 pages is not possible. I want to put the chat at a popup window, so I need to add the actual link. I tried mgc_cb_evo.php and mgc_cb_evo_ajax.php but I'm not getting any chat window.
Thank you
Maria
midnz
10-24-2010, 07:52 AM
My apologies if it's a double post but searching didn't gave me any results and reading 463 pages is not possible. I want to put the chat at a popup window, so I need to add the actual link. I tried mgc_cb_evo.php and mgc_cb_evo_ajax.php but I'm not getting any chat window.
Thank you
Maria
Try: mgc_cb_evo.php?do=view_chatbox
MaryTheG(r)eek
10-24-2010, 09:08 AM
Try: mgc_cb_evo.php?do=view_chatbox
Thank you. It works, even if it seems to be a 2 steps action. The link as you gave it and having "Full Page" ON in General Options, otherwise it shows permission error.
Maria
hamedbia2
10-24-2010, 09:35 AM
I have a problem and i cant activate the "more smiles" in this chatbox, just i can use smiles showing on the page,what i have to do?
lebmedia
10-25-2010, 01:18 PM
how to enable the Notification in the chatbox (new thread, new message, new registration, ...) please ?
Lazorbeam
10-25-2010, 07:11 PM
Perhaps I'm a little... behind. But I'm not quite sure how to proceed in the language installation. Here are the instructions are per install file:
Go in the Download/Upload item of the Language manager menu and then:
1. Select the English language file from the Lang folder.
2. Select the forum language to overwrite.
3. Set the Ignore language version option to YES.
4. Launch the upload.
There is 1 language in the dropdown list (english). Won't overriding this file destroy a bunch of important language data?
exyuteam
10-25-2010, 10:38 PM
It's just add this phrases, and everything else will stay.... Don't worry - we all do this ;)
exyuteam
10-25-2010, 10:43 PM
how to enable the Notification in the chatbox (new thread, new message, new registration, ...) please ?
Notification management --> Select in "Notifications display choice" how you want to display notifications, and below select witch notification you want to display ("Activation of the new thread warning in the chatbox", "Activation of the new post warning in the chatbox", "Activation of the new Thanks warning in the chatbox")
SEW810
10-25-2010, 11:45 PM
https://vborg.vbsupport.ru/external/2012/01/11.gifDownloaded
https://vborg.vbsupport.ru/external/2012/01/11.gifInstalled
https://vborg.vbsupport.ru/external/2012/01/11.gifWorking on vb 4.0.8
https://vborg.vbsupport.ru/external/2012/01/11.gifNominated MOTM
Lazorbeam
10-26-2010, 11:33 AM
https://vborg.vbsupport.ru/external/2012/01/11.gifDownloaded
https://vborg.vbsupport.ru/external/2012/01/11.gifInstalled
https://vborg.vbsupport.ru/external/2012/01/11.gifWorking on vb 4.0.6
https://vborg.vbsupport.ru/external/2012/01/11.gifNominated MOTM
https://vborg.vbsupport.ru/external/2012/01/11.gif5-starred
zstewart
10-27-2010, 05:04 PM
Anyone else with this problem.
On 4.0.8 btw did the same problem back on 4.0.7 aswell.
Sometimes the chat will not post anything users types, but if you goto Archives and Back to the main page with the chat it will start working again. Seems like a refresh problem maybe freezing? Does not happen all the time but when it does its very noticeable. (Users complain they can't see anything.)
murekhalir
10-27-2010, 10:53 PM
Nvm Fixed.
sorcerer1
10-28-2010, 10:59 AM
Anyone else with this problem.
On 4.0.8 btw did the same problem back on 4.0.7 aswell.
Sometimes the chat will not post anything users types, but if you goto Archives and Back to the main page with the chat it will start working again. Seems like a refresh problem maybe freezing? Does not happen all the time but when it does its very noticeable. (Users complain they can't see anything.)
We have this same problem. I've posted here, but not received a response.
MrEyes
10-28-2010, 11:15 AM
Either I am being a bit thick or something is broken...
I am trying to get private messaging working, so I enter the following:
/pm username
I then see that text appear like a normal chat, I don't get another tab, or anything else.
In options I have:
ACP -> MGC Chatbox Evo -> Command Options -> /pm command: Activate the private chats in tabs feature -> Yes
ACP -> MGC Chatbox Evo -> Command Options -> /pm command: maximum number of private chats tab authorized. -> 5
ACP -> MGC Chatbox Evo -> Manage Commands -> PM is enabled for all usergroups
ACP -> MGC Chatbox Evo -> Chats formatting and sending -> Activate commands autocompletion -> Yes
Is there another setting somewhere? BTW that last auto completion setting doesn't seem to do anything at all.
As an aside, but possible related, I have also noticed that /slap & /me don't work either - in fact none of the commands seem to work. So I am guessing that there is a "Switch commands system on" setting that I just can't find.
EDIT : Using vb 4.0.6
Lazorbeam
10-28-2010, 12:10 PM
Either I am being a bit thick or something is broken...
I am trying to get private messaging working, so I enter the following:
I then see that text appear like a normal chat, I don't get another tab, or anything else.
In options I have:
ACP -> MGC Chatbox Evo -> Command Options -> /pm command: Activate the private chats in tabs feature -> Yes
ACP -> MGC Chatbox Evo -> Command Options -> /pm command: maximum number of private chats tab authorized. -> 5
ACP -> MGC Chatbox Evo -> Manage Commands -> PM is enabled for all usergroups
ACP -> MGC Chatbox Evo -> Chats formatting and sending -> Activate commands autocompletion -> Yes
Is there another setting somewhere? BTW that last auto completion setting doesn't seem to do anything at all.
As an aside, but possible related, I have also noticed that /slap & /me don't work either - in fact none of the commands seem to work. So I am guessing that there is a "Switch commands system on" setting that I just can't find.
Likewise. For example, the /slap command returns an error (user could not be found).
/slap userxyz
Does not work even is userxyz is in chat.
zstewart
10-28-2010, 02:34 PM
We have this same problem. I've posted here, but not received a response.
Great at lease am not the only one.:up:
Lazorbeam
10-28-2010, 06:11 PM
New bug report:
- Allow users to format chat.
- User types in message with font formatting:
Hello
- Disable font formatting.
- User's message appears like this:
[ B]Hello[ /B] (no spaces)
- User cannot remove formatting tags and all future messages will carry formatting tags as previously specified.
MrEyes
10-28-2010, 08:12 PM
New bug report:
- Allow users to format chat.
- User types in message with font formatting:
Hello
- Disable font formatting.
- User's message appears like this:
[ B]Hello[ /B] (no spaces)
- User cannot remove formatting tags and all future messages will carry formatting tags as previously specified.
I have experienced this same issue, after much hair pulling I went for a fairly dramatic fix but it worked. When BB Code formatting is enabled the users settings are stored in the DB, if you nuke the settings the problem disappears:
update users set mgc_cb_evo_params = ''
Now this is dramatic, but it works - I strongly recommend that you only run this if you are absolutely comfortable with it and understand that it may have other side effects (I didn't but every setup is different)
I assume somebody will be along shortly with an "OMG!!!! YOU CAN'T DO THAT" post, well I did :) and it worked :p
SEW810
10-29-2010, 05:10 AM
Anyone else with this problem.
On 4.0.8 btw did the same problem back on 4.0.7 aswell.
Sometimes the chat will not post anything users types, but if you goto Archives and Back to the main page with the chat it will start working again. Seems like a refresh problem maybe freezing? Does not happen all the time but when it does its very noticeable. (Users complain they can't see anything.)
Yeah, same here. That happends when slap, me, pm commands are enabled :( , too bad, i just disabled them just to get my chat working. I can spend all the night pressing F5 (refresh page) and nothing happends!!! . Clearing chat history fixes that problem :( (well, until bad commands are used again lol)
Any idea to fix it??
Likewise. For example, the /slap command returns an error (user could not be found).
/slap userxyz
Does not work even is userxyz is in chat.
The correct sintaxis is:
/slap uname "user name" (without "'s of course)
**************************** EDITED ******************
Oh btw, any of you guys got "constant string" issue at forum.php when chat is ON ???
If i disable it (Chat OFF) forum.php works just fine.
USING VB 4.0.8
************************ EDITED 2 **************************
Another issue.
If I type /ban show , I can't see banned users !!!! (I'm Admin)
It showes me the non permissions page :(
Harley D
10-30-2010, 01:48 AM
Same issue here with both versions. It even stops me from typing if I'm in another window if someone posts while I'm typing. Aggravating!
I have to click somewhere else on the screen and then back to the text box for my text to start showing again.
VB 4.08 & FF 3.612
Seems to work with Explorer 9 beta, but keeps showing a MIme pop-up waring
Anyone else with this problem.
On 4.0.8 btw did the same problem back on 4.0.7 aswell.
Sometimes the chat will not post anything users types, but if you goto Archives and Back to the main page with the chat it will start working again. Seems like a refresh problem maybe freezing? Does not happen all the time but when it does its very noticeable. (Users complain they can't see anything.)
Andyrew
10-30-2010, 07:32 PM
Banning does not work, it says there banned until they make a post then there un banned. ?
zeus_r6
11-01-2010, 10:41 PM
Upon uninstalling this mod, it leaves a ton of things behind and crashes my site...anybody else have this happen?
DemoniK_AK
11-03-2010, 07:07 PM
Great mod
Took me while to get it up and running. Some additonal docs in the zip would be handy on how to get everything running, e.g.
- add to the installation steps to enable permissions per usergroup (took me ages to figure out why it wasn't being displayed)
- some docs on getting the commands working would be helpful - its not obvious I need to enable and then set the permissions under manage commands
But once it's running it's great.
A few issues and suggestions though ;)
1. On chromium/chrome and IE when you select the drop down box (user profile, etc.) it opens relative to the page and not the chatbox - i.e. you need to scroll down the forum to see it!
2. When I added chatrooms they appear to the left and top and are essentially adding lots of dead space above the chats (check my site www.ak47ps3.com/forums) to see what I mean. Would be handy if we could stack then left to right like tabs...
3. editing a chat line which has been coloured allows me to edit the BBCode for the colour or style - would be handy if this was more inline and I didn't have to worry about destroying it.
4. clicking on the @ bubble is handy - but would be even better if I could simply type once selected - as it stands I need to reselect the text box again :(
5. The Bot is handy - any chance it could do more regex - even just basic contains phrase? Would make it so much handier.
6. Would be great if the /me command used the colour I had set for my chats
7. Would be nice to have an option to move the drop down box and @ icons close to the username after date & time if possible.
RobbieZ
11-04-2010, 12:58 AM
Upon uninstalling this mod, it leaves a ton of things behind and crashes my site...anybody else have this happen?
Be more specific please.
I have used this mod since vb3.7.x and have upgraded every time.
When I did un-install it from my test board , it crashed, I just removed the block from forums & moderators after I disabled all my plug-ins.
Ive just upgraded from the 2.3.2 to the latest via the instructions to the letter but have 3 issues.
1/ The chat stats are now shown twice at the bottom of the forum.
2/ My notifications have dissapeared although alll the options remained set as they were and are correct (I use right column within) .
3/ 2 admin sidebar menu options are in French "Gestion du bot" and "Voir les chats. rapportés"
Not bothered about the last one but would really like a fix for the first two or a pointer in the right direction were to look im using VB 3.8.2
I am quite happy to edit tables or php etc just need to know what to edit to fix lol.
Update: number 3 has fixed itself, perhaps due to a scheduled task/cron job Still need help especially with number 2 please
Regards
Darked_Hax
11-06-2010, 10:03 PM
User CP bug:
VBDev forgot to update the path within the vB 3 plugin, in the vB 4 it's correct.
To resolve the issue, go in your Admin CP to Manage Plugins and search for the User option add in profile vB3 plugin. Open it and change the path two times:
From:
/includes/mgc_cb_evo/
To:
/mgc_cb_evo/classes/
1:
// Instantiate display class
require_once(DIR . '/mgc_cb_evo/classes/class_display.php');
$MGCCbEvoDisplay = new MGCCbEvo_display($vbulletin,$MGCCbEvoCore);
2:
// Channel selector
if ($MGCCbEvoCore->evo_permissions->can_select_default_channel())
{
require_once(DIR . '/mgc_cb_evo/classes/class_misc.php');
$MGCCbEvoMisc = new MGCCbEvo_misc($vbulletin,$MGCCbEvoCore);
$show['chan_sel'] = 1;
$channel_select = $MGCCbEvoMisc->construct_default_channel_selector();
}
It's so easy! :eek: :D
GREAT!
That's solve my problem!
many thanks, man!
Update I fixed it well rather I noticed that the upgrade adds options in the user groups and had see notifications switched off by default after the upgrade...should be on by default really or at least document this needs to be done! So now just point 1 I need help on..
makmak
11-08-2010, 07:12 AM
Hi from greece.I'm running vB 4.0.8 and CMPS 4.0.1. The problem is that : Some members, including me (with full Admin permissions) can't see the shoutbox.Are members from all the groups.So, i need your help about this very usefull module.Any ideas ?
Installed corectly, very carefully, with corect permissions.Please, help me.
I use the MGC Chatbox from vB 3.6.x with all the updates.I have not any problem until now with 4.0.8
spoky29
11-09-2010, 12:09 PM
very nice shootbox!
I made all fixes but stil have an error:
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too many connections
/home/space/public_html/forum/includes/class_core.php on line 311
What should i do please?
Many thanks
I'm runing on vb 3.8.6
Harley D
11-09-2010, 04:29 PM
I'm still fighting this issue, I have tried to disable the Slap, Me, and PM commands with no change?
Any other suggestions?
Anyone else with this problem.
On 4.0.8 btw did the same problem back on 4.0.7 aswell.
Sometimes the chat will not post anything users types, but if you goto Archives and Back to the main page with the chat it will start working again. Seems like a refresh problem maybe freezing? Does not happen all the time but when it does its very noticeable. (Users complain they can't see anything.)
We have this same problem. I've posted here, but not received a response.
Great at lease am not the only one.:up:
Yeah, same here. That happends when slap, me, pm commands are enabled :( , too bad, i just disabled them just to get my chat working. I can spend all the night pressing F5 (refresh page) and nothing happends!!! . Clearing chat history fixes that problem :( (well, until bad commands are used again lol)
Any idea to fix it??
The correct sintaxis is:
/slap uname "user name" (without "'s of course)
**************************** EDITED ******************
Oh btw, any of you guys got "constant string" issue at forum.php when chat is ON ???
If i disable it (Chat OFF) forum.php works just fine.
USING VB 4.0.8
************************ EDITED 2 **************************
Another issue.
If I type /ban show , I can't see banned users !!!! (I'm Admin)
It showes me the non permissions page :(
Same issue here with both versions. It even stops me from typing if I'm in another window if someone posts while I'm typing. Aggravating!
I have to click somewhere else on the screen and then back to the text box for my text to start showing again.
VB 4.08 & FF 3.612
Seems to work with Explorer 9 beta, but keeps showing a MIme pop-up waring
Harley D
11-09-2010, 04:55 PM
O.K. I have managed to capture an error.
The "other" Issue I am having is that Smiles that are in the MORE box do not load into the CHat Box when clicked.
I have tried the fix that is posted to edit the PHP file with no change.
Here is the error that I have captured
Error: insert_smilie_from_window is not defined
Source File: javascript:insert_smilie_from_window(':emoticon-0151-skype')
Line: 1
Anyone have a clue to what I need to do to fix this issue?
VB 4.08
xerotsuda
11-09-2010, 10:44 PM
How do I stop my Registered User class from being able to remove other peoples chats. I have checked the Usergroup Permissions and they are not allowed to manage the chat in any way. I try to remove these right on the Administrator (myself) and it doesnt even affect me...
--- nvm i found it in the Commands section.
Lazorbeam
11-13-2010, 06:07 PM
This addon has been fantastic for my forum, but there is a serious issue with it.
Apparently, the chatbox is very memory intensive. My site was recently shut down by my host due to overuse of memory.
For your reference, here is a copy of your usage report:
###
User Domain %CPU %MEM MySQL Processes
xxxxxx stormspire.net 2.37 20.54 0.2
Top Process %CPU 8.0 /usr/bin/php /home/xxx/public_html/consortium/mgc_cb_evo_ajax.php
Top Process %CPU 4.0 /usr/bin/php /home/xxx/public_html/consortium/mgc_cb_evo_ajax.php
Top Process %CPU 3.5 /usr/bin/php /home/xxx/public_html/consortium/mgc_cb_evo_ajax.php
###
Is there any way to reduce the mem usage of this addon?
Alfa1
11-14-2010, 09:30 PM
TBH this addon has a very large amount of issues. The functionality is very nice but it needs a full rewrite IMHO.
Ranger187
11-16-2010, 07:51 AM
I've been testing 3.1.0 for a while now and haven't seen the issues. I'm still waiting on some of my users to reply.
my123world
11-16-2010, 08:24 AM
It Works Fine.... But Please Can Anyone Tell How Can I Remove The Footer Note In The Chatbox -
MGC Chatbox Evo created by MGC, Version 3.0.0, Copyright 2008-2010 all rights reserved
Its Very Annoying...
Ranger187
11-16-2010, 09:12 AM
You'd need to get the branding free version. I already know where it is. ;)
muckleroy
11-16-2010, 02:51 PM
Forgive me if this has already been asked, 466 pages...
I have what seems to be random users that cannot see the chatbox. I have confirmed this by logging in as the user. I have users in multiple usergroups that cannot see the chatbox, but others in the same group can. I do not have post count enable, and in fact I have it set to ignore post counts.
I can usually figure these things out, of find it in a search, but I'm at a loss on this one.
Ranger187
11-16-2010, 03:05 PM
Muckleroy, see if it's listed up top as an issue. If not, make sure every usergroup has permissions since 1 user can be in multiple groups. This is why I try and keep the grouping simple. ;)
michelle86
11-17-2010, 05:51 AM
Thanks for this mod! It works awesome. :)
Just wondering... do you think there will ever be an update that will give you the option to display membername is typing? Like a chat room?
yotsume
11-17-2010, 05:39 PM
More Notification Features?
I am in dire need of the following 5 notification features to be implemented on our site. I added one to the list as well for a nonfiction when a member changes their status (using a 3rd party hack found here on vborg).
What kind of time-line are we looking at to have these new features added? How can I help to speed up the process?
NOTIFICATION : social groups
NOTIFICATION : User albums updates
NOTIFICATION : IBProarcade New tournament created notification / Tournament has started notification
NOTIFICATION : Blogs
NOTIFICATION : Status Changed
orsiris
11-18-2010, 04:02 PM
hi guy's,hope ye can help me with a problem i'm having with the chatbox on vbulliten 4.0.8Pl1, host had a problem with it tmp partitions, since they sorted that i am getting
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.
can anyone help??
BarelyHangingOn
11-21-2010, 04:12 PM
I want to have random chat days from time to time.
How do I clear the previous chat so everything starts fresh?
liefdesdichter
11-23-2010, 04:30 AM
İ dont want that user send pm is it possible to disable that ?
SEW810
11-24-2010, 03:29 AM
I'm still fighting this issue, I have tried to disable the Slap, Me, and PM commands with no change?
Any other suggestions?
Uninstalled :(
It's a great mod, indeed but I can't keep my forum crashed anymore.
Maybe I'll install it back.
Good luck ppl with those bugs :s
pretty.witch
11-24-2010, 11:42 AM
I had a problem uninstalling it.
Though I removed from admin cpanel, the tables in BD stayed.
Before and after I unisntalled it, it caused problems creating new users groups.
So I had to remove the references to the chat from php documents.
DemoniK_AK
11-24-2010, 03:03 PM
Uninstalled it
Something was acting up in the JS that I couldn't track down and refreshes would just stop.
That and my IE users had bad display problems...
Will check back every so often - hope you iron out the bugs.
exyuteam
11-24-2010, 10:09 PM
When you uninstall this plugin, you MUST remove ALL chat files from your server (especially from INCLUDES/XML)!!!
Cheeers
cory_booth
11-25-2010, 03:32 AM
On my site VB 4.1(bets) killed the chat. It opens but nothing shows.
MoonDaemon
11-28-2010, 05:31 AM
Things working great over here, but there is a little issue in the Archives section; in the Navigation and Search windows, only two of my three available channels are being displayed in the drop-down menu. Yes, there are still three options but two of them are duplicates so my third channel is still missing from Navigation and Search; screenshot of the problem here (http://yfrog.com/2s78747066p)
Also having problems with the ChatBox showing in one forum-style and not another; I'm thinking that this might have to do with the templates in one of my styles. If possible, could you show me the code for this hack and which template-names use this ChatBox code so I can manually input it? If it makes any difference, I want the ChatBox to appear at the top of the page (below my navigation-bar) and everywhere except the actual forum homepage
Thanks for any help
goxy63
11-28-2010, 02:38 PM
How to exclude chatbox from not showing in user profile?
If chatbox is show in user profile new option that comes with 4.0.8 "customize profile" cant work
AdminCP>>>Chatbox>>>Display and position>>>NOUVEAU Liste de pages à exclure (pages to exclude)
Here? If so what to enter here?
Ty
michelle86
12-01-2010, 03:43 AM
I just installed vb 4.1.0 and now the chatbox shows "loading..." but it doesn't ever load the most recent chats. You have to type something to be able to view the ongoing chat.
Any idea how to fix this? I tried finding a setting in the control panel that I could change with no luck.
zelnik
12-01-2010, 07:38 AM
I just installed vb 4.1.0 and now the chatbox shows "loading..." but it doesn't ever load the most recent chats. You have to type something to be able to view the ongoing chat.
Any idea how to fix this? I tried finding a setting in the control panel that I could change with no luck.
Seems like a bug as I'm getting exactly the same thing.
Taurus1
12-01-2010, 08:44 AM
Yep, same problem here. Hope to get a fix soon.
Skyrider
12-01-2010, 10:42 AM
Same here, upgraded to v4.1 and stuck at "loading".
zelnik
12-01-2010, 11:37 AM
well a fix from the author isn't going to happen since he is MIA
goxy63
12-01-2010, 12:41 PM
Did any of you search this thread, think we got this issue before.
I dont have any problems, was running it on vb 4.0.4 pl1 and now on 4.0.8 pl2 its working great, I just have some other issues ...mentioned above
Skyrider
12-01-2010, 12:45 PM
Did any of you search this thread, think we got this issue before.
I dont have any problems, was running it on vb 4.0.4 pl1 and now on 4.0.8 pl2 its working great, I just have some other issues ...mentioned above
But have you tried it on vB 4.1?
goxy63
12-01-2010, 12:54 PM
But have you tried it on vB 4.1?
Nope, I always wait one or two months after latest version is up....always some probs and....
try here http://www.forumcoding.com
sjsteve33171
12-01-2010, 08:11 PM
4.1.0 just says "Loading..." same for others i guess?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.