Comment to 'Redirect After Login'
  • So if I wanted to redirect someone to the Dashboard after logging in, how would I do that?

    • Hello Chris!

      You may replace this line from the member.php file:

      header('Location: ' . BX_DOL_URL_ROOT); 

      to the following:

      header('Location: ' . BX_DOL_URL_ROOT . BxDolPermalinks::getInstance()->permalink('page.php?i=dashboard'));