Status
Not open for further replies.

insider

Customer
vBShout_Pro_v5.3.1:

vBShout install error:


After a while I had:
"Error: Invalid Response from server"

and:


then I updated to vBShout_Pro_v5.3.2 and I still have the IE error on the page
 
That's not an install error :) It's just a phrase, it has absolutely no impact on functionality :)

Do you have any custom templates or is it an entirely clean install?
 
This is what I've changed on Instance Management:


And this is what I have added to the template


in my custom style & default vB style.

and the IE error & active users box location problem
 
Last edited:
I see, I registered to your forum and I also see the error with IE8 (though I don't have the misconfigured placement).

Please try the following and let me know if it works.
In template dbtech_vbshout_shoutbox find:
Code:
	// Hack the smilie box
	vB_Editor['dbtech_shoutbox_editor{vb:var instance.instanceid}'] = vBShout{vb:var instance.instanceid}.smilies;
	vB_Editor['dbtech_shoutbox_editor{vb:var instance.instanceid}'].popups = '';
	vB_Editor['dbtech_shoutbox_editor{vb:var instance.instanceid}'].buttons = '';

Replace with
Code:
if (typeof vBShout{vb:var instance.instanceid}.smilies == 'object')
{
	// Hack the smilie box
	vB_Editor['dbtech_shoutbox_editor{vb:var instance.instanceid}'] = vBShout{vb:var instance.instanceid}.smilies;
	vB_Editor['dbtech_shoutbox_editor{vb:var instance.instanceid}'].popups = '';
	vB_Editor['dbtech_shoutbox_editor{vb:var instance.instanceid}'].buttons = '';
}
 
You appear to be running IE6. If so, please upgrade to IE7 or above, IE6 isn't supported.
 
It's ok on IE8 and greater, but I still have a lot of users using ie 6,7. If you can repair this it's ok, if not I'll suggest them to upgrade there browsers since neither Microsoft offers support for those versions.

Thanks a lot. Great product and support.
 
Status
Not open for further replies.

Similar threads

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