Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,269
- Themes
- 10,391
- Plugins
- 15,313
- Requests & Feedback
- 14,924
- Showcase
- 3,252
-
Never mind, figured it out. The functions were really easy to use. I ended up doing it like this:
$user = bb_login( @$_POST, @$_POST);
if(isset($user->ID)) {
echo(“loggedin=true”);
} else {
echo(“loggedin=false”);
}