vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Chat Modifications - MGC Chatbox Evo (https://vborg.vbsupport.ru/showthread.php?t=168992)

VBDev 02-11-2009 10:36 AM

Quote:

Originally Posted by hornstar1337 (Post 1740509)
What are all the commands?


could you upload them all to the first post or link me to where they are. thanks.

Help in the chatbox is here to explain and the first post also list them all ...

Quote:

Originally Posted by hornstar1337 (Post 1740509)
also when i go to slap someone it always says: The user you are trying to slap doesn't exist
even tho they do exist!

the only time it works is when I go /slap uid 1 but then it spits out some french: username gifle avec violence username
Why is some in French still?



IT's an option ... So Check all the options bud !
Quote:

Originally Posted by hornstar1337 (Post 1740509)
Bug: Answered in thread : [ARG:4 UNDEFINED]

and when I click on it, it goes to an incorrect url: /forums/showthread.php?t=1199222#post[DLL Release]Cell Hack Pack 2~

looks like it is conflicting with vbseo partially.

ARG4 undefined means : you haven't imported the last english language file !

Quote:

Originally Posted by Spooony (Post 1740656)
Wonderful little chatbox, however one very important feature would be to disable the sound notification for when a new chat is received and only have sound notification when a new thread is made or replied to. Is this already there and I'm missing it?

(I also get a database error when I click on the dropdown "view all chats")

1/ No it's not possible but I could add this option.
2/ Ok noted in the bug list

Quote:

Originally Posted by hornstar1337 (Post 1740672)
when im in the archive and i click on view all chats of a specific user I get a database error:

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

        SELECT COUNT(chatid) AS nbchats
        FROM vb3_mgc_cb_evo_chat AS c
        LEFT JOIN vb3_user AS fromu ON (c.fromuid=fromu.userid)
        LEFT JOIN vb3_user AS tou ON (c.touid=tou.userid)
        WHERE coidentifier IN ('0','me','announcement','ban','del','ignore','slap') AND fromuid='1' AND isthreadwarning='0' AND ispostwarning='0'
        ORDER BY c.dateline DESC;

MySQL Error  : Unknown column 'isthreadwarning' in 'where clause'
Error Number  : 1054
Request Date  : Wednesday, February 11th 2009 @ 07:11:51 AM
Error Date    : Wednesday, February 11th 2009 @ 07:11:52 AM
Script        : http://www..net/forums/mgc_cb_evo.php?do=search&what=userchats&u=1
Referrer      : http://www..net/forums/chatbox/archive/page-1.html
IP Address    : 2
Username      :
Classname    : vB_Database
MySQL Version : 5.0.67-community


Added to the bug list.

Quote:

Originally Posted by hornstar1337 (Post 1740674)
I noticed that even tho I have restricted the size bb code to size 3, that you can still manually enter in large sizes and it works. Can you make it so what ever you specify that it becomes the largest size you can use. Thanks.

Well the restricted size is only for the dropdown menu possible selection.

The size restrict (real one) is the one of your forum, there is no way I can restrict it differently as I am using vB bbcode parsing function.

Quote:

Originally Posted by hornstar1337 (Post 1740509)
another little bug, I have the bar to type down the bottom and the newest chats at the bottom, but when you have threads and posts on the left, the scroll bar is always up the top instead of down the bottom showing you the newest.

Read back, I don't understand anything :D

Hornstar 02-11-2009 10:59 AM

Is it possible you can change it so you don't use the settings from vbulletin for the bbcode size, so that way you can have your own settings, as in the forum I do not mind having a larger size font, but in the chatbox it is just plain horrible really. (maybe make it a pro only feature if you feel it is a lot of work)

entertain 02-11-2009 11:10 AM

Quote:

Originally Posted by hornstar1337 (Post 1740672)
when im in the archive and i click on view all chats of a specific user I get a database error:

Code:

Database error in vBulletin 3.8.1:

Invalid SQL:

        SELECT COUNT(chatid) AS nbchats
        FROM vb3_mgc_cb_evo_chat AS c
        LEFT JOIN vb3_user AS fromu ON (c.fromuid=fromu.userid)
        LEFT JOIN vb3_user AS tou ON (c.touid=tou.userid)
        WHERE coidentifier IN ('0','me','announcement','ban','del','ignore','slap') AND fromuid='1' AND isthreadwarning='0' AND ispostwarning='0'
        ORDER BY c.dateline DESC;

MySQL Error  : Unknown column 'isthreadwarning' in 'where clause'
Error Number  : 1054
Request Date  : Wednesday, February 11th 2009 @ 07:11:51 AM
Error Date    : Wednesday, February 11th 2009 @ 07:11:52 AM
Script        : http://www..net/forums/mgc_cb_evo.php?do=search&what=userchats&u=1
Referrer      : http://www..net/forums/chatbox/archive/page-1.html
IP Address    : 2
Username      :
Classname    : vB_Database
MySQL Version : 5.0.67-community


Current Fix:
mgc_cb_evo.php

Search for:
PHP Code:

$where_clause .= " AND isthreadwarning='0' AND ispostwarning='0'"

You can find this 2 times in the php file (!)
Replace both times by:
PHP Code:

$where_clause .= " AND iswarning='0'"


Gamempire 02-11-2009 11:48 AM

Quote:

Originally Posted by VBDev (Post 1740681)



Sorry I don't have time to help you live debug bud !


i was talking with the author of the post, that had the same error of me

Spooony 02-11-2009 12:23 PM

Fantastic stuff and speedy reply, merci beaucoup :)

