Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
In reply to: [Resolved] Special page for not registered users
Thta’s it. Big thanks!
In reply to: [Resolved] Special page for not registered usersI found a code to put in functions.php
‘ function redirect_nonloggedin_users($current_uri, $redirect_to) {
// Redirect users to the homepage
// Caution! Exclude the homepage from ‘Private BuddyPress’ options
// to avoid redirection loops!
return get_option(‘siteurl’) . ‘/?from=’ . $redirect_to;
}’but i dont know where put a site that not registered users will be redirected to. ?
If i put it to functions.php nothing happens.In reply to: [Resolved] Special page for not registered usersYes, but i want to make my content unvisible for not registered users. If someone is not registered it shows simple page with register form, if registered it will show normal buddypress page.
bump
@naijaping Great work! Could you just paste the code of this nice notification plugin?
Viewing 5 replies - 1 through 5 (of 5 total)