Title: unresloved
Last modified: August 30, 2016

---

# unresloved

 *  Resolved [J](https://wordpress.org/support/users/paradox_designs/)
 * (@paradox_designs)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/unresloved/)
 * Why was this simply closed instead of addressed?
 * [https://wordpress.org/support/topic/how-can-we-show-a-login-form-instead-of-the-404](https://wordpress.org/support/topic/how-can-we-show-a-login-form-instead-of-the-404)
 * I know there is the redirect 404 plugin but that is not what I need. I need to
   show other content on that actual page, not send them to another page. So I can
   say “sign up or log in to view this page”.
 * Please advice.
 * [https://wordpress.org/plugins/groups/](https://wordpress.org/plugins/groups/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Kento](https://wordpress.org/support/users/proaktion/)
 * (@proaktion)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/unresloved/#post-6725302)
 * Hi J,
 * For what you describe you can use shortcodes, among these
 *     ```
       [groups_login]
       [groups_logout]
       [groups_member]
       [groups_non_member]
       ```
   
 * I’d suggest you have a look at the [Shortcodes](http://docs.itthinx.com/document/groups/shortcodes/)
   seciton of the documentation where you can find details on those.
 * > I need to show other content on that actual page …
 * Here’s an example you can use for that:
 *     ```
       [groups_member group="Registered"]
       Content shown to registered users ...
       [/groups_member]
       [groups_non_member group="Registered"]
       Please log in or sign up to access the content on this page.
       [groups_login]
       [/groups_non_member]
       ```
   
 * Cheers

Viewing 1 replies (of 1 total)

The topic ‘unresloved’ is closed to new replies.

 * ![](https://ps.w.org/groups/assets/icon-256x256.png?rev=983146)
 * [Groups - Memberships and Access Control](https://wordpress.org/plugins/groups/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/groups/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/groups/)
 * [Active Topics](https://wordpress.org/support/plugin/groups/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/groups/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/groups/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kento](https://wordpress.org/support/users/proaktion/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/unresloved/#post-6725302)
 * Status: resolved