enteha 02-11-2009 01:48 PM

Quote:

You mean it expand after each chat ?
yes thats it.

socalsoccer 02-11-2009 10:14 PM

This Chatbox uses 1/4 of the resources of the other popular chatbox. I had the other one installed, and many people complained of how slow it was. When I installed this one, they immediately noticed the difference. I have 20 people at a time chatting with no problems.

Falon 02-12-2009 08:22 AM

Quote:

No. VBDev is exactly as i said. When click on links: Manage commands, Manage channels, View logs, Import scripts, Counters update then a don't see page with options on right side of AdminCP. Only white page.



Quote:

I don't understand you, please reformulate your question/problem.

Ok. If this is so DIFFICULT for you to understand I made you screenshot.

https://vborg.vbsupport.ru/

WHITE PAGE ON THE RIGHT SIDE!!!

SnapOff Racing 02-12-2009 09:12 AM

Quote:

Originally Posted by Falon (Post 1739920)
I never seen a mod with so many problems as this one. My proposition is fix all mistajcs and after put on this forum. These 282 pages in this thread means something.

What a dumb comment... Maybe because other mods aren't near as complex as this mod is either. This is BY FAR the best effin chatbox out there IMO! I have used at least 4 other chatboxes in the last 3 years and all of them were WEAKSAUSE compared to MGC EVO! Also VBDev is one of the best developers who has stood by his mod who is constantly on here helping everyone with their issues. Just look thru this entire thread and you can clearly see almost everyone one of VBDev's posts also always filled with 5 or 6 quotes answering everyones questions and trying to fix everyones issues...

I challenge you to find another chatbox for vb that has as many features as MGC and a developer that stands by his mod as good as VBDev does....

Don't worry I'll wait...... :rolleyes:

MDK-Indy 02-12-2009 10:05 AM

Quote:

Originally Posted by MDK-Indy (Post 1737673)
If i move more than one Thread from a sub-forum to another sub-forum i have a Database error.

Code:

Database error in vBulletin 3.8.0 Beta 2:

Invalid SQL:

            INSERT INTO vbmgc_cb_evo_chat
                (dateline,fromuid,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid)
            VALUES
                (1234098648,,'7293,Spionagenetzt',0,0,0,1,'thread',26);

MySQL Error  : Fehler in der SQL-Syntax. Bitte die korrekte Syntax im Handbuch nachschlagen bei ''7293,Spionagenetzt',0,0,0,1,'thread',26)' in Zeile 4
Error Number  : 1064
Request Date  : Sunday, February 8th 2009 @ 02:10:48 PM
Error Date    : Sunday, February 8th 2009 @ 02:10:48 PM
Script        : http://forum......de/inlinemod.php?do=domovethreads&threadids=4731,7252,4730
Referrer      : http://forum.......de/inlinemod.php?forumid=26
IP Address    : 217.84.243.65
Username      : Indy
Classname    : vB_Database
MySQL Version : 5.0.32-Debian_7etch8-log



