Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #8375, comment 8


Ignore:
Timestamp:
10/18/2020 05:51:27 AM (5 years ago)
Author:
shawfactor
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8375, comment 8

    v1 v2  
    1 I run buddypress on a multisite with multiblog set to true (effectively so each site has its own budddypress). But I want to share some tables (actually all tables except the xprofile ones). This is achievable for all tables that are part of a fully fledged component as I can filter them.
     1I run buddypress on a multisite with multiblog set to true (effectively so each site has its own budddypress). But I want to share some tables (actually all tables should be shared except the xprofile ones). This is achievable for all tables that are part of a fully fledged component as I can filter them.
    22
    33eg for messages I filter
     
    88With the filter replacing the local table prefix with the prefix of the root blog.
    99
    10 However this is currently imposssible with invitations. Therefore I need the filter after the prefix is added so I can replace the local prefix with that of the root blog.
     10However this is currently imposssible for invitations. Therefore I need a filter after the prefix is added so I can replace the local prefix with that of the root blog and have a global invitations table
    1111
    1212Does this make sense?