I’ve found that this plugin hasn’t been updated for WordPress 5+, and the interface is less than functional for many places in WordPress/Themes/Plugins that insert images (no tab or panel in some popup windows for inserting images).
In a search I found something that was release recently that seems to work very nicely for my purposes, Network Media Library:
https://github.com/johnbillion/network-media-library
Check it out everyone.
]]>See it hasn’t been updated in over a year, is it still supported? Is it compatible with WP 4.9.4?
]]>Hi, I would like a way to set just one website to share all the images, and wouldn`t like to use upload_files role for that, because it is not dynamic, since I would need to do that for all new users on wpms. Is there a way to set just one shared website on the code? Thank you very much!!! You did an wonderful job!!!
]]>This didn’t work when I clicked Add Media from a backend field created with Advanced Custom Fields.
The media picker dialog doesn’t have a left-hand bar, which your plugin seems to use on a standard Post media picker.
]]>Hi,
I am using this plugin for the first time. But I see that even if I can use the images from other websites in the network, I cannot do this to set the feature image.
I mean that the media box to search the images for the Feature Images doesn’t show the Network Shared Media.
So, at the end, I have to upload at least 1 image to more than 1 website, just that image to use as Feature Image.
is there a way to make work this plugin even for the Media Box to set the Feature Image?
Thanks for your support and for this plugin.
Kind regards
G. Aloe
]]>good plugin.
just I want it to be supported with elementor plugin. it deosent show when i use the elementor builder.
thanks hirtsat
I’am trying to select images from other sites in my multisite wordpress environment. Whereas I can find and select them for inserting into a page, I can’t insert them into a slider or gallery? Is this possible or is the pulgin not compatible?
]]>We have a WordPress installation with a Multisite setup of three websites. The plugin only works in two of the added websites, in the main version it does not work. When I want to add a Featured Image here I get the default Media window and I can only choose an image from this part of the website. What could be the cause of this?
]]>If using images for WooCommerce in a Multi-site..
Still only for the same site though..
The images used in WooCommerce seems to loose the link to the file somehow..
meaning that we have to delete the image from WooCommerce and add it again and then it will work for a few week and for what ever reason it will loose it again..
We would rather not have to upload images for every site. As some images are the same
Plus we would like to be able to use images from WooCommerce in posts and other pages..
This plugin seems to be the only one dealing with this, only it is not stable enough at the moment..
I guess seeing no-one has looked at it for over a year.. That kinda makes sense.
Cheers
]]>Hi, I am using WordPress as Multi Network (not multi site). I man I am using MultiNetwork Plugin to use WordPress on many different domains with just one installation. I am trying to make all images in Media section (in primary site) can be used for other sites as well (eg. same images for Woocommerce). To make it possible I’ve installed “Network Shared Media” plugin. So I can see Network Shared Media tab on Media section but always there is a warning as “You don’t have access to any other sites media…”. I am only the one user (SuperAdmin on network and Admin on all sites), all sites are online (I don’t know why this is compulsory?), Allowed to indexing, etc..
Is there any point that I can look for additional step to solve this issue? Thanks.
Hi! Great plugin, but it can’t be used while adding featured image to a post… Could you please add Network Shared Media tab to the featured image dialog?
]]>Hallo Joost,
Geweldige plugin enkel krijg ik het niet werkend voor bijvoorbeeld Woocommerce product afbeeldingen. Ik heb het ook geprobeerd met Multisite Featured Image, hij laat de foto’s wel zien, maar als ik een foto wil invoegen in het bericht, gebeurd er helemaal niks en blijft het veld met afbeelding invoegen open staan.
Is hier toevallig een oplossing voor? Het betreft een webshop meertalig die wel allemaal dezelfde afbeeldingen gebruikt, het zou zonde zijn om alle foto’s meerdere keren te moeten uploaden.
gr Henry
]]>Hello,
Excellent plugin.
Do you have plans to model the display of available media after the media library with a matrix or list view so that more images can be viewed at once?
If not, or until then, what code would I change to increase the number of images that display per paginated page when selecting an image to insert?
If you do not plan to model the media library list/matrix view, then adding an admin setting that allows the user to set the quantity of images per paginated page would be very helpful.
Thanks for considering this request and I look forward to a code snippet or guidance to increase the qty per page.
]]>First this plugin is a great idea and should be a default in WP
I am using ACF a lot but dose not show the tab in ACF image field and in feature image can this be fixed?
]]>You intend to make compatibility with WooCommerce?
I think many users are waiting for it.
If the answer is yes. When?
The topic below was talking about this subject. But it was closed without desenvolverdor response.
<a href=”The topic below was talking about this subject. But it was closed without desenvolverdor response.
att,
Josimar
Hi,
I use multisite with one main site for managing a few images for all related sites.
Now I want to use lightbox (responsive lightbox from dFactory) to show the full-size image.
If I place the shared image with the width 150 px lightbox shows the image with 150px size, not the size I configered on lightbox.
Is there a solution for that? or is this a known issue?
Thanks a lot
Stefan
Hi there,
I have installed the plugin and network activated it, but not able to see any extra tab options while adding media image to the site’s pages, posts etc.
Please suggest.
Thanks
I revisited my post from a year ago on this thread about how I used Roles (author) to restrict access, but that doesn’t seem to apply anymore because all sites are listed in a dropdown when adding media to a post.
How (is it possible) can we
1) make only one site the source of media files?
and/or
2) give access to certain subsites/users?
THANKS
(willing to edit php files if needed – but don’t know what to edit)
]]>I’m sorry if this has been asked and answered, but was wondering if this prevents the sharing of media across sites that a particular user may not have access to? For example, if BOB has access to site1, site2, and site3 only would he be able to see, use and/or upload to site4, which he has no access to.
Thanks in advance for your response.
]]>unfortunately, I don’t see the extra tab.
No idea what might be the problem.
Hello,
On line 9 of network-shared-media/medias-upload.php require_once will fail if we have we have changed WP_PLUGIN_DIR on wp-config.php
Exemple:
wp-config.php
define( 'WP_PLUGIN_DIR', $_SERVER['DOCUMENT_ROOT'] . '/p' );
define( 'WP_PLUGIN_URL', $protocol.$_SERVER['SERVER_NAME'].'/p');
on line 9, medias-upload.php this will fail :
require_once( dirname( dirname( dirname( dirname( __FILE__ ) ) ) ) . '/wp-admin/admin.php' );
To fix this you can can replace line 9 by:
require_once( $_SERVER['DOCUMENT_ROOT'] . '/wp-admin/admin.php' );
We have WordPress Multisite but also Networks for WordPress (we can create subdomain sites of a TLD but also multiple TLD)
example:
https://subdomain1. and https://subdomain2. of domain1.com
But also
https://subdomain1. and https://subdomain2 of domain2.com
They all operate from a primary install domain of primary.com
I would like images accessible across subdomains AND top level domains, so I would like images uploaded to domain1.com to be available on domain2.com.
Is that possible with this plugin, or is media only present on subdomains of the same primary domain?
]]>I’ve installed the plugin according to directions.
and it does not appear to work…
there is no additional tab…
nothing..
Any ideas?
Hey!
Any ideas how to add network shared media to plugins like RevSlider etc.?
I am not sure about the media library part, but they seem to have a special lightbox too (see screenshot: https://www.directupload.net/file/d/3978/ezf6a9rd_png.htm).
Besides that: Great plugin, but I′m not really a friend of multisites yet. ??
Kind regards
Florian
I have installed Network shared media to my multi site and have imported over some adverts from a sub domain to my main site page, but the media did not copy over.
I have tried adding media to the adverts and it goes through the process fine, however after i click on insert into post the smaller selection screen just goes blamk and will not insert the photo. If I try adding not from the shared media scorce it works OK.
Hello dear Joost,
Thanks for sharing your work. I would love to get your attention on my problem: I can’t figure why your great software stopped to work on my MS-WP 4 installation as I just recently noticed,… maybe due to a plugin update incompatibility?(Everything looks OK except for the insert into post button on my aquaradius.fr site…)
my plugins are
Background Manager
Better Search
CKEditor for WordPress
Easy Google Fonts
Enable Media Replace
Google Analytics Dashboard
Google Sitemap by BestWebSoft
Jetpack von WordPress.com
Media Rename ausw?hlen
Meta Slider ausw?hlen
Meteor Slides ausw?hlen
Multilingual Press Free
Network Shared Media
Prepare New Version
Shortcodes Ultimate
WordPress MU Domain Mapping
WP Super Cache
best regards
C.J.
Hi,
I`m using this plugin in local server and when i insert a image into the post, it says: Fatal error: Class ‘RW_Meta_Box’ not found in E:\htdocs\vendingmodular\wp-content\themes\inovado\framework\inc\meta-boxes.php on line 290
I`m using a child theme.
?What can i do?
Thank you very much.
]]>What is this? Same name. More features… Anonymous author.
]]>Anyway to get the shared network to show in the theme customizer’s media library popup? ty
]]>Hello, I have problem this plugin with SSL panel admin.
When i want add any file to my page in network (ssl). System logout me.
Please help, how i can configure this module with SSL?