View Full Version : Chat Modifications - MGC Chatbox (with AJAX)
Pages :
1
2
3
4
[
5]
6
7
8
9
10
gothicuser
07-28-2007, 07:13 AM
I have tried both doing an upgrade, and uninstalling then re-installing to the newer v1.4, but nothing I do seems to get the vBAdvanced module to work.
I have followed your destructions to the letter, re-read them, got a third-party to read them, but alas, still no module appears.
This morning I did a 'virginal' install of vBulletin on one of my office dev machines ('nix box) no mods/hacks at all, went through the install procedure precisely to the letter, the chat box works perfectly, but still no vBA module :( :(
alseef
07-28-2007, 07:37 AM
First of all I would like to thank you , and thanks also to mr. alessai for the translation.
but still I cant read the Arabic in the chatbox, as you say before this is from the provider.
Is there any other solutions ??
What also Provider has to do to solve this problem?
Thanks
Tulsa
07-28-2007, 07:51 AM
This mod has progressed wonderfully! :)
The only thing I think this mod needs now is to store the users selection of font and color so they don't have to set it every time.
VBDev
07-28-2007, 09:19 AM
I have tried both doing an upgrade, and uninstalling then re-installing to the newer v1.4, but nothing I do seems to get the vBAdvanced module to work.
I have followed your destructions to the letter, re-read them, got a third-party to read them, but alas, still no module appears.
This morning I did a 'virginal' install of vBulletin on one of my office dev machines ('nix box) no mods/hacks at all, went through the install procedure precisely to the letter, the chat box works perfectly, but still no vBA module :( :(
On monday evening, I'll check that out on a clean vbulletin install.
But it was working wonderfully on my local forum it's strange.
What you could try to do is find in the vba files in the include directory the print_portal_output function (I don't have my notebook so can't tell which one) and then at the start of that file find add : global $mgc_chatbox;
There is an option in vba which can also allow variable globalizing so you might as well at mgc_chatbox in that field instead of doing the file editing.
Tell me if that solve the thing !
First of all I would like to thank you , and thanks also to mr. alessai for the translation.
but still I cant read the Arabic in the chatbox, as you say before this is from the provider.
Is there any other solutions ??
What also Provider has to do to solve this problem?
Thanks
This is a problem of encoding, i had the same problem with accent on an old forum but I really don't know which provider parameter it's due to :(
My skills lack on that part.
This mod has progressed wonderfully! :)
The only thing I think this mod needs now is to store the users selection of font and color so they don't have to set it every time.
But it already does as users can do that through their acp. I won't make it through the selection in the chatbox.
Read all thread on page 38 but i want still ask.
How to show user who use the chatbox on current time?So we dont need to ask "Anyone in?' or "John Doe are you on chatbox?"
VBDev
07-28-2007, 12:11 PM
Read all thread on page 38 but i want still ask.
How to show user who use the chatbox on current time?So we dont need to ask "Anyone in?' or "John Doe are you on chatbox?"
Actually, there is a who's online channel which is accessible through a button in the chatbox (on the left).
However, it doesn't work very well actually coz I have problems with session and ajax calls.
To see the channel's button, you have to allow your users to see who's online in the chatbox (usergroup permissions).
Tulsa
07-28-2007, 12:16 PM
lol - I totally missed that VBDev! Sweet!
Thanks VBDev,hope you can made this features more great.
ButtCrackAttack
07-28-2007, 02:15 PM
You haven't upload the bitfield product :)
The files in the "p" folder? I'm confused, where should they be uploaded?
Mastar
07-28-2007, 02:19 PM
Good to go... the Display on defined pages above the navbar setting was it.
gothicuser
07-28-2007, 02:48 PM
What you could try to do is find in the vba files in the include directory the print_portal_output function (I don't have my notebook so can't tell which one) and then at the start of that file find add : global $mgc_chatbox;
There is an option in vba which can also allow variable globalizing so you might as well at mgc_chatbox in that field instead of doing the file editing.
Tell me if that solve the thing !
Just arrived home, will try this in the morning..... kids need too much attention right now :(
VBDev
07-28-2007, 03:03 PM
Thanks VBDev,hope you can made this features more great.
I am planning to find a fix for that :)
Just arrived home, will try this in the morning..... kids need too much attention right now :(
He he that's ok you should learn your kids coding for vbulletin :D ! Take your time this is no big deal, this should fix it but not sure.
Anyone has managed using it on vba with my howto ?
Little question gothicuser, did you update the product and all the files with the corrected one (actual 1.4 available for download).
ButtCrackAttack
07-28-2007, 04:52 PM
Hey guys I think i've uploaded everything, but I keep getting this when I set the permissions in the admin cp...
MySQL Error : Unknown column 'mgccustomusergroupperms' in 'field list'
Did I upload something in the wrong place?
Nimrod.
07-28-2007, 06:06 PM
Yeah, I kind of get the same thing. Everything in my AdminCP looks great, but when i try to go to my site, it says that I have an error on my global.php file on line #34.
gothicuser
07-28-2007, 07:52 PM
Little question gothicuser, did you update the product and all the files with the corrected one (actual 1.4 available for download).
Yes I did but made no difference I'm afraid.
As i said, will play again in the morning :)
Sofia
07-28-2007, 09:23 PM
Why there is few folders with letters in the Zip , Mr Clement ? I think you must classify folders by languages or by products/php/readmefile. No ? Good Night, my darling !
stangger5
07-28-2007, 10:01 PM
I finally got it working with vBadvanced..
Display on defined pages in a variable: YES
I added adv_index in the Display and position (Other pages list) box..
Create a new vBadvanced template based module with the following parameters :
Title : MGC Chatbox
Template to include : mgc_chatbox
Styles : the style on which you want the module to be shown
This depends on what version of VBA and the way you want to display it..
Template content :
$mgc_chatbox
you could use wrapper template option: YES or NO..
Use this in older VBA:
$mgc_chatbox
or
<tr>
<td class="$bgclass">
$mgc_chatbox
</td>
</tr>
In the edit modules page, add the chatbox module to the homepage on the center wherever you want it to be positioned.
Heres a Demo... (http://www.thefulcrumpoint.org/index.php)
:D
inciarco
07-29-2007, 12:54 AM
Hello VBDev!! ;)
I share with you a little Bug in the ShatBox, that I located 5 minutes Ago:
When Selected as "YES" the Option "Display on defined pages above the navbar" (This option lets you activate the mechanism which allows the displaying of the chatbox on defined pages of the forum under the navbar (except from the forumhome, forumdisplay and showthread pages which have their own option)), in the ChatBox Page (http://inciarco.com/foros/mgc_chatbox.php?do=view_chatbox) the Chatbox Duplicates it self, one for the ChatBox in that Page and other for the Added ChatBox activated by this Option.
You Can see it in the Following Link:
http://inciarco.com/foros/mgc_chatbox.php?do=view_chatbox
(When that Option is Set to "NO" the ChatBox Page works with just One ChatBox and Not the Two that you'll see if you visit the Link).
(One of the ChatBoxes Loads the Contens and the other Just show the "Loading" Text).
The Code shall Identify the ChatBox Page and not Include another ChatBox Above it.
I hope this helps for your Next Version of this Great Hack!! :up:
My Best Regards To You!! ;)
:)
ButtCrackAttack
07-29-2007, 03:34 AM
Awesome mod dude 5 thumbs up !!!!
gothicuser
07-29-2007, 06:05 AM
Forget this one, I must have had a blonde moment :(
I totally uninstalled the original installation of MGC then re-installed, following your instructions but adding 'vba_index' as strangger5 suggested and all works perfectly now.
Thankyou once more for a brilliant mod :D
unitedpunjab
07-29-2007, 06:15 AM
There is a little problem. I have enabled PM feature on my shoutbox and i have enabled the PM feature for every usergroup. But when i ever a Registered user send PM to some other group member it appears in shoutbox in PM channel. But when ever a member from some other group rather than registered member group send message to that group the PM channel doesn't displayed anywhere.
e.g Letz i m admin and i sent mssg to a member dream. In pm channel it shows that mssgz has been sent to dream. But dream is unable to see it anywhere. But when dream send mssg to admin it appears in PM channel.
Did i missed something anywhere ... ??
VBDev
07-29-2007, 07:29 AM
Hey guys I think i've uploaded everything, but I keep getting this when I set the permissions in the admin cp...
MySQL Error : Unknown column 'mgccustomusergroupperms' in 'field list'
Did I upload something in the wrong place?
This is error must be because you didn't import the two products.
I think you've uploaded only the mgc_chatbox product not the bitfield one, this could be the only possible reason :)
Yeah, I kind of get the same thing. Everything in my AdminCP looks great, but when i try to go to my site, it says that I have an error on my global.php file on line #34.
Error in global.php ? This is strange and have never been experienced with the chatbox. Which version of vbulletin do you have ?
Yes I did but made no difference I'm afraid.
As i said, will play again in the morning :)
That's ok :)
I finally got it working with vBadvanced..
First I put $mgc_chatbox; in the cmp_index.php file
right above
print_portal_output($home);Display on defined pages in a variable: YES
I added adv_index in the Display and position (Other pages list) box..
Create a new vBadvanced template based module with the following parameters :
Title : MGC Chatbox
Template to include : mgc_chatbox
Styles : the style on which you want the module to be shown
This depends on what version of VBA and the way you want to display it..
Template content :
$mgc_chatboxyou could use wrapper template option: YES or NO..
Use this in older VBA:
$mgc_chatboxor
<tr>
<td class="$bgclass">
$mgc_chatbox
</td>
</tr>
In the edit modules page, add the chatbox module to the homepage on the center wherever you want it to be positioned.
Heres a Demo... (http://www.thefulcrumpoint.org/index.php)
:D
There is something strange with your first line ? how adding $mgc_chatbox; would do something ??
Are you sure of that first part ?
VBDev
07-29-2007, 07:33 AM
Hello VBDev!! ;)
I share with you a little Bug in the ShatBox, that I located 5 minutes Ago:
When Selected as "YES" the Option "Display on defined pages above the navbar" (This option lets you activate the mechanism which allows the displaying of the chatbox on defined pages of the forum under the navbar (except from the forumhome, forumdisplay and showthread pages which have their own option)), in the ChatBox Page (http://inciarco.com/foros/mgc_chatbox.php?do=view_chatbox) the Chatbox Duplicates it self, one for the ChatBox in that Page and other for the Added ChatBox activated by this Option.
You Can see it in the Following Link:
http://inciarco.com/foros/mgc_chatbox.php?do=view_chatbox
(When that Option is Set to "NO" the ChatBox Page works with just One ChatBox and Not the Two that you'll see if you visit the Link).
(One of the ChatBoxes Loads the Contens and the other Just show the "Loading" Text).
The Code shall Identify the ChatBox Page and not Include another ChatBox Above it.
I hope this helps for your Next Version of this Great Hack!! :up:
My Best Regards To You!! ;)
:)
He he lol
Yes I have forgotten to put the condition with chatbox script :D
I did it for forumhome, forumdisplay and showthread so that it doesn't show doubled but not for the chatbox file itself lol
Thanks for the report
VBDev
07-29-2007, 07:36 AM
Forget this one, I must have had a blonde moment :(
I totally uninstalled the original installation of MGC then re-installed, following your instructions but adding 'vba_index' as strangger5 suggested and all works perfectly now.
Thankyou once more for a brilliant mod :D
You mean adv_index ? I am a little lost on the way you and strangger5 achieved it :D
There is a little problem. I have enabled PM feature on my shoutbox and i have enabled the PM feature for every usergroup. But when i ever a Registered user send PM to some other group member it appears in shoutbox in PM channel. But when ever a member from some other group rather than registered member group send message to that group the PM channel doesn't displayed anywhere.
e.g Letz i m admin and i sent mssg to a member dream. In pm channel it shows that mssgz has been sent to dream. But dream is unable to see it anywhere. But when dream send mssg to admin it appears in PM channel.
Did i missed something anywhere ... ??
Hum, if you have enabled it for both then dream user should be able to see it in the pm channel.
I think I'll have to check that out :D But I will do it tomorrow when my headache will be passed (too much alcohol yesterday :D)
Tulsa
07-29-2007, 07:51 AM
In the usercp section where you can choose what font and color, it was working fine yesterday. I upgraded to 3.6.8, now it's gone. I reimported the product files without success in getting this back.
Is there a template edit to the usercp you're doing that I can just edit myself to get this working again?
gothicuser
07-29-2007, 08:37 AM
You mean adv_index ? I am a little lost on the way you and strangger5 achieved it :D
Sorry, yes, that was the only difference from your instructions and appears to have done the trick.
Am experimenting further today as hard-coding the paths is really a non starter :rolleyes: got to find a suitable alternative.
VBDev
07-29-2007, 08:51 AM
In the usercp section where you can choose what font and color, it was working fine yesterday. I upgraded to 3.6.8, now it's gone. I reimported the product files without success in getting this back.
Is there a template edit to the usercp you're doing that I can just edit myself to get this working again?
I think the upgrade might have removed the modifyoptions template modification which you had modified (following my readme instructions).
You should do it again :)
Sorry, yes, that was the only difference from your instructions and appears to have done the trick.
Am experimenting further today as hard-coding the paths is really a non starter :rolleyes: got to find a suitable alternative.
But I thought I did tell to add adv_index, that's strange.
Which path did you hardcode ?
Megatr0n
07-29-2007, 09:07 AM
Can this mod be switched on/off whenever?
VBDev
07-29-2007, 09:25 AM
Can this mod be switched on/off whenever?
There is an option to activate or not the chatbox in the acp :)
stangger5
07-29-2007, 09:55 AM
There is something strange with your first line ? how adding $mgc_chatbox; would do something ??
Are you sure of that first part ?
Never mind editing the cmp_index.php file...
It was adding adv_index in the Display and position (Other pages list) box..
Your Readme.! html file said to add arcade ...
Integration to vBadvanced CMPS
This integration works only if you activate the display on defined pages in a variable.
Here is how to make it work:
Go in the admincp, in the "Display and position" chatbox option page.
Activate the "Display on defined pages of the forum in a variable" option.
Then in the pages list, add : arcade and then validate.
Create a new vBadvanced template based module with the following parameters :
1. Title : MGC Chatbox
2. Template to include : mgc_chatbox
3. Styles : the style on which you want the module to be shown
4. Template content : $mgc_chatbox
Select no for the wrapper template option
Then validate
5. In the edit modules page, add the chatbox module to the homepage on the center wherever you want it to be positionned.
6. Enjoy :)
inciarco
07-29-2007, 11:51 AM
Hello VBDev!! :up:
Is it possible to Habilitate the Hack to be Displayed in the PhotoPlog Lite Window?? At this Time the ChatBox Don't Display in the PhotoPlog Gallery!! It only shows the Loading Text and the ChatBox Collapsed!! (http://inciarco.com/foros/photoplog/index.php) ;)
Is it also possible to Display the ChatBox in the Error and Warning Messages of the Forum?? (http://inciarco.com/foros/member.php?u=17) It only shows the Collapsed ChatBox with the Loading Text!! ;)
My Best Regards VBDev!! :up:
:)
VBDev
07-29-2007, 12:37 PM
Never mind editing the cmp_index.php file...
It was adding adv_index in the Display and position (Other pages list) box..
Your Readme.! html file said to add arcade ...
He he then it's a stupid copy-paste error :D
Hello VBDev!! :up:
Is it possible to Habilitate the Hack to be Displayed in the PhotoPlog Lite Window?? At this Time the ChatBox Don't Display in the PhotoPlog Gallery!! It only shows the Loading Text and the ChatBox Collapsed!! (http://inciarco.com/foros/photoplog/index.php) ;)
Is it also possible to Display the ChatBox in the Error and Warning Messages of the Forum?? (http://inciarco.com/foros/member.php?u=17) It only shows the Collapsed ChatBox with the Loading Text!! ;)
My Best Regards VBDev!! :up:
:)
I don't have photoplog installed and I suppose it's a bit hard to install (so don't really have the time).
To find how to correct that showing problem in photoplog, could you search in the photoplog files how the display is constructed ? I think that this problem comes from the fact that the photoplog display is done through a function so the mgc_chatbox variable needs to be globalized in that function (global $mgc_chatbox;).
I'll see later in the week if I had time to dig into that but cant' promise that I will.
For the error and warning messages I think it's the same problem but I will provide a fix (it will need file edit).
Krieg
07-29-2007, 01:03 PM
hi, i wanted to install this mod and followed every step (i uploaded every single files from v1.1 to 1.4)
i imported the products and did the templates modifications.
but the chatbox does not show (i switch it on in the admincp) and i am helpless.
the source of my forumhome page looks like this for instance :
<td class="vbmenu_control"><a href="calendar.php">Calendrier</a></td>
<!-- modif chatbox -->
<!-- modif chatbox -->
<td class="vbmenu_control"><a href="search.php?do=getnew" accesskey="2">Derniers messages</a></td>
in the templates i added the small commentary lines so that i find the mods afterwards. i must do something wrong but cannot find what
PS: je suis francais et si ya besoin de l'url ya pas de soucis, je pourrais la donner ;)
maidos
07-29-2007, 05:21 PM
theres a issue, i have set a usergroup to be able to use mp/pm command on the admincp.. the member can view the brushes icon however what theycant see is the pm channel icon at all
Nimrod.
07-29-2007, 05:38 PM
Error in global.php ? This is strange and have never been experienced with the chatbox. Which version of vbulletin do you have ?3.6.7 PL1
Yeah, I couldnt figure out why it was messing with the global.php file.
blueraider
07-29-2007, 08:43 PM
how do i fixed the date. it keeps saying 7/13/07
AdmiralGeek
07-29-2007, 08:50 PM
one of my users has a prob with the shout box, THE ONLY ONE, it constantly is laoding (has the text loading in the shout box area) i checked his cookies, and java script and all is fine.
any ideas?
Mastar
07-29-2007, 09:04 PM
Is it possible to have an option for an sound alert when a new message has been entered?
inciarco
07-30-2007, 01:22 AM
Hello VBDev!! ;)
I almost forgot to share witn you another little Bug I detected on the Chatbox, and is that When I press the Collapse Icon (https://vborg.vbsupport.ru/) the ChatBox Displays itself in a Bigger Height, and Not Collapse itself at all but the Opposite it goes Bigger!! ;) (This also happens on the ChatBox Page (http://inciarco.com/foros/mgc_chatbox.php?do=view_chatbox)).
You can see this at:
http://inciarco.com/foros/
Do you know why this could be happening?? :confused: I Can Collapse every other Table in my Forum except the ChatBox!! :( (you can see that in the previous Link and in Sections like the Gallery (Galer?a) and others).
I hope this Helps for your next Release!! :p
My Best Regards For You!! :up:
:)
lucky51
07-30-2007, 02:58 AM
Hello VBDev!! ;)
I almost forgot to share witn you another little Bug I detected on the Chatbox, and is that When I press the Collapse Icon (https://vborg.vbsupport.ru/) the ChatBox Displays itself in a Bigger Height, and Not Collapse itself at all but the Opposite it goes Bigger!!
That's not a bug , please update your setting > MGC Chatbox : Shouts display >Number of displayed shouts in collapsed mode > set it to whatever number of messages you want to be shown in collapsed mode . 0 for none.
unitedpunjab
07-30-2007, 04:55 AM
Hum, if you have enabled it for both then dream user should be able to see it in the pm channel.
I think I'll have to check that out :D But I will do it tomorrow when my headache will be passed (too much alcohol yesterday :D)
I have enabled the PM function for both the usergroup. But still it's not showing up anywhere for simple user. For Admin usergroup it's showing.
VBDev
07-30-2007, 05:21 AM
one of my users has a prob with the shout box, THE ONLY ONE, it constantly is laoding (has the text loading in the shout box area) i checked his cookies, and java script and all is fine.
any ideas?
Only one user ?? Did you loggin with this user account to see if the problem comes from the account or from the user side ?
theres a issue, i have set a usergroup to be able to use mp/pm command on the admincp.. the member can view the brushes icon however what theycant see is the pm channel icon at all
Have you uploaded the images of the last version ?
hi, i wanted to install this mod and followed every step (i uploaded every single files from v1.1 to 1.4)
i imported the products and did the templates modifications.
but the chatbox does not show (i switch it on in the admincp) and i am helpless.
the source of my forumhome page looks like this for instance :
<td class="vbmenu_control"><a href="calendar.php">Calendrier</a></td>
<!-- modif chatbox -->
<!-- modif chatbox -->
<td class="vbmenu_control"><a href="search.php?do=getnew" accesskey="2">Derniers messages</a></td>
in the templates i added the small commentary lines so that i find the mods afterwards. i must do something wrong but cannot find what
PS: je suis francais et si ya besoin de l'url ya pas de soucis, je pourrais la donner ;)
Cela peut venir de ton style, as tu v?rifi? sur le style par d?faut ?
Si ?? vient du style, il faut rergarder dans le fichier lisez moi, il y a une proc?dure ? ce sujet.
3.6.7 PL1
Yeah, I couldnt figure out why it was messing with the global.php file.
Never experienced that, maybe the file wasn't uploaded correctly (ie, error during the upload).
how do i fixed the date. it keeps saying 7/13/07
There are options in the acp to configure that :)
VBDev
07-30-2007, 05:22 AM
Is it possible to have an option for an sound alert when a new message has been entered?
Actually not, I will maybe have a look but I am not really for that idea.
Hello VBDev!! ;)
I almost forgot to share witn you another little Bug I detected on the Chatbox, and is that When I press the Collapse Icon (http://inciarco.com/foros/images/buttons_es/collapse_thead.gif) the ChatBox Displays itself in a Bigger Height, and Not Collapse itself at all but the Opposite it goes Bigger!! ;) (This also happens on the ChatBox Page (http://inciarco.com/foros/mgc_chatbox.php?do=view_chatbox)).
You can see this at:
http://inciarco.com/foros/
Do you know why this could be happening?? :confused: I Can Collapse every other Table in my Forum except the ChatBox!! :( (you can see that in the previous Link and in Sections like the Gallery (Galer?a) and others).
I hope this Helps for your next Release!! :p
My Best Regards For You!! :up:
:)
This is not a bug as lucky51 stated ;)
VBDev
07-30-2007, 05:23 AM
I have enabled the PM function for both the usergroup. But still it's not showing up anywhere for simple user. For Admin usergroup it's showing.
For admin it works ?
Hum very strange, do the user which don't see it belongs to 2 usergroups ?
Subah
07-30-2007, 06:33 AM
There is Automatic msg sending when i ban some one from the chatbox ? where can i disaple this msg ?
Can you add another way to ban the users by there ID member ?
Subah
07-30-2007, 06:44 AM
By the way its always say to me
"you are the only user in the chatbox"
but i`am sure there are another users !
VBDev
07-30-2007, 06:55 AM
There is Automatic msg sending when i ban some one from the chatbox ? where can i disaple this msg ?
Can you add another way to ban the users by there ID member ?
It can't be disabled, but you're right it should.
I am going to add that in the todo list.
By userid, yes I could, I'll put it too in the list.
By the way its always say to me
"you are the only user in the chatbox"
but i`am sure there are another users !
Yes I know, this an issue I have to look at. The result will be complete removal of that functionnality if I don't find a clean and not too heavy on server load solution
redraider
07-30-2007, 11:45 AM
I have to ask, is this working with vbadvanced yet, I would like to install it as a side module.
Thanks
hello there. i just installed this wonderful addon to another forum i'm working on and it's a smaller forum (only 600px wide). the smallest size the chatbox seems to go is 800px. is there anyway to modify this to get it to shrink down more?
VBDev
07-30-2007, 11:59 AM
I have to ask, is this working with vbadvanced yet, I would like to install it as a side module.
Thanks
Yes it does :) There is an howto in the readme (with a small error as you have to add adv_index and not arcade ;)).
But due to its size, it wont fit in the side colums, so can only in the center (which is good IMO).
hello there. i just installed this wonderful addon to another forum i'm working on and it's a smaller forum (only 600px wide). the smallest size the chatbox seems to go is 800px. is there anyway to modify this to get it to shrink down more?
How you could achieve that :
Reduce the size of the input box (option in the acp)
Disable some bbcode (option in the acp) for the chatboxThis will allow you to reduce it's width and I think it might fit in 600px.
i was just going to tell you that i disabled bbcode, and a few other things and got it to fit. thanks for the fast response though!
inciarco
07-30-2007, 12:12 PM
This is not a bug as lucky51 stated ;)
Great Help lucky51 and VBDev!! :up:
Works Fine Now!! :p
My Best Regards!! ;)
:)
Krieg
07-30-2007, 03:43 PM
Cela peut venir de ton style, as tu v?rifi? sur le style par d?faut ?
Si ?? vient du style, il faut rergarder dans le fichier lisez moi, il y a une proc?dure ? ce sujet.
C'est la queue entre les jambes et l'air tout penaud que je repond a ton post ... VBDev, je fais un pietre admin et mon honneur vient d'en prendre un coup ...
Je viens de me rendre compte que le groupe Admin n'avais pas par d?faut les autorisations n?c?ssaires pour l'affichage de la chatbox :down::eek:
Je te remercie pour le temps que tu m'as consacr? et je te f?licite pour cet excellent travail. Comme on dit par ici, 'quipeupe ze goude oueurque' ;)
VBDev
07-30-2007, 04:12 PM
C'est la queue entre les jambes et l'air tout penaud que je repond a ton post ... VBDev, je fais un pietre admin et mon honneur vient d'en prendre un coup ...
Je viens de me rendre compte que le groupe Admin n'avais pas par d?faut les autorisations n?c?ssaires pour l'affichage de la chatbox :down::eek:
Je te remercie pour le temps que tu m'as consacr? et je te f?licite pour cet excellent travail. Comme on dit par ici, 'quipeupe ze goude oueurque' ;)
Pas de soucis ;)
Subah
07-30-2007, 09:57 PM
There is some thing werid every time i ban a user after 1 or 2 day i see him chating in the box ??? and i am sure i ban him with unlimte time !!!
Karabaja
07-31-2007, 01:48 AM
I've been away for a week or so and I noticed there is new version so I upgraded. But now I am stuck with random smilies and no option to disable it. Pls VBDev could you help on how to set it to display order like it was in previous version. I'd rather not have to downgrade. Sorry if I missed an option somewhere in acp. Got some big smilies and really looks bad when it pulls them by random.
VBDev
07-31-2007, 04:23 AM
There is some thing werid every time i ban a user after 1 or 2 day i see him chating in the box ??? and i am sure i ban him with unlimte time !!!
Does this user appear in the banned user list when you type the /showban command ?
I've been away for a week or so and I noticed there is new version so I upgraded. But now I am stuck with random smilies and no option to disable it. Pls VBDev could you help on how to set it to display order like it was in previous version. I'd rather not have to downgrade. Sorry if I missed an option somewhere in acp. Got some big smilies and really looks bad when it pulls them by random.
Here is how you could temporarly remove the random thing (I will make an option in the next version):
Open includes/functions_mgc_cb.php
Find $smileys = $vbulletin->db->query_read("
SELECT smilieid, smilietext, smiliepath, title
FROM " . TABLE_PREFIX . "smilie
ORDER BY RAND() LIMIT " . $vbulletin->options['mgc_cb_editor_nbsmileys'] . "
");
Replace it by $smileys = $vbulletin->db->query_read("
SELECT smilieid, smilietext, smiliepath, title
FROM " . TABLE_PREFIX . "smilie
ORDER BY displayorder
");
Here you go :)
verzi 1.3 end 1.4 (Enable automatic refreshment ) is error:mad:
VBDev
07-31-2007, 05:36 AM
verzi 1.3 end 1.4 (Enable automatic refreshment ) is error:mad:
If you don't give me more details, I won't be able to help you ...
Have you uploaded js files ?
If you don't give me more details, I won't be able to help you ...
Have you uploaded js files ? yes.
clientscript forde:( is error Upgrade from v1.2
:(automatic refreshment error:erm:
WinJStar
07-31-2007, 06:25 AM
How to get rid of MGC and make it just Chat
In the product_mgc_chatbox, find
<phrase name="mgc_chatbox" date="1176242966" username="mtor" version="1.0"><![CDATA[MGC Chatbox]]></phrase>
And replace by :
<phrase name="mgc_chatbox" date="1176242966" username="mtor" version="1.0"><![CDATA[Chatbox]]></phrase>
For the next version, users can choose their title
WinJStar
07-31-2007, 06:30 AM
^^^Sry didn't mean to post there, was making some notes.
While I'm accidentally caught lurking tho...great mod. ;)
Karabaja
07-31-2007, 08:29 AM
Here is how you could temporarly remove the random thing (I will make an option in the next version):
Open includes/functions_mgc_cb.php
Find $smileys = $vbulletin->db->query_read("
SELECT smilieid, smilietext, smiliepath, title
FROM " . TABLE_PREFIX . "smilie
ORDER BY RAND() LIMIT " . $vbulletin->options['mgc_cb_editor_nbsmileys'] . "
");
Replace it by $smileys = $vbulletin->db->query_read("
SELECT smilieid, smilietext, smiliepath, title
FROM " . TABLE_PREFIX . "smilie
ORDER BY displayorder
");
Here you go :)
Thanks, I've tried that but in that case it shows me like all available smilies or too many of them, not sure which, but much more then it is chosen in acp.
VBDev
07-31-2007, 09:01 AM
yes.
clientscript forde:( is error Upgrade from v1.2
:(automatic refreshment error:erm:
Don't have you make modifications in your templates ? This could be a reason.
Which error does ie tell you ?
^^^Sry didn't mean to post there, was making some notes.
While I'm accidentally caught lurking tho...great mod. ;)
He he lol ! I will slap you lol
Thanks, I've tried that but in that case it shows me like all available smilies or too many of them, not sure which, but much more then it is chosen in acp.
Sorry, this was :
$smileys = $vbulletin->db->query_read("
SELECT smilieid, smilietext, smiliepath, title
FROM " . TABLE_PREFIX . "smilie
ORDER BY displayorder
LIMIT " . $vbulletin->options['mgc_cb_editor_nbsmileys'] . "
");
hardiono
07-31-2007, 10:02 AM
I installed v 1.4 as a new installation. I got this message when I opened the forum
Fatal error: Call to undefined function: can_use_mp_cmd() in /home/xxxx.xxx/public_html/forum/index.php(537) : eval()'d code on line 293
If I incativated the Chatbox, everything was fine.
Please help
VBDev
07-31-2007, 01:09 PM
This is because you haven't uploaded the includes/functions_mgc_cb.php file (as I can deduct from the error).
MarkEE
07-31-2007, 02:48 PM
Installed and working. Thank you!
Is there an easy way to clear the archive?
Thanks
VBDev
07-31-2007, 03:55 PM
/del all in the chatbox :D
jamper
07-31-2007, 04:00 PM
Forgive me, but i'm a noob:D
I have the latest mgc chatbox installed in my vbulletin 3.6.7 version. If i upgrade vbulletin to 3.6.8, does the mod still work?
Thank you
MarkEE
07-31-2007, 04:30 PM
Thanks...that worked!
VBDev
07-31-2007, 04:39 PM
Forgive me, but i'm a noob:D
I have the latest mgc chatbox installed in my vbulletin 3.6.7 version. If i upgrade vbulletin to 3.6.8, does the mod still work?
Thank you
Sure :) Anyway you might have to modify vb templates that you might have to revert during the 3.6.8 install.
AdmiralGeek
07-31-2007, 06:32 PM
I upgraded to the new version, and for the new feature that allows users to initiated in a private message within the shout box, well the explanation for this is in some foreign language when the help icon is clicked. Also the "close button" to close the help window is also in a foreign language. And the icon that lets you open the shout box on its own, is also in a foreign language( the label, when someone moves their mouse over)
I installed the language file when upgrading.
But i suppose i did it wrong, tried is several times, but no luck.
Any help?
unitedpunjab
07-31-2007, 06:35 PM
For admin it works ?
Hum very strange, do the user which don't see it belongs to 2 usergroups ?
No the are just simple registered users....
VBDev
07-31-2007, 07:32 PM
I upgraded to the new version, and for the new feature that allows users to initiated in a private message within the shout box, well the explanation for this is in some foreign language when the help icon is clicked. Also the "close button" to close the help window is also in a foreign language. And the icon that lets you open the shout box on its own, is also in a foreign language( the label, when someone moves their mouse over)
I installed the language file when upgrading.
But i suppose i did it wrong, tried is several times, but no luck.
Any help?
Hum yes it seems like there are untranslated phrases.
I'll correct that for the next release.
No the are just simple registered users....
Do they have the option set to no in their ucp options (hide chatbox one) ?
Mastar
07-31-2007, 07:41 PM
I'm getting some DB Errors:
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/home/choco/public_html/forums/includes/class_core.php on line 274
dirty68
07-31-2007, 08:08 PM
Hey dev some of my members can only see the chatbox but no posts while some of them can :/
Megatr0n
07-31-2007, 08:52 PM
Can this be switched on/off?
captainslater
07-31-2007, 09:04 PM
Every product can be switched off/on in the products-menu in your ACP ;)
VBDev
07-31-2007, 09:18 PM
I'm getting some DB Errors:
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/home/custom/public_html/forums/includes/class_core.php on line 274
Are you sure that it comes from the chatbox ? (nothing tells that in the error :()
Hey dev some of my members can only see the chatbox but no posts while some of them can :/
Do they belong to the same usergroup ?
Captain Kirk76
07-31-2007, 09:52 PM
I installed this, but it appears i have it in french, how do I change the language, I am somewhat confused.
Mischievious
07-31-2007, 11:18 PM
It would be nice if this mod were all in english. It would make customizing the templates and phrases easier.
da420
07-31-2007, 11:23 PM
Did you install the english version of the product xml from the zip archive?
morrow
08-01-2007, 12:35 AM
Installed with no issues. Thanks a bunch for making this available for vBa.
**INSTALL CLICKED!**
Mastar
08-01-2007, 01:54 AM
Are you sure that it comes from the chatbox ? (nothing tells that in the error :()
Yes the url that came with the db error. Forgot to post it... If it happens again I will!
Mastar
08-01-2007, 03:33 AM
Here goes another:
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/home/cartoons/public_html/forums/includes/class_core.php on line 274
MySQL Error :
Error Number :
Date : Tuesday, July 31st 2007 @ 10:29:40 AM
Script : http://www.cartoons.com/forums/mgc_chatbox.php
Referrer : http://www.cartoons.com/forums/
IP Address : 12.12.121.12
Username :
Classname : vB_Database
Tulsa
08-01-2007, 04:08 AM
VBDev, Congrats on mod of the month! :up:
paldo
08-01-2007, 04:40 AM
i have a member that cant get the shout to load .,. he is running vista and its a new install it says loading but never loads .. i can log in as him and see it fine .. what can his pc be missing that would cause this? .. and thank you for the great .. FREE shout box :)
VBDev
08-01-2007, 04:51 AM
I installed this, but it appears i have it in french, how do I change the language, I am somewhat confused.
It would be nice if this mod were all in english. It would make customizing the templates and phrases easier.
If you use upload the english language file as da420 said, this should be good :)
For the templates and phrases Mischievious, you mean their name ? If this is what you mean, I won't change them, there are in french and they will stay as french names. I won't change everything.
Here goes another:
Database error in vBulletin :
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
/home/cartoons/public_html/forums/includes/class_core.php on line 274
MySQL Error :
Error Number :
Date : Tuesday, July 31st 2007 @ 10:29:40 AM
Script : http://www.cartoons.com/forums/mgc_chatbox.php
Referrer : http://www.cartoons.com/forums/
IP Address : 12.12.121.12
Username :
Classname : vB_Database
I made a quick search on the web and it seems like this is usually due to a configuration of the server.
Maybe you can have a look at this page for example which explains it a bit : http://www.tech-recipes.com/mysql_tips762.html
VBDev, Congrats on mod of the month! :up:
Thanks Tulsa and Thanks to all of you who voted for me !
i have a member that cant get the shout to load .,. he is running vista and its a new install it says loading but never loads .. i can log in as him and see it fine .. what can his pc be missing that would cause this? .. and thank you for the great .. FREE shout box :)
I use vista and never experienced such problems so it's quite hard to know what could be wrong with him.
Anyway, if he's using IE, does it tells me any js errors ? Has he installed particular addons to his browser on vista ?
paldo
08-01-2007, 04:59 AM
he tried firefox and i.e he is the only person so far that had such problems .. i dont understand it .. and no errors are shown .ty for your replies
i just upgraded to the new shout yesterday .. he seen it before but he has a new vista install and has been using motel internet for 2 days . think the motel could be blocking somthing he needs ?
paldo
08-01-2007, 05:08 AM
also he can read the archives he just cant load the shout ..
VBDev
08-01-2007, 05:41 AM
he tried firefox and i.e he is the only person so far that had such problems .. i dont understand it .. and no errors are shown .ty for your replies
i just upgraded to the new shout yesterday .. he seen it before but he has a new vista install and has been using motel internet for 2 days . think the motel could be blocking somthing he needs ?
also he can read the archives he just cant load the shout ..
The only difference between the chatbox and its archive is that in the chatbox shouts are retrieved through ajax.
I am not used to everything beyond ajax (I mean all the server part and http requests) so I can't tell if this come from that part.
Does he encounters problem with other vbulletin ajax functionnalities ?
As a matter of fact, yes maybe there could be a possiblity that the motel internet has blocked port which might be used by the http requests of ajax but as I told ya I am not really skilled in that area ;)
dirty68
08-01-2007, 06:07 AM
Do they belong to the same usergroup ? No DEV ones a member and the other is a supermod, i do think that they are both using firefox tho
VBDev
08-01-2007, 06:40 AM
No DEV ones a member and the other is a supermod, i do think that they are both using firefox tho
Then this may be due to the configuration you made for their usergroups permissions.
Check them out, especially the number of posts to see the chatbox one :)
dirty68
08-01-2007, 06:57 AM
yea i did that Dev i found that members need 100 posts to view which ive just changed to 1, but my supermod has been a member for years and has over 4000 posts :(, oh and he used to beable to view the shouty before i upgraded to 3.6.8
VBDev
08-01-2007, 07:10 AM
Did you verify that the modifyoptions template still contains the modification after upgrade ?
Coz maybe the modification needed for the chatbox has disapeared and your supermod has modified its option after that upgrade and if options were not appearing then they would have been seen as equal to 0 making the chatbox hidden.
dirty68
08-01-2007, 11:07 AM
Dev he can see the shout template and all the bits but the little refresh thing just keeps going round and thats it
rainyleaves
08-01-2007, 12:15 PM
Thanks, VBDev.
Great mod!!
Working fine.
But this mod working fine for only admin.
Another registration user group can't see MGC Chatbox.
Of course I changed permission to 'yes' for other registration groups.
What am I doing wrong?
Please help...
* I installed MGC V1.4 with VB3.6.8
Thanks. :)
sys4096
08-01-2007, 12:23 PM
Similar issues here, 1.4 with VB 3.6.8.
Very strange.
Usergroup perms set to yes, permissions to view the shoutbox are correct, posts required set to 0.
Just doesn't display for some users. I thought it would be not displaying for an entire usergroup, however I made a test user and put him in exactly the same usergroups as a user who was using the chatbox - and I still couldnt see it. Users are identically configured except for the name.
Using the same PC and same browser logging in as the other user, I could see it.
rainyleaves
08-01-2007, 12:32 PM
Thanks, VBDev.
Great mod!!
Working fine.
But this mod working fine for only admin.
Another registration user group can't see MGC Chatbox.
Of course I changed permission to 'yes' for other registration groups.
What am I doing wrong?
Please help...
* I installed MGC V1.4 with VB3.6.8
Thanks. :)
I fixed.
I did leave out a line. "posts required set to 0.".
Sorry my fault. :)
Thanks, sys4096
Usergroup perms set to yes, permissions to view the shoutbox are correct, posts required set to 0.
dirty68
08-01-2007, 12:52 PM
Similar issues here, 1.4 with VB 3.6.8.
Very strange.
Usergroup perms set to yes, permissions to view the shoutbox are correct, posts required set to 0.
Just doesn't display for some users. I thought it would be not displaying for an entire usergroup, however I made a test user and put him in exactly the same usergroups as a user who was using the chatbox - and I still couldnt see it. Users are identically configured except for the name.
Using the same PC and same browser logging in as the other user, I could see it. yea thats about the same here only afew people cant see it, well thay can but no shouts, ive now set posts to 0 and yes dev ive even gone into mysql again and thats all ok... funny that this happened straight after the 368 upgrade
nyk_user
08-01-2007, 01:26 PM
I've installed (or at least tried to) and I'm having 2 main issues:
First, the MGC Chatbox box on the admin control panel is all in French.
Second, I don't see where the module is anywhere on any pages... I've gone through the installation html file inclued in the zip but don't see anything on my navbar or any of my pages, someone please help
thanks
rainyleaves
08-01-2007, 01:54 PM
First, the MGC Chatbox box on the admin control panel is all in French.
You can use English with this product.
This product's version V1.4.
File deleted...Sorry.
VBDev
08-01-2007, 02:17 PM
Dev he can see the shout template and all the bits but the little refresh thing just keeps going round and thats it
Does they have an error shown in IE ? Which browser are they using ?
Similar issues here, 1.4 with VB 3.6.8.
Very strange.
Usergroup perms set to yes, permissions to view the shoutbox are correct, posts required set to 0.
Just doesn't display for some users. I thought it would be not displaying for an entire usergroup, however I made a test user and put him in exactly the same usergroups as a user who was using the chatbox - and I still couldnt see it. Users are identically configured except for the name.
Using the same PC and same browser logging in as the other user, I could see it.
Maybe you didn't do the modifyoptions template modification thus leading to those error type if user edit their option as chatbox options are not in the page so considered as null.
Verify that you have modified that template like told in the installation and then if not do it. The user will then have to go to its ucp to put yes in the view chatbox option.
Mastar
08-01-2007, 02:17 PM
If you use upload the english language file as da420 said, this should be good :)
For the templates and phrases Mischievious, you mean their name ? If this is what you mean, I won't change them, there are in french and they will stay as french names. I won't change everything.
I made a quick search on the web and it seems like this is usually due to a configuration of the server.
Maybe you can have a look at this page for example which explains it a bit : http://www.tech-recipes.com/mysql_tips762.html
The only change I've made was a php upgrade to php5
VBDev
08-01-2007, 02:22 PM
yea thats about the same here only afew people cant see it, well thay can but no shouts, ive now set posts to 0 and yes dev ive even gone into mysql again and thats all ok... funny that this happened straight after the 368 upgrade
That's not really illogical as upgrading infers templates changes.
So this might be as I told in my previous post, the modifyoption template modification might be missing.
I've installed (or at least tried to) and I'm having 2 main issues:
First, the MGC Chatbox box on the admin control panel is all in French.
Second, I don't see where the module is anywhere on any pages... I've gone through the installation html file inclued in the zip but don't see anything on my navbar or any of my pages, someone please help
thanks
For the language, have you installed the language file correctly?
For the module, this is maybe because you didn't set permissions well. If you're not sure of what you're doing, put a screenshot of the usergroup permissions you have put for the chatbox.
You can use English with this product.
This product's version V1.4.
I don't really recommend multiplying the xml files for my hack so plz try not to modify it as far as possible. This could lead to errors which I won't understand why user complains about and so leading to harder support :eek:
Anyway ones can use your "language"ly modified version at their own responsibilities :D
VBDev
08-01-2007, 02:23 PM
The only change I've made was a php upgrade to php5
You're still using php extension not php5 ?
rainyleaves
08-01-2007, 02:37 PM
I don't really recommend multiplying the xml files for my hack so plz try not to modify it as far as possible. This could lead to errors which I won't understand why user complains about and so leading to harder support :eek:
Anyway ones can use your "language"ly modified version at their own responsibilities :D
Sorry :) Deleted.
VBDev
08-01-2007, 03:04 PM
Sorry :) Deleted.
Don't be sorry ;) This is just to ensure there is only one product version running everywhere at a given time :)
dirty68
08-01-2007, 03:17 PM
That's not really illogical as upgrading infers templates changes.
So this might be as I told in my previous post, the modifyoption template modification might be missing.
dev i took off all your files and the products and got rid of the template changes and then put them all back on again, still the same im sorry to say at the mo there are 3 people on my forum that can't see the shouty one of them is using firefox and the other IE, i have sett all the permissions right and even went into mysql i cant see anything out of place at all
VBDev
08-01-2007, 03:24 PM
What do they see in their ucp in the options part for the chatbox ?
There shall be an option telling if they want to see or not the chatbox.
dirty68
08-01-2007, 03:41 PM
What do they see in their ucp in the options part for the chatbox ?
There shall be an option telling if they want to see or not the chatbox. yea they see that Dev, and they can see the shouty to, its just that its allways loading all the time and nothing else
member has just posted this
(I can see it, using IE as browser, and I do get an error message at bottom; "Done, but with errors on page." Shoutbox continually says "Loading.")
paldo
08-01-2007, 04:11 PM
i have postcounts set on 0 for the allowed usergroups he is the only member having issues with all browsers he trys he can see the vbshout on other sites just not this one ..
VBDev
08-01-2007, 04:37 PM
yea they see that Dev, and they can see the shouty to, its just that its allways loading all the time and nothing else
member has just posted this
(I can see it, using IE as browser, and I do get an error message at bottom; "Done, but with errors on page." Shoutbox continually says "Loading.")
When you double click on that error, what does ie says ?
i have postcounts set on 0 for the allowed usergroups he is the only member having issues with all browsers he trys he can see the vbshout on other sites just not this one ..
Has he checked his options in the user control panel ?
slyreptile
08-01-2007, 05:04 PM
Is there a way to turn off the chatbox specifically for IE? The reason I ask is I have my test forum running with transparent images and the javascript used to make it work seems to be conflicting with the chatbox.
Course it would be better to get the chatbox to work in this type of setup. But I'd be happy just being able to turn it off.
There also seems to be an issue with the time/username staying in the chatbox. I'm not sure what is causing the problem, but I'm sure it's something in my template as it works in the default one.
VBDev
08-01-2007, 06:15 PM
I can't log on your forum, the htaccess is ok but then I need a test account to see the chatbox :)
slyreptile
08-01-2007, 06:38 PM
Oops, I forgot to set the Unregistered Users minimum posts to 0. You should be able to see it now as a guest.
paldo
08-01-2007, 06:59 PM
well his chat is turned on like i said i logged in as him and seen it just fine ..
VBDev
08-01-2007, 07:26 PM
Oops, I forgot to set the Unregistered Users minimum posts to 0. You should be able to see it now as a guest.
Yup, wow that's a very strange behaviour. This might come from the overflow property but I don't see why it would work on other website and not in that particular one.
I don't have js error with ie7, could you tell me which error is fired ?
well his chat is turned on like i said i logged in as him and seen it just fine ..
Do you have multiple styles on your forum ? If he goes to the full page mode, what can he see ?
glennno
08-01-2007, 07:28 PM
I'm unfamiliar with Chatbox. Is this like Live Chat? Thanks.
paldo
08-01-2007, 07:33 PM
yes i do he hass tried all skins to the same result and all he can see is the loading message on full page or on the forums index ..
VBDev
08-01-2007, 07:53 PM
* Zip file v1.4 updated with german language and xml file for the TMS template edits management system of Andreas thanks to captainslater
VBDev
08-01-2007, 07:54 PM
I'm unfamiliar with Chatbox. Is this like Live Chat? Thanks.
This a little chat box but not a real chat, thus being very similar.
yes i do he hass tried all skins to the same result and all he can see is the loading message on full page or on the forums index ..
And you have tried with the same browser as he has ?
paldo
08-01-2007, 08:21 PM
yes i dont use i.e but i tryed it .i logged in with his username and pass and it worked .. he also tried firefox which i use myself it wouldnt load for him neither on firefox .. as i said i can log out and log in with his username and it works just fine on i.e and firefox ..its got to be somthing missing on his pc or somthing being blocked on his end
slyreptile
08-01-2007, 08:51 PM
Yup, wow that's a very strange behaviour. This might come from the overflow property but I don't see why it would work on other website and not in that particular one.
I don't have js error with ie7, could you tell me which error is fired ?
I've found and fixed the problem with the overflowing time/user. Now is just the issue with the disabled textboxes and buttons in IE6. No javascript errors occur, but they are disabled in IE6. BTW, the text out of the box was caused by an errant css entry.
VBDev
08-01-2007, 08:54 PM
I've found and fixed the problem with the overflowing time/user. Now is just the issue with the disabled textboxes and buttons in IE6. No javascript errors occur, but they are disabled in IE6. BTW, the text out of the box was caused by an errant css entry.
Ok =) What do you mean by disabled ?
yes i dont use i.e but i tryed it .i logged in with his username and pass and it worked .. he also tried firefox which i use myself it wouldnt load for him neither on firefox .. as i said i can log out and log in with his username and it works just fine on i.e and firefox ..its got to be somthing missing on his pc or somthing being blocked on his end
I don't see what could be blocking, maybe is firewall not allowing my ajax calls ?
slyreptile
08-01-2007, 09:01 PM
Wow you respond fast! :D
Disabled as in greyed out. Can't click in the textbox at all, thus can't be typed into. However, I also noticed it happens with the vB login and password box, so I'm sure it isn't problem with your script. Now to figure what's causing it.
slyreptile
08-01-2007, 09:21 PM
Found the greyed out problem, but not really sure how to resolve it. To achieve the transparency, I use an css file that contains lines similar to this under each div tag:
filter:progid:DXImageTransform.Microsoft.AlphaImag eLoader(src='../trans.png', sizingMethod='scale');
This is what is causing IE to show the boxes as disabled. At the same time, without this line IE does not handle the transparent png file properly. If a png file is used where a textbox exists, it will cause this issue. I know this isn't your problem. I'm just updating my previous posts. I'll take this conversation elsewhere.
I know this is not your problem, nor have anything to do with your script. Just updating my previous posts with new information. I'll take this topic somewhere else.
Forza
08-01-2007, 09:25 PM
excellent work! this is what vB was missing.
thanks!!
Karabaja
08-01-2007, 09:30 PM
Does anyone have who's online working?
I had members showing as in MGC chatbox in vbulletin's wol with previous version. But now they are not anymore. And I am always "the only user connected to the chatbox" when I try wol channel.
paldo
08-02-2007, 01:12 AM
whats with the new file today its the same version whats been fixed ?
edit .. i see the templates has been updated by the looks of the date ..
beduino
08-02-2007, 03:52 AM
hello,
all the mod is fine
the users of vb-brasil choose this hack of chat !
But...
How integrate with vbadvanced 3.01?
This integration works only if you activate the display on defined pages in a variable.
Here is how to make it work:
Go in the admincp, in the "Display and position" chatbox option page.
Activate the "Display on defined pages of the forum in a variable" option.
Then in the pages list, add : [B]arcade and then validate.
Create a new vBadvanced template based module with the following parameters :
Title : MGC Chatbox
Template to include : mgc_chatbox
Styles : the style on which you want the module to be shown
Template content : $mgc_chatbox
Select no for the wrapper template option
Then validate
In the edit modules page, add the chatbox module to the homepage on the center wherever you want it to be positionned.
Enjoy :)
I make all - changing the 'arcade' do adv_index and don't work ... Any suggestions?
[in vblinks - script=adv_links] don't work too...
But thanks for your finest code and support
Beduino
captainslater
08-02-2007, 04:25 AM
whats with the new file today its the same version whats been fixed ?
edit .. i see the templates has been updated by the looks of the date ..
German language was added too.
VBDev
08-02-2007, 04:48 AM
Found the greyed out problem, but not really sure how to resolve it. To achieve the transparency, I use an css file that contains lines similar to this under each div tag:
filter:progid:DXImageTransform.Microsoft.AlphaImag eLoader(src='../trans.png', sizingMethod='scale');
This is what is causing IE to show the boxes as disabled. At the same time, without this line IE does not handle the transparent png file properly. If a png file is used where a textbox exists, it will cause this issue. I know this isn't your problem. I'm just updating my previous posts. I'll take this conversation elsewhere.
I know this is not your problem, nor have anything to do with your script. Just updating my previous posts with new information. I'll take this topic somewhere else.
That's ok, this is advanced javascript so I can't really help on that part ;) My skills in javascript are not that strong.
Does anyone have who's online working?
I had members showing as in MGC chatbox in vbulletin's wol with previous version. But now they are not anymore. And I am always "the only user connected to the chatbox" when I try wol channel.
The wol is actually not working very well, I have planned to find a way to achieve that in a cleaner and working way for the next versions.
whats with the new file today its the same version whats been fixed ?
edit .. i see the templates has been updated by the looks of the date ..
Templates updated ? No they haven't, this new file only contains the german file plus and xml file for automatic template modifications with the TMS hack of Andreas.
hello,
all the mod is fine [better, better and better :D]
the users of vb-brasil choose this hack of chat !
But...
How integrate with vbadvanced 3.01?
I make all - changing the 'arcade' do adv_index and don't work ... Any suggestions?
[in vblinks - script=adv_links] don't work too...
But thanks for your finest code and support
Beduino
You have carefully followed all the steps described in the readme (with the modification of arcade to adv_index) ?
This should work. You can also try to add mgc_chatbox in the globalize var field of the vbadvanced settings.
dirty68
08-02-2007, 05:33 AM
When you double click on that error, what does ie says ? ....
VBDev
08-02-2007, 05:41 AM
Hum, I have made a little search on the web and seems like I could have figured out what's going wrong.
In the 1.4 version, I have put full urls in the javascript files by using the $vbulletin->options[bburl] variable.
However in javascript, it's forbidden for a code sample to call an external url from a different domain.
So I suppose this might be what's going wrong, do you have a bburl variable corresponding to the real domain url ?
itzxmikee
08-02-2007, 05:46 AM
how do you make the chat window narrower? Currently the chat window is too wide for my site. Thanks
VBDev
08-02-2007, 06:16 AM
Here is one of my previous posts which should help you :)
How you could achieve that :
Reduce the size of the input box (option in the acp)
Disable some bbcode (option in the acp) for the chatboxThis will allow you to reduce it's width.
dirty68
08-02-2007, 06:30 AM
So I suppose this might be what's going wrong, do you have a bburl variable corresponding to the real domain url ? ??? sorry Dev still new to all this i dont understand this bit
VBDev
08-02-2007, 06:55 AM
Does the url of your website corresponds to the one of your domain or do you have a kind of address translation ?
I mean dirtysplace.com is the real url or just a redirecting one ?
beduino
08-02-2007, 10:52 AM
hello
You have carefully followed all the steps described in the readme (with the modification of arcade to adv_index) ?
This should work. You can also try to add mgc_chatbox in the globalize var field of the vbadvanced settings.
I did it. 3 times, but no results.
If I send mgc_chatbox.php to /modules and change the type of module [template -> php module] is possible to work?
tks
beduino
ps. the adv_portal_mgc_chatbox template contains only $mgc_chatbox... right?
VBDev
08-02-2007, 01:04 PM
hello
I did it. 3 times, but no results.
If I send mgc_chatbox.php to /modules and change the type of module [template -> php module] is possible to work?
tks
beduino
ps. the adv_portal_mgc_chatbox template contains only $mgc_chatbox... right?
Nope if you put php module it won't work.
Yes it contains only that.
Have you tried the mgc_chatbox add to the parameter in vba acp options ?
aranthorn
08-02-2007, 02:50 PM
I know it may be pedestrian, but I've updated 1.4 at least twice now. Would you mind incrementing the version number? I get a hack updated email and when I go to the hack, the version is the same. I then try to figure what's been updated by reading all the posts... It's time consuming!
Thanks for the great hack, it truly is an awesome shoutbox :)
VBDev
08-02-2007, 03:15 PM
He He lol that's ok I will ;)
aranthorn
08-02-2007, 05:49 PM
Thanks a ton, VBDev. I hope that didn't read as complaining, I'm very grateful for the fine work you've provided everyone gratis :)
VBDev
08-02-2007, 07:28 PM
No No you are right on that point ;)
In my job I won't release the same version two times or more like that so I should apply it to my hacks too :)
dirty68
08-02-2007, 07:58 PM
Does the url of your website corresponds to the one of your domain or do you have a kind of address translation ?
I mean dirtysplace.com is the real url or just a redirecting one ? yea dirtysplace.com or the full url to the site www.dirtysplace.com/forums could it be my vbadvance? i could never get that going and dont know how to take it off haha
VBDev
08-02-2007, 09:58 PM
Does all the users of your forums with IE have this problem ?
This could be a configuration of IE (security) to restrictive thus blocking xhttp chatbox requests.
slyreptile
08-02-2007, 10:13 PM
I've found and fixed the problem with the overflowing time/user. Now is just the issue with the disabled textboxes and buttons in IE6. No javascript errors occur, but they are disabled in IE6. BTW, the text out of the box was caused by an errant css entry.
Okay, I guess I do need some more help. I believe this to be a shortcoming in the chat script. Here's the code I have in my css. This code is necessary. Without it, links don't work properly. This code causes the overflow problem. I also have Dream's chatbox to show that that box isn't affected.
/* hyperlink clickable fix */
a, {
position:relative;
}
I've disabled the transparency for IE6, so this problem is not being caused by transparent pngs. Any ideas?
paldo
08-02-2007, 11:05 PM
i now have a few regulars that cant see the shoutbox sinse i have updated .. i see it fine with my setup but they cant see it ..
i have one member that couldnt see it with his desktop pc but logged in with his laptop and could see it .. what could possibly be effecting these people ? its got to be a setting much needed on sombodies computer effecting whether they see it or not .. i know its their setup effecting it because i can log in with the same browser as them with their user and pass and whalla theres shout.. im cunfuzzed in a bad way here .
this didnt start til the last upgrade im about to go back to the older version somthing changed in this version thats effecting my users being able to see it
all they can see is the loading message .. it just never loads
i will also add i installed a firefox toolbar a member made for my site and i couldnt see the shout after install .uninstalled the toolbar and shout came back ..
LjubavnaZona
08-03-2007, 01:23 AM
Ok I love this hack and I desperately want it on my forum, and I installed it and uploaded everything that needed to be uploaded. I completely followed everything and yet I cant see it. I dont see the chat at all.
I went to see if it was enabled and it is. Everything looks fine yet I dont see it
What am I doing wrong?
I got 1.4 version and its my first time installing it. I havent upgraded or anything.
I did everything I was asked to do...
Help please!
paldo
08-03-2007, 02:17 AM
you set up permissions in the usergroup permissions ?
VBDev
08-03-2007, 05:12 AM
Okay, I guess I do need some more help. I believe this to be a shortcoming in the chat script. Here's the code I have in my css. This code is necessary. Without it, links don't work properly. This code causes the overflow problem. I also have Dream's chatbox to show that that box isn't affected.
/* hyperlink clickable fix */
a, {
position:relative;
}
I've disabled the transparency for IE6, so this problem is not being caused by transparent pngs. Any ideas?
Site is . Username = user Password = hinkley
The problem is the relative position value for your parameter as I think it's override the overflow css of the chatbox table.
Dream's chatbox is using an iframe to load the contents of the shouts from another file this is why you don't have this problem with its chatbox.
I think you would have the same problem with vbshout as zero tolerance uses overflow property too.
I am not a css master at all so I won't be really useful to you on that problem :(
i now have a few regulars that cant see the shoutbox sinse i have updated .. i see it fine with my setup but they cant see it ..
i have one member that couldnt see it with his desktop pc but logged in with his laptop and could see it .. what could possibly be effecting these people ? its got to be a setting much needed on sombodies computer effecting whether they see it or not .. i know its their setup effecting it because i can log in with the same browser as them with their user and pass and whalla theres shout.. im cunfuzzed in a bad way here .
this didnt start til the last upgrade im about to go back to the older version somthing changed in this version thats effecting my users being able to see it
all they can see is the loading message .. it just never loads
i will also add i installed a firefox toolbar a member made for my site and i couldnt see the shout after install .uninstalled the toolbar and shout came back ..
It doesn't load an tell them of an error in IE that's right ? And this error is the same as dirty68 I suppose ?
This problem is due to the changes I made for vbadvanced integration I think.
You could see it's working by replacing all
bburl + '/
by
'
from the clientscript/mgc_chatbox.js file and I think this problem would disappear. Can you try it ?
However with that modification integration with vbadvanced wouldn't work anymore.
If the problem is coming from there, then I'll have to change something from the next version to manager in a better way the vbadvanced thing.
Ok I love this hack and I desperately want it on my forum, and I installed it and uploaded everything that needed to be uploaded. I completely followed everything and yet I cant see it. I dont see the chat at all.
I went to see if it was enabled and it is. Everything looks fine yet I dont see it
What am I doing wrong?
I got 1.4 version and its my first time installing it. I havent upgraded or anything.
I did everything I was asked to do...
Help please!
you set up permissions in the usergroup permissions ?
That also could be a style issue.
Verify the permissions (especially the number of posts to see the chatbox).
Try the different positions
If the chatbox displays in one of the position but not the top one, then you should follow the little how to for styles issue which can be found in the readme file.
dirty68
08-03-2007, 05:25 AM
You could see it's working by replacing all
bburl + '/
from the clientscript/mgc_chatbox.js file and I think this problem would disappear. Can you try it ?
Replace this with what Dev? or just get rid of all the bburl +'/ code?
VBDev
08-03-2007, 06:03 AM
lol I was just waking up when I wrote that.
I edit the post :)
dirty68
08-03-2007, 06:17 AM
lol I was just waking up when I wrote that.
I edit the post :) LOL i know what you mean, ok ill do that now and let you know later if things change
dirty68
08-03-2007, 06:26 AM
sorry Dev that didnt work, now its coming up as loading for everyone
VBDev
08-03-2007, 06:41 AM
sorry Dev that didnt work, now its coming up as loading for everyone
In vbadvanced ?? If yes that's normal I told it wouldn't work anymore with that modification and if it did work on other parts of the forum then I'll have to dig into that.
But if you did modified the clientscript file well this should be good. In the clientscript file each function parameter in which you found it is now starting by mgc_chatbox.php right ?
dirty68
08-03-2007, 06:48 AM
i changed all the bburls like you said in that folder and yes its not workin on the main forums now i dont use my vbadvance anymore
itzxmikee
08-03-2007, 07:08 AM
Here is one of my previous posts which should help you :)
Still not working for me. Whatever I set the input width at, the size of the chat box stays the same.
VBDev
08-03-2007, 07:45 AM
i changed all the bburls like you said in that folder and yes its not workin on the main forums now i dont use my vbadvance anymore
Well I try to give you a fix as soon as possible, put the old file back.
Still not working for me. Whatever I set the input width at, the size of the chat box stays the same.
Can you attach a screenshot plz with all things expanded (smileys and bbcode)
benjaminbih
08-03-2007, 01:09 PM
for first thanks for this realy good addon/mod.
pleas can some one translate this?
Permet d'activer ou non le parsage des BBCODE et smileys dans l'annonce.<br /><br />
<b><font color="red">Attention : Ajoute 1 requète !! (Cf lisez-moi)</b></font>
thanks
VBDev
08-03-2007, 01:55 PM
There is a phrase not in french in the admincp ?
Did you uploaded the english language ?
It means :
Let's you active or not the BBCODE and smilies parsing in the chatbox's announcement.<br /><br />
<font color="red"><b>Warning : this add 1 query on page load !! (refer to the readme)</b></font>
paldo
08-03-2007, 01:58 PM
Originally Posted by paldo View Post
i now have a few regulars that cant see the shoutbox sinse i have updated .. i see it fine with my setup but they cant see it ..
i have one member that couldnt see it with his desktop pc but logged in with his laptop and could see it .. what could possibly be effecting these people ? its got to be a setting much needed on sombodies computer effecting whether they see it or not .. i know its their setup effecting it because i can log in with the same browser as them with their user and pass and whalla theres shout.. im cunfuzzed in a bad way here .
this didnt start til the last upgrade im about to go back to the older version somthing changed in this version thats effecting my users being able to see it
all they can see is the loading message .. it just never loads
i will also add i installed a firefox toolbar a member made for my site and i couldnt see the shout after install .uninstalled the toolbar and shout came back ..
It doesn't load an tell them of an error in IE that's right ? And this error is the same as dirty68 I suppose ?
This problem is due to the changes I made for vbadvanced integration I think.
You could see it's working by replacing all
Code:
bburl + '/
by
Code:
'
from the clientscript/mgc_chatbox.js file and I think this problem would disappear. Can you try it ?
However with that modification integration with vbadvanced wouldn't work anymore.
If the problem is coming from there, then I'll have to change something from the next version to manager in a better way the vbadvanced thing.
bro so far that has fixed it thank you ..i reinstalled the toolbar that made it stop and its now working with that edit :)
Captain Kirk76
08-03-2007, 02:39 PM
Okay, I installed this, couldn't get it working correctly, so I un-installed, now when I dod anything with usergroup permissions, I get this!
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Banned Users',
`description` = '',
`usertitle` = 'Banned',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`ispublicgroup` = '0',
`canoverride` = '0',
`mgccustomusergroupperms` = '0',
`nbmsgshowchatbox` = '',
`displayorder` = '100',
`forumpermissions` = '524291',
`genericpermissions` = '0',
`attachlimit` = '0',
`pmquota` = '0',
`pmpermissions` = '0',
`pmsendmax` = '0',
`calendarpermissions` = '0',
`wolpermissions` = '0',
`adminpermissions` = '0',
`genericoptions` = '0',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`signaturepermissions` = '0',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '500',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '4'
WHERE usergroupid=8;
MySQL Error : Unknown column 'mgccustomusergroupperms' in 'field list'
Error Number : 1054
Date : Friday, August 3rd 2007 @ 03:37:41 PM
Script : REMOVED
Referrer : REMOVED
IP Address : REMOVED
Username : [RP]Jolteon
Classname : REMOVED
How do I fix this?
VBDev
08-03-2007, 03:04 PM
bro so far that has fixed it thank you ..i reinstalled the toolbar that made it stop and its now working with that edit :)
That's ok then, I know what to do for the next version to manage that problem :)
Okay, I installed this, couldn't get it working correctly, so I un-installed, now when I dod anything with usergroup permissions, I get this!
Database error in vBulletin 3.6.8:
Invalid SQL:
UPDATE usergroup SET
### UPDATE QUERY GENERATED BY fetch_query_sql() ###
`title` = 'Banned Users',
`description` = '',
`usertitle` = 'Banned',
`opentag` = '',
`closetag` = '',
`passwordexpires` = '0',
`passwordhistory` = '0',
`ispublicgroup` = '0',
`canoverride` = '0',
`mgccustomusergroupperms` = '0',
`nbmsgshowchatbox` = '',
`displayorder` = '100',
`forumpermissions` = '524291',
`genericpermissions` = '0',
`attachlimit` = '0',
`pmquota` = '0',
`pmpermissions` = '0',
`pmsendmax` = '0',
`calendarpermissions` = '0',
`wolpermissions` = '0',
`adminpermissions` = '0',
`genericoptions` = '0',
`profilepicmaxwidth` = '100',
`profilepicmaxheight` = '100',
`profilepicmaxsize` = '65535',
`avatarmaxwidth` = '80',
`avatarmaxheight` = '80',
`avatarmaxsize` = '20000',
`signaturepermissions` = '0',
`sigpicmaxwidth` = '500',
`sigpicmaxheight` = '100',
`sigpicmaxsize` = '10000',
`sigmaxrawchars` = '1000',
`sigmaxchars` = '500',
`sigmaxlines` = '0',
`sigmaxsizebbcode` = '7',
`sigmaximages` = '4'
WHERE usergroupid=8;
MySQL Error : Unknown column 'mgccustomusergroupperms' in 'field list'
Error Number : 1054
Date : Friday, August 3rd 2007 @ 03:37:41 PM
Script : REMOVED
Referrer : REMOVED
IP Address : REMOVED
Username : [RP]Jolteon
Classname : REMOVED
How do I fix this?
I think you haven't followed carefully the uninstall instructions, you should have removed the files prior to removing the product.
Now you have to rebuild manually the bitfields (the rebuild bitfield link in the acp is available only when you activate the debug mode).
Karabaja
08-03-2007, 03:13 PM
That's ok then, I know what to do for the next version to manage that problem :)
I think you haven't followed carefully the uninstall instructions, you should have removed the files prior to removing the product.
Now you have to rebuild manually the bitfields (the rebuild bitfield link in the acp is available only when you activate the debug mode).
Actually when I had same problem, I just installed mgc chatbox again, then removed the files and unsintalled it, that took care of mysql error.
benjaminbih
08-03-2007, 03:22 PM
There is a phrase not in french in the admincp ?
Did you uploaded the english language ?
It means :
Yes i uploaded german & english, but not all phrases are translated.
but anyway i dont need no of booth, i help my self only to make a BiH (Bosnian) translation with booth language. And gonna post the bosnian trasnlation here, when i get it finished.
Maybe today :D
the only phrases i have to translate at this moment are the phrases for AdminCP, this can take some time :D
VBDev
08-03-2007, 05:01 PM
Yes i uploaded german & english, but not all phrases are translated.
but anyway i dont need no of booth, i help my self only to make a BiH (Bosnian) translation with booth language. And gonna post the bosnian trasnlation here, when i get it finished.
Maybe today :D
the only phrases i have to translate at this moment are the phrases for AdminCP, this can take some time :D
lol There are also phrases in the user side ;)
You should start from the xml files not directly within the acp.
Once you have finished could you please send it to me I would rather prefer so that I could update the zip file at the top and of course quoting you :)
You also plan to translate install instructions ?
benjaminbih
08-03-2007, 05:27 PM
lol There are also phrases in the user side ;)
You should start from the xml files not directly within the acp.
Once you have finished could you please send it to me I would rather prefer so that I could update the zip file at the top and of course quoting you :)
You also plan to translate install instructions ?
haha :D i finished a few hours a go with Global and Cpanel phrases. only 50% of the vb settings phrases are left to translate.
And of course i can translate the install instructions too.
It will only need a little bit more time to finish all :D
I gonna try to finish it today, if not inshallah (so God will) tomorrow.
regard
VBDev
08-03-2007, 06:31 PM
Don't worry this is not urgent take your time :)
silvermerc
08-03-2007, 08:29 PM
I found a bug. On my forum, the shoutbox doesnt load for everyone. To make it work you have to press archive and then load the forum home again. It seems to be just IE users but 1 firefox user has reported this also
VBDev
08-03-2007, 09:52 PM
Hum ? How could that happen, it's really strange.
You're the only one experiencing that, maybe it comes from the same problem as dirty68, the next version will say if so :D
cOuNtErFiET
08-03-2007, 10:23 PM
Hi! Great mod! Already installed it! But tell me, how do I edit shouts?
im also wondering this.... i dont see it anywhere in the instructions or in the popup via the sb with the list of commands
gforce75
08-04-2007, 01:06 AM
Works fine, just install the language update.
LjubavnaZona
08-04-2007, 01:15 AM
I love it :) thank you... installed.
JakkFrosted
08-04-2007, 02:52 AM
I've got an unusual problem, unregistered and not logged in users cannot see the chatbox. I have gone through and adjusted the usergroup permissions but it just wont show up for the unregistered people. registered users and administrators can see it fine when logged in. anyone know whats causing this:confused:
VBDev
08-04-2007, 06:54 AM
im also wondering this.... i dont see it anywhere in the instructions or in the popup via the sb with the list of commands
Just double click on the shout you want to edit ;)
I've got an unusual problem, unregistered and not logged in users cannot see the chatbox. I have gone through and adjusted the usergroup permissions but it just wont show up for the unregistered people. registered users and administrators can see it fine when logged in. anyone know whats causing this:confused:
Have you put the "Number of posts to see the chatbox" option to 0 for the unregistered usergroup ?
silvermerc
08-04-2007, 08:21 AM
When will the next version be out? Every time users come online they get the same bug and i dont know how to fix it
VBDev
08-04-2007, 08:34 AM
When will the next version be out? Every time users come online they get the same bug and i dont know how to fix it
The new version will be in September as I'll be on holiday in a week on half for a duration of two weeks.
If this is a big problem, You should rather use the 1.3 which I think worked for you. This would help no bothering your user with my bug :(
JakkFrosted
08-04-2007, 04:28 PM
ok that did the trick Dev:) I didn't think to do that because the option is to allow users to post not to view. I'll try more options next time befor posting. Also I found a glitch with internet explorer, its not a big problem, I really don't even care tbh. When I enable images in the chatbox and I post an image thats to wide to be completely displayed, in firefox I'll get a side scroller to view the image but in IE there is no side scroller and the image stretches the whole forums.
VBDev
08-04-2007, 06:37 PM
That's maybe because I put a overflow-y only css and not the overflow one
Khalid-B
08-04-2007, 06:59 PM
hello,
i have installed 1.4 version but smillies and fonts not shown at chatbox so please help , how can i fix this problem ?
Thanks
JakkFrosted
08-04-2007, 07:16 PM
hello,
i have installed 1.4 version but smillies and fonts not shown at chatbox so please help , how can i fix this problem ?
Thanks
I had the same issue....when you install the images for the chatbox put the whole folder itself (mgc_chatbox) in your misc folder cuz its looking for that directory. of coures you can change some code somewhere to fix that too but his was easier for me:D
VBDev
08-04-2007, 07:55 PM
I had the same issue....when you install the images for the chatbox put the whole folder itself (mgc_chatbox) in your misc folder cuz its looking for that directory. of coures you can change some code somewhere to fix that too but his was easier for me:D
But this is what you were supposed to do JakkFrosted :D
I am searching for a turkish translator to finish the translation job that has been done by Neutralizer but I had not time to finish it.
If you're interested please contact me by pm.
maidos
08-05-2007, 05:43 PM
ive installed it,but it seems it shows loading all the time and wheniwant to type a msg it redirects me to mgc_chatbox.php
VBDev
08-05-2007, 08:22 PM
Have you uploaded the js files ?
Any ie errors ?
baghdad4ever
08-05-2007, 09:11 PM
installed
i want to put some words restriction?? how can i make that??
secondly
the admin of forum can be banned.... how can i exclude the admin from that rule?
thanks
Kaycee123
08-05-2007, 10:56 PM
ive installed it,but it seems it shows loading all the time and wheniwant to type a msg it redirects me to mgc_chatbox.php
Mine does the same thing - I've tried 3 times now to upgrade this, and I can't get it to work. :(
I've just reinstalled version 1.3, and its working fine again. Yes, I installed the js files, I uploaded all the files just like you said in the instructions.
pspcrazy
08-06-2007, 04:05 AM
Hi im having some problem with my usergroups after i removed the mod altogether.
MySQL Error : Unknown column 'nbmsgshowchatbox' in 'field list' is the error it's giving me, any solutions?
VBDev
08-06-2007, 04:23 AM
installed
i want to put some words restriction?? how can i make that??
secondly
the admin of forum can be banned.... how can i exclude the admin from that rule?
thanks
First : Through the forum word restrictions.
Second : Actually this is impossible.
Mine does the same thing - I've tried 3 times now to upgrade this, and I can't get it to work. :(
I've just reinstalled version 1.3, and its working fine again. Yes, I installed the js files, I uploaded all the files just like you said in the instructions.
I think this is the same issue as others. You'll have to wait for the new version to correct that (start of september), I am sorry.
Hi im having some problem with my usergroups after i removed the mod altogether.
MySQL Error : Unknown column 'nbmsgshowchatbox' in 'field list' is the error it's giving me, any solutions?
You haven't followed correctly the uninstall instructions. You were supposed to remove the files before uninstalling the product.
Now you have to remove manually the bitfield by activating the debug mode to be able to see the menu item to do that.
Captain Kirk76
08-06-2007, 05:41 AM
That's ok then, I know what to do for the next version to manage that problem :)
I think you haven't followed carefully the uninstall instructions, you should have removed the files prior to removing the product.
Now you have to rebuild manually the bitfields (the rebuild bitfield link in the acp is available only when you activate the debug mode).
Rebuilt them, still getting the DB Error...
VBDev
08-06-2007, 06:51 AM
Have you removed the chatbox xml files in the includes/xml directory ?
weedheaven
08-06-2007, 05:47 PM
Is it possible that http:// links can be clicked in the shoutbox? Now i have to copy it always, would be nice if there where clickable links if you enter them :) thanks
VBDev
08-06-2007, 08:08 PM
If you activate the bbcode url then they will be parsed :)
captainslater
08-06-2007, 08:13 PM
Some users reported that the shoutbox shows 'idle' after fresh installation.
Any hints for that?
Megatr0n
08-06-2007, 11:09 PM
OK, does this only work on the MAIN forum page and not when you're posting/browsing in another forum?
VBDev
08-07-2007, 04:16 AM
Some users reported that the shoutbox shows 'idle' after fresh installation.
Any hints for that?
Those users did they make a fresh install or an update ?
Coz in case of update, they might have forgotten to update the js files.
OK, does this only work on the MAIN forum page and not when you're posting/browsing in another forum?
If you read the features history, you'll see that it can be placed on any page ! :)
dirty68
08-07-2007, 04:21 AM
Have you sorted out a fix for me yet Dev?
captainslater
08-07-2007, 05:19 AM
Those users did they make a fresh install or an update ?
Coz in case of update, they might have forgotten to update the js files.
They tried both. You could read this issue on vbhacks-germany.org for your own.
Eddie Raps
08-07-2007, 05:24 AM
What about users who want to change their colored text for their whole time shouting. Like, user a wants to always type in blue font... does he have to select color=blue every time?
dirty68
08-07-2007, 07:13 AM
What about users who want to change their colored text for their whole time shouting. Like, user a wants to always type in blue font... does he have to select color=blue every time?
No he picks it from his profile, profile options, and it stays there with the font the user pick untill they want to change it
VBDev
08-07-2007, 07:41 AM
Have you sorted out a fix for me yet Dev?
No sorry, I have to but I spend my evening on a new product for my forum and haven't had time to do it.
I'll try to make it before the end of the week.
They tried both. You could read this issue on vbhacks-germany.org for your own.
Yup I have answered by there, I think it's the same issue as dirty68 is encoutering :)
weedheaven
08-07-2007, 08:41 AM
If you activate the bbcode url then they will be parsed :)
What do you mean with this?
VBDev
08-07-2007, 11:31 AM
I mean that if you activate the bbcode url in the chatbox option, links will be automatically parsed and will then be clickable
chillingcafe
08-07-2007, 12:47 PM
I am trying to install 1.2 Version.
I have a small error here while i edit the Additional CSS
When i try to add this
/** DEBUT MGC CHATBOX **/
.mgc_cb_date {
color : #555555;
}
.mgc_cb_me {
color : #FF0000;
}
/** FIN MGC CHATBOX **/
It gives an error saying
Warning: implode() [function.implode]: Bad arguments. in /admincp/css.php on line 103
Rebuild Style Information
Updating Style Information for '' and child styles...
...
Fatal error: Invalid styleid specified in /includes/adminfunctions_template.php on line 327
:(
bobbaf3nn
08-07-2007, 02:55 PM
I'm sorry if this has been posted already guys - i have search but it didn't find anything similar to my problem.
Anyways...
When i got to http://www.mysite.com the chatbox loads fine, bu if i got to http://mysite.com (without the www.) the chatbox fails to load. It just says loading and the vb spinning progress icon appears.
I've figured out that if i change the Forum URL in the vBulletin main options so that it doesn't have the www. part in the url then the problem reverses itself.
Hopefully that make sense to you all....please help :D
P.S mysite.com isn't my site, lol i've just used it as an example.
weedheaven
08-07-2007, 02:59 PM
I mean that if you activate the bbcode url in the chatbox option, links will be automatically parsed and will then be clickable
Ah thanks now i found the option at Shouts formatting
Roxie
08-07-2007, 03:28 PM
Just upgraded and shoutbox still works fine on main page, but just shows loading message on showthread. Any ideas?
VBDev
08-07-2007, 04:34 PM
I am trying to install 1.2 Version.
I have a small error here while i edit the Additional CSS
When i try to add this
/** DEBUT MGC CHATBOX **/
.mgc_cb_date {
color : #555555;
}
.mgc_cb_me {
color : #FF0000;
}
/** FIN MGC CHATBOX **/
It gives an error saying
Warning: implode() [function.implode]: Bad arguments. in /admincp/css.php on line 103
Rebuild Style Information
Updating Style Information for '' and child styles...
...
Fatal error: Invalid styleid specified in /includes/adminfunctions_template.php on line 327
:(
Do you have removed not cleanly a style ?
I'm sorry if this has been posted already guys - i have search but it didn't find anything similar to my problem.
Anyways...
When i got to http://www.mysite.com the chatbox loads fine, bu if i got to http://mysite.com (without the www.) (http://www.)) the chatbox fails to load. It just says loading and the vb spinning progress icon appears.
I've figured out that if i change the Forum URL in the vBulletin main options so that it doesn't have the www. part in the url then the problem reverses itself.
Hopefully that make sense to you all....please help :D
P.S mysite.com isn't my site, lol i've just used it as an example.
This might be due to an issue actually experience by some users.
I have to dig into that for the next version.
Just upgraded and shoutbox still works fine on main page, but just shows loading message on showthread. Any ideas?
There are no reason why it wouldn't I remember having tested it.
Do you have a particular hack installed about threadS?
Eddie Raps
08-07-2007, 05:14 PM
A few of my users (and I have, once or twice) have experienced "loading..." on the shoutbox screen when they go to the forum home... and sometimes refreshing it a bunch of times still doesn't help.
Any known solution? Also, I see in the list of upcoming features you have a more smilies link planned... any way to get that now?
Roxie
08-07-2007, 05:22 PM
I have post thanks, ignore a thread and ban a user from thread. I tried disabling them all and still have the issue. hmmmm
Kelmar
08-07-2007, 09:15 PM
Have you sorted out a fix for me yet Dev?
yup, I'm having the same problem as dirty68 and a few others here too I think.
It's just showing loading all the time and when I click the ok button I'm redirected to the archive page but the latest shout just posted isn't there.
hope you can find some time to fix this Dev... my members looove your shout box
thanks
Kelly.
bobbaf3nn
08-07-2007, 10:22 PM
This might be due to an issue actually experience by some users.
I have to dig into that for the next version.
When is this next version likely to be released?
Roxie
08-07-2007, 11:04 PM
Sorry. I had to downgrade to the previous version b/c of the loading issue. I hope it gets worked out!
Thanks!
z0diac
08-08-2007, 02:23 AM
For installation it just says "upload files again". This is the first 5 mins I've ever checked out this mod - what does "upload files again" mean?
In the zip I just downloaded I have a bunch of letters as subdirectories, and atemplateedits-mgc_chatbox.xml file.
What do I do next? (if someone could re-write the instructions so they're more step-by-step and easier for 1st timers it would be much appreciated)
yaoren
08-08-2007, 02:30 AM
For installation it just says "upload files again". This is the first 5 mins I've ever checked out this mod - what does "upload files again" mean?
In the zip I just downloaded I have a bunch of letters as subdirectories, and atemplateedits-mgc_chatbox.xml file.
What do I do next? (if someone could re-write the instructions so they're more step-by-step and easier for 1st timers it would be much appreciated)
Installation
For those who had installed earlier v1.4 version:
Upload files again
Import mgc_chatbox product
Enjoy
Read the file "Installation" in the pack.
VBDev
08-08-2007, 05:37 AM
A few of my users (and I have, once or twice) have experienced "loading..." on the shoutbox screen when they go to the forum home... and sometimes refreshing it a bunch of times still doesn't help.
Any known solution? Also, I see in the list of upcoming features you have a more smilies link planned... any way to get that now?
If there was an easy way, it would have already been implemented ;)
By the way this one is not high priority IMO as too much smileys in shouts kills the shout so I am not sure this one will be in the 2.0 version as it will depend of the time of development I have.
I have post thanks, ignore a thread and ban a user from thread. I tried disabling them all and still have the issue. hmmmm
Could you try on a test forum plz ?
yup, I'm having the same problem as dirty68 and a few others here too I think.
It's just showing loading all the time and when I click the ok button I'm redirected to the archive page but the latest shout just posted isn't there.
hope you can find some time to fix this Dev... my members looove your shout box
thanks
Kelly.
I wish I could have time :D
Sorry. I had to downgrade to the previous version b/c of the loading issue. I hope it gets worked out!
Thanks!
Sure it will ;)
When is this next version likely to be released?
The one with the bug correction is likely to be released during the weekend because I am off for 2 weeks holiday from the 17 august till the 2 september.
And for the 2.0 with all new functionnalities, check out the planned release date in the thread first post.
For installation it just says "upload files again". This is the first 5 mins I've ever checked out this mod - what does "upload files again" mean?
In the zip I just downloaded I have a bunch of letters as subdirectories, and atemplateedits-mgc_chatbox.xml file.
What do I do next? (if someone could re-write the instructions so they're more step-by-step and easier for 1st timers it would be much appreciated)
Installation
For those who had installed earlier v1.4 version:
Upload files again
Import mgc_chatbox product
Enjoy
Read the file "Installation" in the pack.
As yaoren stated, the upload files again is for user which have installed earlier v1.4 version before the vbadvanced integration modifications.
So if you do a new install, check the right install instructions which are clearly explained with an exact step by step of how to install it:)
Stoebi
08-08-2007, 10:34 AM
Hi VBDev,
i love your Shoutbox and support and can't wait for 2.0 ;-)
My wish is to think more about Non-JavaScript user. An /announce as non-javascipt user in not working etc.
A second wish is to make the /announce command AJAX combatible, i hate to refresh the site, if not really needed. ;-)
Kind Regards,
Stoebi
How does this mod compare to Flashchat (with the vB flashchat integration mods)? Has anyone done a comparison? I'm specifically interested in knowing how they compare in terms of server load/resources.
srt10etr
08-08-2007, 06:09 PM
I have a few users getting this screen.... any suggestions??? thanks for a great mod btw...
https://vborg.vbsupport.ru/external/2007/08/16.jpg
srt10etr
08-08-2007, 06:56 PM
Had to Disable the time outs, but it works now...
VBDev
08-08-2007, 07:10 PM
Hi VBDev,
i love your Shoutbox and support and can't wait for 2.0 ;-)
My wish is to think more about Non-JavaScript user. An /announce as non-javascipt user in not working etc.
A second wish is to make the /announce command AJAX combatible, i hate to refresh the site, if not really needed. ;-)
Kind Regards,
Stoebi
I didn't really understand your phrase about the non-javascript thing.
You know that all the chatbox is built aroung javascript even the refresh thing through ajax so thinking about the non javascript users would lead to a complete different version as ajax won't work (it's based on javascript you know).
Regarding the announcement, yes this could maybe be done through ajax, I will think at it.
How does this mod compare to Flashchat (with the vB flashchat integration mods)? Has anyone done a comparison? I'm specifically interested in knowing how they compare in terms of server load/resources.
There could not be any real comparison between flashcat which is a real chat and my product which is only a chatbox.
I think my chatbox is not very server intensive :)
VBDev
08-08-2007, 07:12 PM
I have a few users getting this screen.... any suggestions??? thanks for a great mod btw...
Had to Disable the time outs, but it works now...
Hum this is strange, do you have any particular information about those users ? (configuration or any other information).
benjaminbih
08-08-2007, 08:57 PM
@VBDev on translating the installation guides i found out that in the german and english readme.txt it says:
Accents
It is possible that some of you meet problems with accents in the messages of the Chatbox. This problem is inherent to the server and can't be easily managed without modification.
If you meet this problem, edit the file functions_mgc_chatbox.php and replace: $chatbox_utf8 = 0; by $chatbox_utf8 = 0;.
But it have to say the following such as it says in the france readme:
Probl?me d'accents
Il est possible que certains d'entre vous rencontrent des probl?mes d'accents dans les messages de la chatbox. Ce probl?me est inh?rent au serveur et ne peut pas ?tre g?r? ais?ment sans modification :-)
Si vous rencontrez ce probl?me, ?ditez le fichier functions_mgc_chatbox.php et remplacez : $chatbox_utf8 = 0; par $chatbox_utf8 = 1;
This have to be corrected
Greetings from Germany
VBDev
08-08-2007, 09:12 PM
Sure this will :)
schmidtm
08-08-2007, 09:59 PM
When I enable the product MGC Chatbox I get these errors on my forum:
Warning: Unknown(): Unable to access /mounted-storage/home17b/sub003/sc19177-YZQW/wiiusers.net/wii/includes/functions_mgc_cb.php in /global.php(360) : eval()'d code on line 207
Warning: Unknown(/mounted-storage/home17b/sub003/sc19177-YZQW/wiiusers.net/wii/includes/functions_mgc_cb.php): failed to open stream: No such file or directory in /global.php(360) : eval()'d code on line 207
Fatal error: (null)() [function.require]: Failed opening required '/mounted-storage/home17b/sub003/sc19177-YZQW/wiiusers.net/wii/includes/functions_mgc_cb.php' (include_path='.:/usr/local/lib/php') in /mounted-storage/home17b/sub003/sc19177-YZQW/wiiusers.net/wii/global.php(360) : eval()'d code on line 207
Any Help?
Thanks
There could not be any real comparison between flashcat which is a real chat and my product which is only a chatbox.
I think my chatbox is not very server intensive :)
Could you please explain what the difference is between a real chat and a chatbox? They both look like they are doing the same thing to me.
captainslater
08-09-2007, 03:47 AM
@VBDev on translating the installation guides i found out that in the german and english readme.txt it says:
But it have to say the following such as it says in the france readme:
This have to be corrected
Greetings from Germany
Thanks for the hint, I will correct the german readme in the next version.
VBDev
08-09-2007, 04:14 AM
@schmidtm :
I think you haven't uploaded the includes/functions_mgc_cb.php file :)
@pmkb :
I think a real chat is something with rooms and else, which the chatbox don't exactly do the same way.
Of course they are similar in a way but using a chatbox as a chat could become hard to manage.
I think you should give them both a try to really view the differences.
Lilyandy
08-09-2007, 05:07 AM
This was has translated partial the traditional Chinese language
family files
https://vborg.vbsupport.ru/attachment.php?attachmentid=68259
How ask should completely the language family remove, please?
Thinking You~~~~~~^___^
VBDev
08-09-2007, 06:50 AM
Hum, I think you've used an automatic translator coz I can't understand anything :(
What you want to say is that you partially translated the language file bu you search for someone to complete it that's right ?
Stoebi
08-09-2007, 07:58 AM
Hi
@vBDev
Thanks for your answer :) Perhaps a option like "Should display shoutbox to Non-JavaScript user - Yes/No", or a notice, that "this" command is not supported without javascript activated?
Kind Regards,
Stoebi
VBDev
08-09-2007, 09:16 AM
But I don't understand, this only this command which is not working with javascript users ?
If it was not working then the full chatbox wouldn't be working for those users.
GoNz00
08-09-2007, 11:55 AM
i tried updating from 1.2 to 1.4 and it doesnt work, so i uninstalled the hack, reverted all templates and tried a fresh install. still the same, the refresh icon spins none stop, thats all it does?
VBDev
08-09-2007, 12:22 PM
Does this give you an error in ie telling you that the action was forbid ?
GoNz00
08-09-2007, 12:23 PM
no errors, says loading, and the loading gifs a spinning, in a loop.
VBDev
08-09-2007, 12:25 PM
No javascript error at all with ie ?
GoNz00
08-09-2007, 12:35 PM
i get an acess is denied on ie's faults
line 822
char 3
access is denied
code 0
url http//www.clandesertrats.co.uk.forums/
soon as i disable the product the error is gone.
GoNz00
08-09-2007, 01:37 PM
working now, reinstalled 4 times?
VBDev
08-09-2007, 01:37 PM
Yes so this error is the one experienced by a number of users.
I'll release the 1.5 version (which will only contain that bug correction) before going on holiday next week.
GoNz00
08-09-2007, 01:48 PM
any chance you can tell us how to fix it in the mean time please?
thanks for all the hard work and efforts :)
chat works if i click on the archive then go back, otherwise im faced with the error and no load all the time.
schmidtm
08-09-2007, 02:05 PM
When I enable the product MGC Chatbox I get these errors on my forum:
Any Help?
Thanks
That was stupid of me!! I read the instructions as to upload the "f" folder in the root not the contents..
Thanks
VBDev
08-09-2007, 03:43 PM
any chance you can tell us how to fix it in the mean time please?
thanks for all the hard work and efforts :)
chat works if i click on the archive then go back, otherwise im faced with the error and no load all the time.
No coz I didn't thought at it for the moment :p
eurofunny
08-09-2007, 07:04 PM
Hi,
great Chatbox thx.
I use vbcms from vbdesigns.de and i wish to use the Chatbox on the Portal.
Is there a way to globolize the chatbox for this portal??
I have put the code from vbadvanced but there comes the chatbox without buttons and shouts.
schmidtm
08-09-2007, 07:06 PM
Hopefully final question,
I have all installed and set my permission in usergroups for the chat. I'm the superadmin and people with less privileges are able to access it. I have created a regular account and still am unable to access the chat. ???
Any help
Thanks
VBDev
08-09-2007, 07:39 PM
Hi,
great Chatbox thx.
I use vbcms from vbdesigns.de and i wish to use the Chatbox on the Portal.
Is there a way to globolize the chatbox for this portal??
I have put the code from vbadvanced but there comes the chatbox without buttons and shouts.
I have never used vbcms but I think it might use a function to print the portal.
So if the chatbox var is not globalize in that function then it won't be possible to make it worked well.
Hopefully final question,
I have all installed and set my permission in usergroups for the chat. I'm the superadmin and people with less privileges are able to access it. I have created a regular account and still am unable to access the chat. ???
Any help
Thanks
Did you set the option to show the chatbox in your usercp to no ?
By the way have you done the modification to the modifyoptions template ?
Roxie
08-09-2007, 08:49 PM
I thought I re-installed an older version (files/product) but afterwards it still looks and functions like the newer version...only, it works. lol
Who knows.
schmidtm
08-10-2007, 04:36 PM
Did you set the option to show the chatbox in your usercp to no ?
By the way have you done the modification to the modifyoptions template ?
I have checked over the install and reinstalled too. The modifyoptions does include this:
$mgc_cb_ucp
If it supposed to be in the uscp edit options, it's not showing up? I'm not sure where this function is:
have the chatbox in your usercp to no
Thanks
VBDev
08-10-2007, 08:14 PM
yes it is supposed to for users which have the right in their usergroup to access to the chatbox.
DJ PİSAGOR
08-10-2007, 08:26 PM
Hi,
Turkish language files
Translator: DJP
Best Regards.
DJP
Turkish: Bir kaç saat içinde hazırladığım bir Türkçe dil dosyasıdır. Bu nedenle bazı ufak tefek hatalar ve yazım yanlışları olabilir. Bunlar için özür dilerim. Ancak tamamı Türkçe' ye çevrilmiştir. Eğer ki gördüğünüz hataları bana bildirirseniz en kısa düzeltip tekrar yayınlarım.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.