I ran the PHP Compatibility Checker plugin https://www.ads-software.com/plugins/php-compatibility-checker/
checking for PHP 7 compatibility and got this result for this plugin:
FILE: wp-content/plugins/unattach-and-re-attach-attachments/unattach-and-reattach.php
------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------
1 | WARNING | File has mixed line endings; this may cause incorrect results
------------------------------------------------------------------------------------
]]>
Not seeing the un-attach or reattach links in the media pop-up or on the details page
https://www.ads-software.com/plugins/unattach-and-re-attach-attachments/
]]>little problem – might be interesting for you:
just nowadays after updating this above mentioned newsletter plugin (formerly called Wysij) to recent Mailpoet Version (2.6.14) it was seen a uncomfortably between it and the “Unattach and Re-attach Media Attachments” in its recent version 1.2.
i found out that if both are running same time, the editors in Mailpoet now would nomore apear on its editing page. (before while using earlier Wysija 2.1.19 all went good.)
Are there any possibilities to check out from your view whats specific is going wrong there within this probably JS-conflict?
Thanks!
https://www.ads-software.com/plugins/unattach-and-re-attach-attachments/
]]>Great plugin!
A page that I need to attach images to does not come up in the Search results. The page name is simply named “me”. Other things come up, but not what I need this time.
Any suggestions?
Thank you
https://www.ads-software.com/plugins/unattach-and-re-attach-attachments/
]]>This is a callback to a previous thread on unattach and reattach images forbidden for non-admins
We have adjusted the plugin to also allow users to un-attach… ahh… attachments.. that have the capability to delete_attachments
. We figured if they can delete there own attachments, they should also have the power to un-attach it. Do you have this plugin on github so that we can submit a pull-request for your review?
https://www.ads-software.com/plugins/unattach-and-re-attach-attachments/
]]>I cannot access my media library from my product posts in WooCommerce and I cannot delete this plugin to test to see if it’s the element that is causing problems
https://www.ads-software.com/plugins/unattach-and-re-attach-attachments/
]]>Disables editing of forms. Edit button of form elements stops working.
https://www.ads-software.com/plugins/unattach-and-re-attach-attachments/
]]>There is definitely a conflict with this plugin and the WYSIJA Newsletter plugin (now MailPoet). To confirm I tested with both of them activated on a fresh install and the standard 2013 theme. Your plugin is preventing the WYSIJA visual editor from initiating, preventing users of that plugin from editing the design of their newsletter.
https://www.ads-software.com/plugins/unattach-and-re-attach-attachments/
]]>I’ve tried this plugin with a multi-site and it does not work. Is it supposed to work on a multi-site? / Will this functionality be added in the feature? Thanks!
https://www.ads-software.com/plugins/unattach-and-re-attach-attachments/
]]>Hi there, cool plugin ??
Just a heads up here:
//this is hacky but couldn't find the right hook
add_submenu_page('tools.php', 'Unattach Media', 'Unattach', 'upload_files', 'unattach', 'uar__unattach_attachment');
remove_submenu_page('tools.php', 'unattach');
Simply add it to options.php
(or null
) and it will be invisible.
https://www.ads-software.com/plugins/unattach-and-re-attach-attachments/
]]>Hi,
Your plugin can do:
Re-Attach: Allows to choose a new post to attach the file to
Unattach: Totally removes an existing relation between an attachment and a post
When I unattach, is the image being removed from the post or page? And when I re-attach, is the image being inserted? How does the plugin know ‘where’ to insert the image in a post when I re-attach?
Kind regards,
Willem
https://www.ads-software.com/plugins/unattach-and-re-attach-attachments/
]]>Not a big deal, but the “Unattach/Re-Attach” is shown in all “Bulk Actions”-pulldowns, like Posts, Pages, Plugins, ..
I would expect it only in the Media-Library.
https://www.ads-software.com/extend/plugins/unattach-and-re-attach-attachments/
]]>If the plugin is activated, the “Find Posts or Pages”-popup (which will open by klicking on “Attach” in the Media Library) is empty and gives no result on “Search”. Once the plugin is deactivated the list of posts will appear there.
This applies also for the “Attach”-link from wp itself, not using the features of the plugin.
(Same problem as reported by Mariusz for 3.5.1)
https://www.ads-software.com/extend/plugins/unattach-and-re-attach-attachments/
]]>Sad panda.
Maybe because of the different URL?
Standard Media Library URL:
wordpress-installation/wp-admin/upload.php
Media Library Assistant URL:
wordpress-installation/wp-admin/upload.php?page=mla-menu
https://www.ads-software.com/extend/plugins/unattach-and-re-attach-attachments/
]]>I’ve got a blank popup screen when I try list websites to attach a file.
I use post types and taxonomies.
PLease give me a hand and solve the problem.
Thanks!
https://www.ads-software.com/extend/plugins/unattach-and-re-attach-attachments/
]]>i’ found this so very usefull plugin cause need so much, thx!
one only problem: at the moment it is prohibited for non-admins-roles to unattach and reattach images.
may there be a simple solution to change that (for my own in some php-file e.g.)?
Cause my friend won’t use to be admin but sometimes he likes to change some attributes in articles and so on …
thanks in advance,
cheers!
https://www.ads-software.com/extend/plugins/unattach-and-re-attach-attachments/
]]>Hi,
this is a great plugin, but i can’t find posts with custom post types when trying to re-attach, only normal posts are allowed, i think this is a big obstacle for many wordpress sites
https://www.ads-software.com/extend/plugins/unattach-and-re-attach-attachments/
]]>Not a support issue, simply a ‘thanks’ for making this plugin.
Needs to be core IMO. A one-directional attachment system is a big oversight.
Thanks again.
https://www.ads-software.com/extend/plugins/unattach-and-re-attach-attachments/
]]>If you’re a geek, you may find this useful. So let’s say you want to detach all attachments from a certain page or post. You can run this script in the JS console of any decent browser to detach all who belong to a certain page/post title:
jQuery("td:contains('Page Title Here') a:contains(Unattach)").each(function(){jQuery.get(this.href)})
Use with caution. You could accidentally detach all your media items if you do this incorrectly.
https://www.ads-software.com/extend/plugins/unattach-and-re-attach-attachments/
]]>