Status
Not open for further replies.

Trekkan

Customer
Just updated to the latest versions of lite/pro.

Just had a conversation in the chatbox and twice now, things I've typed have gone out (text area is clear), but never appeared in the shoutbox.

Not really sure what the issue is, but they were full sentences so it's not a "spam" issue. Took a couple seconds to type out.

Sorry I don't have more info than that right now, but... that's all I can see. =)
 
Side effect of the anti-duplicate shout fix, perhaps? Maybe the AJAX call fails somehow.

Can you try commenting out this block of code from vbshout.js:
Code:
            if (ajax.statusText == 'communication failure' || ajax.statusText == 'transaction aborted')
            {
                // Ignore this error
                return false;
            }
And see if the issue persists, or if you get one of those errors.
 
Status
Not open for further replies.

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,179
Customer rating
5.00 star(s) 1 ratings
Back
Top