The solution I went with was to create a file in my theme’s folder named bbpress.php. I then copied the contents of my theme’s page.php file into the new file and modified it to only show it’s contents when a user is logged in. In my case it looked like the following:
if( is_user_logged_in() ) {
get_template_part( 'loop', 'page' );
}
else{
_e('You must be logged in to view this page.', 'twentyten-child');
}
Apparently the bbpress plugin looks in a a particular order for the template it will use (see http://bbpress.org/forums/topic/where-do-i-choose-a-custom-template-for-the-bbpress-20-plugin). I chose to name the file bbpress.php since it makes it clear when I look back at my code what the file is connected to.
Related Posts:
- I can’t access my WordPress dashboard – shows Warning message [closed]
- Custom login form
- Adding extra authentication field in login page
- Make my wordpress blog remember my login “forever”
- How to check in timber if user is loggedin?
- Stop WordPress from logging me out (need to keep me logged in)
- Does wp_logout_url() destroy a session? (Logging out question)
- Need to execute a cron job
- Login email after registration never sent or received
- How to keep always logged in development environment
- Add Confirm Password field in wp-login.php Password Reset page
- Gaining Login Access via the Database
- send users logging in from wp-login.php directly to home page of site, rather than dashboard
- Changing Login Logo
- Get user ID after logging in
- How can I retrieve the username and password from my WordPress installation?
- User Directory without a Plugin
- User logon by using mobile number [closed]
- Pre checking condition before login
- wp-admin seems to be redirecting
- Custom Connect to Facebook, problem logging in/logging out
- WordPress login urls
- Redirect after empty login username and password
- WordPress Login page trashed
- Are there ways of logging in that bypass wp-login.php altogether?
- Change Favicon on Login Screen?
- How to determine if a user has not changed default generated password
- Preexisting login to change to logout link in sub menu
- Customizing login error messages
- How can we redirect user from login page to home page if user is logged in WordPress?
- When can I safely `wp_set_auth_cookie`?
- screwed-up my blog..what should I do
- Changes only show when logged in?
- WordPress and bbPress Login conflicts?
- How can I find the login page? It was lost after moving the site
- How to integrate external user tables with WP?
- WordPress as webapp login session
- replace wp-login.php login forms via a hook & use custom forms with wp-login form validation
- How to modify the action attribute of the wp-login.php?action=register form?
- How can I add a login/logout link in the sub-nav of my website?
- Correct passwords keep appearing as incorrect
- Odd login issue that needs manual page refresh on some devices
- WordPress asking for login on public pages on localhost
- Session Experies and Get Logged Out Within Few Minutes
- Show directory listing/browsing if user is logged in
- Two factor authentication
- Disabling standard registration login with username/email and password?
- Login form doesn’t log in
- Possible to display a button only if user are login?
- Disable all other page except index,register,login till user login
- Is wp_login_form secure on a non secure page?
- Which modification to login only certain role?
- Auto login after reset password
- Require login for specific templates
- Is there anyway to get the inputted password string from the login form?
- Invalidate username if it contains @ symbol
- WordPress Login and Register Link
- Login and Forgot password in Lightbox
- WordPress Login redirection according to user role
- Getting a person’s username from a wordpress cookie
- Prevent display password on wp-login.php
- WordPress ‘limit_login_lockouts’ using internal ip adress
- wp_get_current_user does not work properly on log in page
- How do I limit access to wp-admin to an IP range?
- Where is the php file, that does the checks for login information?
- “if is logged in” doesn’t work for me [closed]
- Timezone Change Locked Me Out? [closed]
- One time login on 2 different WordPress sites
- How are all users now set to inactive?
- Membership Plugin with Facebook integration [closed]
- How to create separate login for authors/moderators/subscribers?
- Unable to login into WordPress 401
- Custom user roles are unable to login
- Google reCaptcha on WP login page
- Recovering log in information
- Extend Cookie with auth_cookie_expiration not working
- Modify wp-login.php Labels Conditionally Based On Referring URL
- WordPress login page not display
- WordPress Login & Register works in localhost but don’t work on server
- Opening WordPress on wordpress.example.com, while the webpage is at example.com
- Stop customers and subscribers from login to dashboard
- prevent login after incorrect password 5 times
- Why does /wp-admin login send me to this landing page?
- Locked out of WordPress admin area [closed]
- WordPress login page blank after customizations – works on other sites
- WordPress does not send email confirmation to newly registered users
- How to dequeue the default CSS styles on the wp-login.php page?
- confirmation email is send from my local host registration of a user but mail will not display in there email account?
- How do I resolve my inability to login to WordPress dashboard? [duplicate]
- Chrome incorrectly displaying WP login as ‘not fully secure’
- Changed from HTTP to HTTP, can login no longer login
- Hide wp-login.php but not the widget
- Without user loging inner page is disable wordpress [duplicate]
- Registration and Login form
- How do I to override login redirect on specific pages?
- WordPress and Magento: let WordPress manage user registration and logins?
- Share login status across subdomains without network
- How to change the login URL
- Click on banner to register to the blog
- Must Log In to Visit Site [duplicate]