[buddypress-trac] [BuddyPress Trac] #5481: Buddypress should set user meta for single sites in bp_core_signup_user
buddypress-trac
noreply at wordpress.org
Fri Mar 28 22:59:43 UTC 2014
#5481: Buddypress should set user meta for single sites in bp_core_signup_user
--------------------------+---------------------
Reporter: StijnDeWitt | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.0
Component: Core | Version: 1.9.2
Severity: minor | Resolution: fixed
Keywords: |
--------------------------+---------------------
Changes (by boonebgorges):
* status: new => closed
* resolution: => fixed
Comment:
> At the moment, it is easier to delete all associated comments when a
post is trashed than worrying about re-recording the activity stream items
in their rightful slot for post comments when a post is untrashed. Let me
know if this is a dealbreaker.
This is more or less correct. On MS, the data is stored in the wp_signups
table so that it can be used after activation. (This is necessitated by
the fact that no user yet exists, so you can't use usermeta.) On non-MS,
BP uses the $usermeta values *right away*, so there's no need to store
them. So, there is a disparity between how the two are handled, but
functionally $usermeta does the same thing in both cases.
> At the moment, it is easier to delete all associated comments when a
post is trashed than worrying about re-recording the activity stream items
in their rightful slot for post comments when a post is untrashed. Let me
know if this is a dealbreaker.
Oy :) If you find a good resource, let me know. Everything I know I have
learned from years of reading the source :)
Thanks again for the report!
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5481#comment:4>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list