Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: wordpress integration – login …

to display login, pass from BBPress in WP.

one solution is to use something like this (directly where you want to see it)

<iframe src=”mylogin.php” style=”width: 600px; height: 60px”

scrolling=”no” marginwidth=”0″ marginheight=”0″ frameborder=”0″ vspace=”0″ hspace=”0″>

</iframe>

login.php :

<?php

require_once(‘/home2/bulbpark/public_html/autograph/test/bbp/bb-load.php’);

if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form();

?>

Enjoy

Skip to toolbar