[Bb-trac] [bbPress] #895: function bb_new_user should store displayname for better wordpress integration

bbPress bb-trac at lists.bbpress.org
Thu Jul 17 15:30:55 GMT 2008


#895: function bb_new_user should store displayname for better wordpress
integration
--------------------------+-------------------------------------------------
 Reporter:  _ck_          |       Owner:                    
     Type:  defect        |      Status:  new               
 Priority:  normal        |   Milestone:  1.0-beta & XML-RPC
Component:  Registration  |     Version:                    
 Severity:  normal        |    Keywords:                    
--------------------------+-------------------------------------------------
 Several users are complaining about members showing up as "anonymous" on
 the WordPress side in comments because bbPress is not storing a primary
 "display name" for them during registration.

 This can be fixed with a trivial patch to pluggable.php
 (function bb_new_user)
 {{{
 $display_name = $user_login;
 $bbdb->insert( $bbdb->users,
 compact( 'user_login', 'user_pass', 'user_nicename', 'user_email',
 'user_url', 'user_registered', 'display_name' )
 );
 }}}

 props [http://bbpress.org/forums/topic/why-is-integration-so-
 troublesom#post-17389 ragekage]

-- 
Ticket URL: <http://trac.bbpress.org/ticket/895>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list