[bbDev] bbpress will not login if I configure it to use wordpress
	user and pass cookies
    Michael D Adams 
    mikea at turbonet.com
       
    Fri Sep 22 20:37:29 GMT 2006
    
    
  
On Sep 22, 2006, at 1:31 PM, 0 1 wrote:
> Michael,
>
> I found this in capabilities.php
>
> function bb_give_user_default_role( $user ) {
> 	if ( !( is_object($user) && is_a($user, 'BB_User') ) )
> 		return;
> 	$user->set_role('inactive');
> }
This is by design.  If you would like to change the default to  
"member", please try the plugin attached to this ticket: http:// 
bbpress.automattic.com/ticket/428
Create a directory called my-plugins in your main bbPress directory  
and drop that file in.  The file will be processed automatically;  
there is no activation/deactivation as there is in WordPress.
Michael
    
    
More information about the bbDev
mailing list