Now i can specify the error...
If i move a thread with a move notice in the old sub-forum i become the error.

VBDev 02-12-2009 10:07 AM

Quote:

Originally Posted by Gamempire (Post 1740760)
i was talking with the author of the post, that had the same error of me

Oh ok =)

Quote:

Originally Posted by enteha (Post 1740864)
yes thats it.

That's odd ! I tested in Opera and it works perfectly.

Quote:

Originally Posted by socalsoccer (Post 1741294)
This Chatbox uses 1/4 of the resources of the other popular chatbox. I had the other one installed, and many people complained of how slow it was. When I installed this one, they immediately noticed the difference. I have 20 people at a time chatting with no problems.

Thanks for the comment :)

Quote:

Originally Posted by Falon (Post 1741643)
Ok. If this is so DIFFICULT for you to understand I made you screenshot.

http://img443.imageshack.us/img443/4389/foto2aw6.gif

WHITE PAGE ON THE RIGHT SIDE!!!

Oh ok, is the mgc_cb_evo.php file present in the acp ?

Quote:

Originally Posted by SnapOff Racing (Post 1741692)
What a dumb comment... Maybe because other mods aren't near as complex as this mod is either. This is BY FAR the best effin chatbox out there IMO! I have used at least 4 other chatboxes in the last 3 years and all of them were WEAKSAUSE compared to MGC EVO! Also VBDev is one of the best developers who has stood by his mod who is constantly on here helping everyone with their issues. Just look thru this entire thread and you can clearly see almost everyone one of VBDev's posts also always filled with 5 or 6 quotes answering everyones questions and trying to fix everyones issues...

I challenge you to find another chatbox for vb that has as many features as MGC and a developer that stands by his mod as good as VBDev does....

Don't worry I'll wait...... :rolleyes:

Ah ah nice answer ;)

VBDev 02-12-2009 10:07 AM

Quote:

Originally Posted by MDK-Indy (Post 1741727)
Now i can specify the error...
If i move a thread with a move notice in the old sub-forum i become the error.

Am adding it to the bug list to fix.

powersilie 02-12-2009 11:48 AM

I installed the chatbox 2 weeks ago and it was perfect. Yesterday I updated and first it didn' t work at all.
Box appeared, but it was loading...loading.....and it wasn't possible to write.

Now it works, but only this way:

I opened "Chatbox display on forumhome" and replaced this tag:
$find_text = '$forumhome_markread_script';

with this one:
$find_text = '$$chatbox_forumhome';

It's only working with 2 $ and only in forumhome, not on other sites.

Greetings
Karin

DigitALL 02-12-2009 12:18 PM


Any tester would have a limited patience in trying things out... and that makes me a frustrated person.
I am using this chat box since version 0.4, then upgraded to 0.7x, then to version 1.0 and finally now at version 2.2.1
All versions except the last one worked without any problem for me and now I am wondering why I have upgraded from version1 to version2, just to have more headaches?
I am struggling with version 2 from more than two weeks and perhaps you understand why my patience is at its limits.

1. I have the well known "Loading..." message that apparently tons of other users have it and so far, none got a straight answer to the problem other than to refresh the cache...
If I refresh the screen few times, eventually it will display. It is inconsistent. For that reason, nobody is posting anymore in my forum.
Why the previous versions would work and not this one? Isn't that obviously a problem with this "Loading..." message? How I could call it an "evolving software" (as per your words) when in fact, beside few more options, overall it works worse than previous versions?
I run vB 3.8.1, I know to refresh my cache, using few browsers on different platforms.
I follow info to the letter, I verified myself few times, I have a clean forum with few hacks installed that is running smoothly with no errors (except the ChatBox).
I tried to install it few times, the same result.

Do you have a real solution for "Loading"? What should I do? Should I downgrade to version 1.0? Do I need to take any special measures if I want to downgrade?

Falon 02-12-2009 01:44 PM

Quote:

Originally Posted by VBDev (Post 1741728)

Oh ok, is the mgc_cb_evo.php file present in the acp ?

What exactly do you mean? I have this file in my root folder - public_html.

