• I posted a plugin question sometime ago regarding this however:

    Having mulitple blogs (not multisite) it would be nice to be able to utilize media between them thatis, using a common media library in the MySQL database…

    Would this be possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    If I could find your older post, I’d link to it and close this one. Please don’t make multiple posts (and for goodness sake, don’t TELL us you’re breaking the rules! 😉 ).

    Answer: Probably, but not easily. You’d have to share the posts table, because attachment data is stored in wp_posts. And I can’t think of how you’d do that without sharing all posts.

    Thread Starter rsgrone

    (@rsgrone)

    Which is why the post was filed under “Requests and Feedback” as, I was hoping to locate someone that knows enough about both WP and MySQL to develope a database that would handle uploads directly into a separate database/table that would be or could be commonly shared amongst several blogs…

    [removed by mod]

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    My best suggestion would be to look at this post: http://channeleaton.com/2011/09/13/sharing-media-libraries-across-network-sites-in-wordpress/

    I know you’re not using MultiSite, but the concept is you should be able to make a SQL call to the other database, duplicating the calls from media_upload_library();

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin to use common Media Library’ is closed to new replies.