• Hello!

    I’m currently setting up a WordPress multisite network and would like to use PDB for this. My only questing is, how do I use the same participant database throughout the whole network? The result would be that if users signup on sub1.domain.com then they would be able to view their record on sub2.domain.com?

    Does that make sense?

    /Jacob

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    This is not possible, each site in a multisite uses it’s own database.

    Technically, the plugin uses the wpdb prefix to identify which database table to use. It may be possible to filter that value to determine which database table is used, but I don’t know, I never looked into it.

    Thread Starter arr0w

    (@arr0w)

    Can you point me in any direction on where to change this value?
    Where in the plugin is the database and wpdb prefix specified?

    Thanks!

    /Jacob

    Plugin Author xnau webdesign

    (@xnau)

    The prefix is set by wpdb, which is WordPress core functionality. It may be possible to alter how that works, but I’ve never looked into it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP Multisite with same participants database?’ is closed to new replies.