[Bb-trac] Re: [bbPress] #803: bbPress should support redirect_to on login like WordPress

bbPress bb-trac at lists.bbpress.org
Tue Mar 4 21:27:50 GMT 2008


#803: bbPress should support redirect_to on login like WordPress
-------------------------+--------------------------------------------------
 Reporter:  _ck_         |        Owner:       
     Type:  enhancement  |       Status:  new  
 Priority:  low          |    Milestone:  0.8.4
Component:  Front-end    |      Version:       
 Severity:  minor        |   Resolution:       
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by _ck_):

 Oh I why "re=blah" doesn't work now.

 In bb-login.php, if $re is anything but register.php, it's forced back to
 the forum root.

 {{{
 if ( 0 === strpos($re, bb_get_option( 'uri' ) . 'register.php') )
         $re = bb_get_option( 'uri' );
 }}}

 There should be support for local redirects, it would be handy.

-- 
Ticket URL: <http://trac.bbpress.org/ticket/803#comment:1>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list