entertain 02-12-2009 02:15 PM

Quote:

Originally Posted by Falon (Post 1741885)
What exactly do you mean? I have this file in my root folder - public_html.

There is also a mgc_cb_evo.php that have to be uploaded in the admincp-folder.
(It is not the same like this in the forums root)

MotMann 02-12-2009 02:48 PM

Quote:

Originally Posted by DigitALL (Post 1741833)

Any tester would have a limited patience in trying things out... and that makes me a frustrated person.
I am using this chat box since version 0.4, then upgraded to 0.7x, then to version 1.0 and finally now at version 2.2.1
All versions except the last one worked without any problem for me and now I am wondering why I have upgraded from version1 to version2, just to have more headaches?
I am struggling with version 2 from more than two weeks and perhaps you understand why my patience is at its limits.

1. I have the well known "Loading..." message that apparently tons of other users have it and so far, none got a straight answer to the problem other than to refresh the cache...
If I refresh the screen few times, eventually it will display. It is inconsistent. For that reason, nobody is posting anymore in my forum.
Why the previous versions would work and not this one? Isn't that obviously a problem with this "Loading..." message? How I could call it an "evolving software" (as per your words) when in fact, beside few more options, overall it works worse than previous versions?
I run vB 3.8.1, I know to refresh my cache, using few browsers on different platforms.
I follow info to the letter, I verified myself few times, I have a clean forum with few hacks installed that is running smoothly with no errors (except the ChatBox).
I tried to install it few times, the same result.

Do you have a real solution for "Loading"? What should I do? Should I downgrade to version 1.0? Do I need to take any special measures if I want to downgrade?

Yes.. im looking to for the beste Version from the 1,xxx to !!!

The Version 2 , xxx is to slow and to Big. It's not realy a small Chatbox. It's a elephant :(

Where i can get the best Version 1, xx.. i Thing, it was the 1,5?

Falon 02-12-2009 03:37 PM

Quote:

Originally Posted by entertain (Post 1741908)
There is also a mgc_cb_evo.php that have to be uploaded in the admincp-folder.
(It is not the same like this in the forums root)

Ok, mod is working now. Acp can means so many things :)
Thanks!!!

VBDev 02-12-2009 04:05 PM

Quote:

Originally Posted by DigitALL (Post 1741833)

Any tester would have a limited patience in trying things out... and that makes me a frustrated person.
I am using this chat box since version 0.4, then upgraded to 0.7x, then to version 1.0 and finally now at version 2.2.1
All versions except the last one worked without any problem for me and now I am wondering why I have upgraded from version1 to version2, just to have more headaches?
I am struggling with version 2 from more than two weeks and perhaps you understand why my patience is at its limits.

1. I have the well known "Loading..." message that apparently tons of other users have it and so far, none got a straight answer to the problem other than to refresh the cache...
If I refresh the screen few times, eventually it will display. It is inconsistent. For that reason, nobody is posting anymore in my forum.
Why the previous versions would work and not this one? Isn't that obviously a problem with this "Loading..." message? How I could call it an "evolving software" (as per your words) when in fact, beside few more options, overall it works worse than previous versions?
I run vB 3.8.1, I know to refresh my cache, using few browsers on different platforms.
I follow info to the letter, I verified myself few times, I have a clean forum with few hacks installed that is running smoothly with no errors (except the ChatBox).
I tried to install it few times, the same result.

Do you have a real solution for "Loading"? What should I do? Should I downgrade to version 1.0? Do I need to take any special measures if I want to downgrade?

This is not "a whell known" problem, most of the users are having it working.

Only users that have it not working complains ;)

And by the way man keep calm and keep the bold font for you ...

In 2.x.x versions I have moved the whole javascript to yui to be compliant with vBulletin that's all.

If you are having loading issue that could be due to anything, and saying "Ho man I have a loading issue and bla bla bla this is bad bla bla bla" is not a way of resolving things out.

Most of the time it's a cache refreshing problem and if I am saying this each time it's because most of the users don't read the previous posts ...

Anyway, please send me by pm a test account to your forum and I'll have a look.

I also need ftp and admin account accesses in order to see what could cause this.

Gamempire 02-12-2009 04:10 PM

