- AuthorPosts
- December 15, 2014 at 06:24 #4037
vshpigelParticipantHello!
After activating WordPress MU the Gmedia library is not visible from the secondary website: “No items to show.”. The gmedia plugin was ‘activated for the network’, the galleries have been resaved on the primary site. The plugin’s changelog says it works with MU, is there an instruction on how to set it up?
Thanks!
Slava
December 15, 2014 at 22:24 #4045
RattusKeymasterPlugin works with WordPress MU, that means it create separate database tables and folders for each site in network. But you can’t load images on one site and use them on another.
I’ll think if it’s possible to implement blog_id to gmedia shortcode.December 15, 2014 at 22:31 #4046
vshpigelParticipantGot it, thanks! Meanwhile, do you think it would be possible if I try to copy the existing database entries to secondary site tables and point them to photos on the server?
December 15, 2014 at 22:46 #4047
RattusKeymasterImages in database have no absolute path. You should also copy images to “/wp-content/blogs.dir/_BLOG_ID_/grand-media/image/” or if you developer you can use add_filter
$uploads = apply_filters( 'gm_upload_dir', array( 'path' => $dir, 'url' => $url, 'error' => false ) );
see plugins folder ‘/inc/core.php’ file on line 181December 15, 2014 at 22:48 #4048
vshpigelParticipantThank you!
- AuthorPosts
- The forum ‘Troubleshooting’ is closed to new topics and replies.
