pratikom (@pratikom)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • In reply to: BBPress Auto Login

    Hi

    Use this one for BBpress

    require(‘bbpress/bb-load.php’);

    $user = bb_login( @$_POST, @$_POST, ” );

    In reply to: Auto Login

    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, ” );

Viewing 2 replies - 1 through 2 (of 2 total)