Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Multiple sites project - WPMU or WP

  1. #11
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,797

    Default

    Quote Originally Posted by Jeremy View Post
    ... If I got a plugin used on all 5 websites that create new tables in the database, how do I make sure there won't be any conflict between the different sites?
    I would guess they would totally glitch with each other unless they "know about" WordPress Mu and so use different table names to compensate.

    I believe WP e-Commerce creates tables and it definitely works on WordPress Mu ... http://getshopped.com/. So I assume they're using different table names for each Mu site.

  2. #12
    andreasnrb's Avatar
    andreasnrb is offline Kegger
    Join Date
    Jun 2009
    Posts
    594

    Default

    Hmm. I've totally forgot MU support for my table generating plugins. I'll have to add that.

  3. #13
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    Originally Posted by Jeremy
    ... If I got a plugin used on all 5 websites that create new tables in the database, how do I make sure there won't be any conflict between the different sites?
    I would guess they would totally glitch with each other unless they "know about" WordPress Mu and so use different table names to compensate.
    They don't have to though. If they are done right, the right table prefix is added to any tables they create.

    Cforms11 for example, creates the right tables for each blog, but saves customizations in the one plugin folder. So the current conflict in that plugin means that if one users customizes things for one of their forms, the next user who makes a customization blows it away.

    @andreasnb - better to do it sooner than later :)

  4. #14
    Jeremy is offline Hello World
    Join Date
    Jun 2009
    Location
    Budapest, Hungary
    Posts
    25

    Default

    Great, thank you for the info! So basically, all I have to do is try an install of WordPress with the plugins I am interested in using, and check if they create tables with the correct prefix or without? Then I'd know if they are compatible with a multiple blog install? Or is there a list somewhere, that would avoid me having to make a test install? Here are the plugins I am going to use:
    • Akismet
    • Google XMP Sitemaps
    • Disqus Comment system
    • Contact form 7 plugin
    • Uservoice Widget plugin
    That will be all for my base install afaik. Thanks again!
    Last edited by Jeremy; 01-12-2010 at 09:47 AM.
    Everyday WordPress news - WereWP.com

  5. #15
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,797

    Default

    The only one I think you could have a problem with is Uservoice. The rest are pretty standard (ie: mega popular) plugins so would presumably have had someone provide a patch for Mu support.

    If your plugin doesn't support Mu, someone will generally come along with a suitable patch for it.

    EDIT: I have no idea what Uservoice is, hence I assumed it wasn't popular.
    Last edited by Ryan; 01-12-2010 at 10:03 AM.

  6. #16
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    • Akismet - may need license for it, please check their terms. Otherwise, of course it works. (see wp.com)
    • Google XMP Sitemaps - don't use the standard one, find one of the MU ones (I usually skip this unless it's been proven that google is skipping posts. On most sites I've dealt with, google eats them up like crazy anyway, without sitemaps. Otherwise, with the default wp one, every single time someone posts anything acros the entire site, it rebuilds the sitemap. Yes, one. oops.)
    • Disqus Comment system - works
    • Contact form 7 plugin - works. I use it, and even tho one of my blogs is having an isue, it could be user error. ;P
    • Uservoice Widget plugin- dunno, but I would guess it does, seeing as it's widget.
    Ways to know a plugin isn't working MU:
    - it fails to create the tables in the right places. (usually new tables - if it save a new field to places liek the options table, you're usually fine.)
    - any option page in the backend fails to save. This means the plugin itself needs to be fixed. See here:
    http://wpmututorials.com/how-to/writing-plugins/
    http://wpmututorials.com/how-to/option-arrays/

  7. #17
    Ryan's Avatar
    Ryan is offline WordPress Legend
    Join Date
    Jan 2009
    Location
    New Zealand
    Posts
    2,797

    Default

    Quote Originally Posted by andrea_r View Post
    • Google XMP Sitemaps - don't use the standard one, find one of the MU ones (I usually skip this unless it's been proven that google is skipping posts. On most sites I've dealt with, google eats them up like crazy anyway, without sitemaps. Otherwise, with the default wp one, every single time someone posts anything acros the entire site, it rebuilds the sitemap. Yes, one. oops.)
    Weird. I assumed a major plugin like that would work with no problems at all.

  8. #18
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    I'm not sure if anyone (who has worked on an improved version) has sent the code back to the original dev.

    Which would be nice & a win-win.

  9. #19
    Jeremy is offline Hello World
    Join Date
    Jun 2009
    Location
    Budapest, Hungary
    Posts
    25

    Default

    Well thank you everyone! That helped me a lot! I think I will go ask my other questions in the WordPress MU forum where others can look for answers!

    Thanks again!
    Everyday WordPress news - WereWP.com

  10. #20
    kgraeme's Avatar
    kgraeme is offline Hello World
    Join Date
    Jan 2010
    Posts
    22

    Default

    Quote Originally Posted by Ryan View Post
    Weird. I assumed a major plugin like that would work with no problems at all.
    Even when a plugin works, there may be better mu-specific alternatives. For instance, with Google Sitemaps, or Google Analytics, are they for each individual blog or for the entire MU install? Do they let the site-admin (super admin) pre-code the api key for user transparency (like we do with Akismet on our enterprise sites, with the correct license) or require/allow each user to enter their own api key?

    There's no right answer, just different business needs.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •