Runamok81
Forum Replies Created
-
Just tested your fork with IE8. It has some issues, But I’ve found some fixes. You can get attachments working in IE8, if you remove silverlight from the runtimes on line 50 of your attachment.php
The next issue I’m working for is the upload progress percentage is not showing while uploading a file in IE8….
Resolved my IE specific issue by commenting out attachment.php’s calls to use the silverlight flavor of plupload, see here.
Fixed my IE inactive button issue. See here.
For me the inactive button issue was present in IE only. It was tied to attachment.php attempting to use silverlight flavor of plupload. Not sure why it was failing… hope the author can fix it.
For fix, see here.
Success! This plugin is wired to detect and user silverlight for plupload. That is the source of the IE issues!
I have stipped out all reference to silverlight on lines 45 and 52 of wp-user-frontend\lib\attachment.php.
Here is my new attachment.php
I hope the author sees this and issues a patch!
Hope this helps someone else!Disabled all other plugins, symptoms persist.
Anyone have this working in IE?
Also tested not working on a different IE9 machine. Same symptoms.
Forum: Plugins
In reply to: Need plugin suggestion: How to allow visitors to attach a file to post.Forum: Plugins
In reply to: Need plugin suggestion: How to allow visitors to attach a file to post.I have moved on to WP User Frontend, which almost gets the job done, except is doesn’t work with IE, bummer.
I have the same issue, but it is specific to IE. I have
<?php wp_footer(); ?>
in my footer.phpjquery.ui.sortable.min.js is present in source of chrome, firefox, and IE.
Yet IE is the only browser that doesn’t handle the “Add another” button for me.IE doesn’t show the attachments, and the clicking the “Add another” button doesn’t initiate the select file dialog.
Anyone got this working with IE?
+ 1
I have the same issue as applegateian.
The “Add another” button works in all browsers except for IE.Any ideas?
Forum: Fixing WordPress
In reply to: Unable to upgrade Plugins after installing WP3.5If you have a “Download failed” issue when auto-upgrading, you can find the fix in the sticky at the top of the forum.
To expand on this. It turned out to be a PHP bug, that was exposed by a 3.5 enhancement. A fix is being discussed for WP 3.5.1. You can follow the ticket.
Forum: Fixing WordPress
In reply to: Plugin upgrades fail after update to WP 3.5Samuel,
Thanks for the quick fix for my server. I’ll move to 22900 to follow progress.
-TroyForum: Fixing WordPress
In reply to: Plugin upgrades fail after update to WP 3.5php echo shows my temp dir is set to
C:\Inetpub\wwwroot\wordpress/wp-content/
for which IUSR has rights.How to test?