[wpmu-trac] [WordPress MU Trac] #861: "NOBLOGREDIRECT"
 functionality breaks BuddyPress - patch attached
    WordPress MU Trac 
    wpmu-trac at lists.automattic.com
       
    Fri Jan 23 19:31:29 GMT 2009
    
    
  
#861: "NOBLOGREDIRECT" functionality breaks BuddyPress - patch attached
------------------------+---------------------------------------------------
 Reporter:  apeatling   |       Owner:  somebody      
     Type:  defect      |      Status:  new           
 Priority:  highest     |   Milestone:  2.7           
Component:  component1  |     Version:  2.7           
 Severity:  major       |    Keywords:  noblogredirect
------------------------+---------------------------------------------------
 The NOBLOGREDIRECT functionality breaks BuddyPress pages as WPMU correctly
 detects that they are not blog pages. This means any BuddyPress page is
 redirected to the blog signup page.
 This functionality can't be controlled within a plugin because it is not
 fired on an action. This patch will move the functionality to inside a
 function and call it on the 'plugins_loaded' action.
 By doing this, plugins have the ability to turn off this functionality by
 using:
 `remove_action( 'plugins_loaded', 'catch_nonexistant_blogs' );`
-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/861>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
    
    
More information about the wpmu-trac
mailing list