Hi
Use this one for BBpress
require(‘bbpress/bb-load.php’);
$user = bb_login( @$_POST, @$_POST, ” );
Hi sanraj,
Just put the following code into your login action and give the right path for the bb-load.php file and enjoy
Here is script:-
require(‘bbpress/bb-load.php’);
$user = bb_login( @$_POST, @$_POST, ” );