Changes between Version 1 and Version 2 of Ticket #8375, comment 8
- Timestamp:
- 10/18/2020 05:51:27 AM (5 years ago)
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.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 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. 2 2 3 3 eg for messages I filter … … 8 8 With the filter replacing the local table prefix with the prefix of the root blog. 9 9 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.10 However 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 11 11 12 12 Does this make sense?