Title: Registration Plus
Last modified: August 19, 2016

---

# Registration Plus

 *  [smtbrady](https://wordpress.org/support/users/smtbrady/)
 * (@smtbrady)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/registration-plus/)
 * I just installed WordPress 2.7 and Registration Plus. I would like to require
   people to Register and then have to log-in prior to being able to comment on 
   certain topics.
 * The registration process works fine, but I can not figure out how to only make
   the forum Categories and related Comments visible or available to those who have
   registered.
 * The only Settings I could see that were applicable where for Membership and I
   tried both settings (on/off) for “Anyone Can Register”, and I did not see anything
   applicable in the Registration Plus settings.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [mores](https://wordpress.org/support/users/mores/)
 * (@mores)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/registration-plus/#post-958711)
 * normally, comments are visible to everyone. But commenting depends on the settings.
   Setting it to “need to be registered to comment” will do that.
    Now, you can 
   set commenting for every post individually. So make sure to deactivate this bit
   where you do not want people to comment.
 * You can also create a category-X.php file, where X is the category ID, and leave
   the commenting codes in it, but remove them for category.php.
 * But again, anyone can read comments. Do disable that you need to work with php…
 *     ```
       if (is_user_logged_in()) {
        //show comments
       }
       ```
   
 *  [Loren](https://wordpress.org/support/users/nbseminary/)
 * (@nbseminary)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/registration-plus/#post-958845)
 * You might want to try [Role Scoper](http://agapetry.net/news/introducing-role-scoper/).
   It has a bit of a steep learning curve but it has some awesome possibilities.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Registration Plus’ is closed to new replies.

## Tags

 * [login](https://wordpress.org/support/topic-tag/login/)
 * [Registration](https://wordpress.org/support/topic-tag/registration/)

 * 2 replies
 * 3 participants
 * Last reply from: [Loren](https://wordpress.org/support/users/nbseminary/)
 * Last activity: [17 years, 5 months ago](https://wordpress.org/support/topic/registration-plus/#post-958845)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
