Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bbPress 1.0 released

Proposed Patch for integration plugin:

function bbpress_integration_set_bb_cookies( $uri, $expire = false, $expiration = ”, $user_id = ” )

{

if ( !$uri_parsed = @parse_url( $uri ) ) {

return false;

}

$secure = false; //Default no auth

if ( force_ssl_login() || force_ssl_admin() )

{

$secure = true; //Will create secure flagged cookies

}

(I’m still going through my debug)

Skip to toolbar