Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to create a custom home page + login form


Anton
Participant

@antonrsa

Thanks @techguy

I’ve added an if statement on the template page underneath get header section to check if the user is logged in and then redirect them with bp_core_redirect but it gives the error of “Warning: Cannot modify header information – headers already sent by…./pluggable.php on line 868”

I’ve replaced that with javascript redirect: window.location = “http://mydomain.com/activity” but I’m not to keen on using javascript for redirection.

Skip to toolbar