Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5762, comment 4


Ignore:
Timestamp:
10/18/2015 08:20:52 PM (10 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5762, comment 4

    initial v1  
    11> However, the 'signups' table does not have the same $wpdb->base_prefix but is always on the original network, i.e. at 'wp_signups'.
    22
    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:
     4https://wordpress.org/support/topic/doesnt-list-members-properly?replies=4#post-7477068~~
    55
    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
     8Misread your post!  Does `bp_core_get_table_prefix()` even need to be added to  `buddypress()->members->table_name_signups`?
    79
    810Regardless, I think we could add a filter for devs that need this.