Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,251
- Themes
- 10,390
- Plugins
- 15,309
- Requests & Feedback
- 14,897
- 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”);
}
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS