Comment to Redirect After Login
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'));