IT WAS MOOTOOLS!!!!!!!!!!!!!!
WHAT THE XXXX!!!

a plugin add mootools before the href to the yahoo yui.. and so there where some components that make the chat unavaible!!


incredible!
put it in the bug error list :)

VBDev 02-12-2009 05:05 PM

Which mod are you using that add mootools ?

kronnos 02-12-2009 05:07 PM

Is it possible to display the chatbox in custom possitions then just the default above and below? Is there some code I could paste in where I want to display?

For exp: I like the option of displaying on forum home below but not exactly where the default position is, i want it a bit lower because it slightly make my template look broken as is. Where can I find that code to move it a little but still be able to control it?

DigitALL 02-12-2009 05:20 PM

Quote:

Originally Posted by VBDev (Post 1742028)
This is not "a whell known" problem, most of the users are having it working.

Only users that have it not working complains ;)

And by the way man keep calm and keep the bold font for you ...

In 2.x.x versions I have moved the whole javascript to yui to be compliant with vBulletin that's all.

If you are having loading issue that could be due to anything, and saying "Ho man I have a loading issue and bla bla bla this is bad bla bla bla" is not a way of resolving things out.

Most of the time it's a cache refreshing problem and if I am saying this each time it's because most of the users don't read the previous posts ...

Anyway, please send me by pm a test account to your forum and I'll have a look.

I also need ftp and admin account accesses in order to see what could cause this.

VB, I apologize if I offended you. I am just frustrated because I never had such a problem. As I mentioned, I used your product previously with no problem and had been very happy about it.

I read all pages and I found at least 10 posts stating the same problem. Then I wanted to register to http://www.forumcoding.com/ and was not accessible this morning. I have this problem from about two weeks and I tried everything.

I noticed that when I post a chat, it does not appear, if I try again it tells me "a chat in progress" but if I try to post again after 10 minutes or so, it displays both chats, so it is inconsistent.

Thank you very much for the offer, I will send you a PM with all the info required shortly:).

powersilie 02-12-2009 05:51 PM

Quote:

Originally Posted by powersilie (Post 1741814)
Now it works, but only this way:

I opened "Chatbox display on forumhome" and replaced this tag:
$find_text = '$forumhome_markread_script';

with this one:
$find_text = '$$chatbox_forumhome';

It's only working with 2 $ and only in forumhome, not on other sites.

Hi VBDev!

Perhaps You know why it only works with this code?? If I change it it doesn't appear at all.

greez
Karin

kronnos 02-12-2009 06:49 PM

Can someone please help me with the above request? I really would want to know if there there is a way to move the chatbox.

elpida 02-13-2009 06:59 AM

i was going to buy a branded free.. but it stopped with within a few hours after install. :((

MotMann 02-13-2009 07:04 AM

Quote:

Originally Posted by VBDev (Post 1742028)
This is not "a whell known" problem, most of the users are having it working.

Sorry, that is not correct. All Admins i know have Problems with Vers. 2,x
They all mean, to slow, to big and full of Bugs.

The best testet Version is 1.5 here.
Runs on 3.8 xxx easy an fast. And displayed in online.php an other sides. Simply, the best one ;)

Ranger187 02-13-2009 07:27 AM

Quote:

Originally Posted by kronnos (Post 1742181)
Can someone please help me with the above request? I really would want to know if there there is a way to move the chatbox.

That I think is addded up top (go look), or it's part of the branded free option. But let VBDev verify. He's looking at adding it to the side. But you gotta give him time to reply bro. Not only does he make/support multiple products and support them well, but he's also got a life too.

Quote:

Originally Posted by elpida (Post 1742623)
i was going to buy a branded free.. but it stopped with within a few hours after install. :((

I've been using this product since he released it (before the EVO one) and if you read through the pages of posts, results happen. But you can't expect results from a post like yours. "It stopped working" helps zilch bro. Did you get any errors? If you start up firefox error console, do you see any? Does it not work for just a few, etc etc? See what I mean.

If it just stopped, maybe someone changed usergroup permissions. It's looking more and more like vb 3.8.1 is causing the issues.


Quote:

Originally Posted by MotMann (Post 1742624)
Sorry, that is not correct. All Admins i know have Problems with Vers. 2,x
They all mean, to slow, to big and full of Bugs.

The best testet Version is 1.5 here.
Runs on 3.8 xxx easy an fast. And displayed in online.php an other sides. Simply, the best one ;)

You are comparing something that's been out for how long, through how many revisions to a totally new re-coded chat? He recoded this from the ground up, give it time. Nothing is bug free. I've been on 2.10 and I've stayed there for a reason. I've learned from being a Network Admin, you don't install the latest until it's been tested and out for a while. I'd revert to 2.0.2 or 2.1.0 before 1.5.

By people reporting bugs/issues, gets results. Do you think builds before 1.5 were stable and fast? ;)

powersilie 02-13-2009 07:28 AM

Quote:

Originally Posted by MotMann (Post 1742624)
Sorry, that is not correct. All Admins i know have Problems with Vers. 2,x
They all mean, to slow, to big and full of Bugs.

The best testet Version is 1.5 here.
Runs on 3.8 xxx easy an fast. And displayed in online.php an other sides. Simply, the best one ;)

