![]() |
Absolutely Perfect!
Thank you so much!! |
I think this may be useful again if updated to work for IE11 users. Mine are reporting that they can't do a lot of things with the editor.
|
Quote:
|
If you're running VB 4.2.2 the editor should be working for IE11 users because VB will force IE9 compatibility mode.
|
The new Microsoft Edge browser doesn't like the wysiwyg mode on any of my vb4 sites (editor will not work without enter being pressed first), with a tweak to this mod you can force standard mode on Edge and patch the problem until a better solution is found.
Change Code:
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/6.0')) Code:
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Edge')) |
Quote:
You seem to be saying we can make your modifications to this product to force standard editor for Edge, but then you say it's only good if you are NOT using this mod? |
What I mean is if you make the change then it will only force Edge to standard mode and no longer work for IE.
|
Would this not work for both?
PHP Code:
|
Quote:
Quote:
Doug |
Edge has changed since I posted the original bit of code, the following is how the plugin needs to look now to force edge to work correctly.
Code:
//This plugin checks if the user is using Edge, if he or she is, it forces use of the standard editor |
Quote:
I'll re-edit the change I made and substitute what you have above.. Regards, Doug |
There doesn tseem much point to the if(!is_member_of($vbulletin->userinfo, 1)) statement since you have it commented out.
|
I Just copy and pasted it from the modified original.
|
Quote:
Do I leave the line commented out, or make it executable? Thanks... :) Regards, Doug |
You can just leave it or delete it, it makes no difference.
|
Quote:
Left it remarked out.. don't know if it's working or not.. time will tell with Edge members of our site . Regards, Doug |
Quote:
update: Trident must be updated to 7.0 rather than 6.0 to work Code:
//This plugin checks if the user is using Edge, if he or she is, it forces use of the standard editor |
Well, this mod works fine. But does anyone know how to get the attachment dialog in IE11(+) to indicate the number of files that have been selected for upload (as is shown on other browsers)?
I'm attaching two screenshots, each with 2 files selected. The first is from Chrome 79.0 and the next is from IE11 (Trident 7.0). While the IE11 upload sessions WILL allow multiple attachments and work well otherwise, they fail to display the selected file counts and their dialog rendering looks a bit funky. It's not really a biggy but I'm wondering if anyone knows of a fix? http://s91586483.onlinehome.us/misc/...ome_(79.0).png http://s91586483.onlinehome.us/misc/...rident7.0).png |
All times are GMT. The time now is 01:30 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|