Forums
-
- Forum
- Posts
-
- Installation
- 28,436
- Troubleshooting
- 62,514
- Themes
- 10,431
- Plugins
- 15,340
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
Pop this in at the top of your register.php file:
header("Location: http://www.example.com/"); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
In the long term it might be good to solve why bb users don’t work with WP, but I can’t think of anything off the top of my head.