Thank You so much! Vielen Dank!
I'll uninstall the 2... version and take this one (I used this before but I didn't find the download link again!)

Dankbare Gr??e
Karin

DL_Ashe 02-13-2009 07:52 AM

Not sure why, but for some reason the down arrow for the Actions Menu, that was previously appearing to the left of each username in the chatbox has now disappeared.

I've verified permissions, and even my administrator account can't see it. Everything else works fine, and commands can be carried via typing them (/slap, /pm, /ban, etc), but that handy Actions menu has gone. Not even a box with a red cross... just nothing at all.
Any ideas?

VBDev 02-13-2009 09:04 AM

Quote:

Originally Posted by kronnos (Post 1742102)
Is it possible to display the chatbox in custom possitions then just the default above and below? Is there some code I could paste in where I want to display?

For exp: I like the option of displaying on forum home below but not exactly where the default position is, i want it a bit lower because it slightly make my template look broken as is. Where can I find that code to move it a little but still be able to control it?

You can do that by using the "style issue fix" explained in the readme.

Even if you don't have style issue this will let you add it wherever you want.

Quote:

Originally Posted by DigitALL (Post 1742112)
VB, I apologize if I offended you. I am just frustrated because I never had such a problem. As I mentioned, I used your product previously with no problem and had been very happy about it.

That's ok :)

Quote:

Originally Posted by DigitALL (Post 1742112)
I read all pages and I found at least 10 posts stating the same problem. Then I wanted to register to http://www.forumcoding.com/ and was not accessible this morning. I have this problem from about two weeks and I tried everything.

Yes server was down, but no it's fine.

Quote:

Originally Posted by DigitALL (Post 1742112)
I noticed that when I post a chat, it does not appear, if I try again it tells me "a chat in progress" but if I try to post again after 10 minutes or so, it displays both chats, so it is inconsistent.

That's strange, coz currently I went on your website and chatbox runs smoothly, chats are refreshed and sent without any issue in Firefox.

Quote:

Originally Posted by powersilie (Post 1742132)
Hi VBDev!

Perhaps You know why it only works with this code?? If I change it it doesn't appear at all.

greez
Karin

You shouldn't use two $ that's totally uneeded.

Perhaps you put the wrong code in the template ?

Quote:

Originally Posted by MotMann (Post 1742624)
Sorry, that is not correct. All Admins i know have Problems with Vers. 2,x
They all mean, to slow, to big and full of Bugs.

The best testet Version is 1.5 here.
Runs on 3.8 xxx easy an fast. And displayed in online.php an other sides. Simply, the best one ;)

It's like you were comparing a french "2 Chevaux" with a recent BMW ...

Quote:

Originally Posted by Ranger187 (Post 1742629)
That I think is addded up top (go look), or it's part of the branded free option. But let VBDev verify. He's looking at adding it to the side. But you gotta give him time to reply bro. Not only does he make/support multiple products and support them well, but he's also got a life too.

And vBulletin coding is not my job at all ;)

I have : a job (digital electronic engineer), a own company who sale electronic boards, and vbulletin ... :D and a life :eek:

Quote:

Originally Posted by Ranger187 (Post 1742629)
I've been using this product since he released it (before the EVO one) and if you read through the pages of posts, results happen. But you can't expect results from a post like yours. "It stopped working" helps zilch bro. Did you get any errors? If you start up firefox error console, do you see any? Does it not work for just a few, etc etc? See what I mean.

Agreed !

Quote:

Originally Posted by Ranger187 (Post 1742629)
If it just stopped, maybe someone changed usergroup permissions. It's looking more and more like vb 3.8.1 is causing the issues.

Yes and the issue doesn't come from the chatbox. Other ajax functionnalities are touched.

We were having this problem on forumcoding and were forced to deactivate zlib due to that ... But no answer from Jelsoft team :(

VBDev 02-13-2009 09:05 AM

Quote:

Originally Posted by DL_Ashe (Post 1742642)
Not sure why, but for some reason the down arrow for the Actions Menu, that was previously appearing to the left of each username in the chatbox has now disappeared.

I've verified permissions, and even my administrator account can't see it. Everything else works fine, and commands can be carried via typing them (/slap, /pm, /ban, etc), but that handy Actions menu has gone. Not even a box with a red cross... just nothing at all.
Any ideas?

When did it stop working ?

Ranger187 02-13-2009 09:37 AM

Quote:

Originally Posted by VBDev (Post 1742703)
Yes and the issue doesn't come from the chatbox. Other ajax functionnalities are touched.

We were having this problem on forumcoding and were forced to deactivate zlib due to that ... But no answer from Jelsoft team :(

Is there a post on VB.com about this? If so I'll bump it. You can PM me link if you rather. I've noticed that 2.1.0 and 3.8 RC4 have been fine. I haven't gone to 3.8 final yet, or 3.8.1 but at least we know it's not the chatbox.

Anything that can be tried/tested/etc to resolve this? Or it's just wait on Jelsoft to give us the wtf is up?

Insomnia + Ideas + Servers next to me = I need to stop having ideas.

Brain fart: I'll pm you, cuz this might get too many people thinking. LOL! And just sent and now my brain hurts.

VBDev 02-13-2009 10:18 AM

Nope sorry I don't have the link

danielbahl 02-13-2009 12:15 PM

1 Attachment(s)
Hi VBDev,

Safari-problem still exist:
I just reinstalled your mod. Replaced all files with the new ones. Reimported Language and Product and cleaned my cache (even tried another newly reinstalled Mac).

But the problem is still there. Safari shows ONE old chat-line, as the first line, screenshot:

Attachment 94811

danielbahl 02-13-2009 12:28 PM

After I load the notifications in a separate Query, Safari works again! Hope my tip can help others :)

TNI 02-13-2009 12:46 PM

Quote:

Originally Posted by VBDev (Post 1740681)

Hum that strange I am adding to the bug list.

Do you have this problem both in chats at the top and chats at the bottom ?

I found my problem, it was the same as gamespire's, I am using TCattd - The Image Resizer it uses mootools.js and slimbox.js. Once I turned that mod off the chat started working in FF and Safari.

d0nbiz 02-13-2009 02:29 PM

It was working when I was using the older version of the shoutbox on my 3.8.1 then I upgraded to the newer version for 3.8.x and it stopped working. I configured it all but it just won't show up on the forum now'

DL_Ashe 02-13-2009 10:16 PM

Quote:

Originally Posted by VBDev (Post 1742706)
When did it stop working ?

2 days ago, everything was perfect. Yesterday, the down arrow just vanished. The only singular change on the forums between now and then, was I turned on the "Who's Online" function (so it appears beneath the chatbox), and turned off the use of the "Who's Online" button... at the request of my forum members. Other than that, nothing.

A revert back to the Who's Online button, didn't bring the down arrow for the Actions menu back (tried already).

Ranger187 02-14-2009 05:28 AM

Quote:

Originally Posted by d0nbiz (Post 1742937)
It was working when I was using the older version of the shoutbox on my 3.8.1 then I upgraded to the newer version for 3.8.x and it stopped working. I configured it all but it just won't show up on the forum now'

Usergroup options set?


All times are GMT. The time now is 03:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08877 seconds
  • Memory Usage 1,937KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (46)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete