Changes between Initial Version and Version 1 of Ticket #5762, comment 4
- Timestamp:
- 10/18/2015 08:20:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5762, comment 4
initial v1 1 1 > However, the 'signups' table does not have the same $wpdb->base_prefix but is always on the original network, i.e. at 'wp_signups'. 2 2 3 It appears that BP Multi Network's purpose is to share the same user base across the network:4 https://wordpress.org/support/topic/doesnt-list-members-properly?replies=4#post-7477068 3 ~~It appears that BP Multi Network's purpose is to share the same user base across the network: 4 https://wordpress.org/support/topic/doesnt-list-members-properly?replies=4#post-7477068~~ 5 5 6 If the users are the same across the entire network, then it sounds like the signups table should be the same across the entire network as well. This might be a better question for the the WP Multi-Network plugin. How does that plugin handle the `wp_signups` table? 6 ~~If the users are the same across the entire network, then it sounds like the signups table should be the same across the entire network as well. This might be a better question for the the WP Multi-Network plugin. How does that plugin handle the `wp_signups` table?~~ 7 8 Misread your post! Does `bp_core_get_table_prefix()` even need to be added to `buddypress()->members->table_name_signups`? 7 9 8 10 Regardless, I think we could add a filter for devs that need this.