Title: Member Minder
Author: James Andrews
Published: <strong>10 Luglio 2012</strong>
Last modified: 11 Luglio 2012

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://s.w.org/plugins/geopattern-icon/member-minder.svg)

# Member Minder

 Di [James Andrews](https://profiles.wordpress.org/thenetimp/)

[Scarica](https://downloads.wordpress.org/plugin/member-minder.zip)

 * [Dettagli](https://it.wordpress.org/plugins/member-minder/#description)
 * [Recensioni](https://it.wordpress.org/plugins/member-minder/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/member-minder/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/member-minder/#developers)

 [Supporto](https://wordpress.org/support/plugin/member-minder/)

## Descrizione

Member Minder is a WordPress plugin that allows a site owner to decide who sees 
what content based on roles that a user is given. Roles must be non administrative
and be specifically level_0 privileged, since it makes no sense to restrict users
on the front end who have privileges to edit on the back end.

You can also hide content from unprivileged users by use the [memberminder] short
code. To do so you need a required attribute “secure”.

    ```
    [memberminder secure="members-only"]This content is only viewable by members[/memberminder]
    ```

The text “This content is only viewable by members” will only be displayed if the
user has the role “members-only”. To allow more than one role to view the content
add roles in a comma delimited list without spaces like so.

    ```
    [memberminder secure="members-only,friends"]This content is only viewable by members[/memberminder]
    ```

Now the roles “members-only” and “friends” can view the content.

When using short codes if a user is not in the “secure” role(s). The content simply
does not display. There will be no message to indicate that there is even any content
where the short code is. This allows for content injection based on roles on a page
or post. If you want the default message to show simply add the attribute ‘enable_alt_text
=”true”‘ to your short code like this.

    ```
    [memberminder secure="members-only" enable_alt_text="true"]This content is only viewable by members[/memberminder]
    ```

Now the default message for secure content will show up where the shortcode is placed.

Roles

The plugin does not currently support the addition of roles. Please use another 
plugin such as

https://wordpress.org/extend/plugins/user-role-editor/

Please note that in order to lock a user out of viewing content they must be level_0
and only be able to “read” as a capability.

## Installazione

Install the plugin like any other WordPress plugin, then activate the plugin. Go
to the Settings -> Member Minder and create the default text a user will see if 
they do not have permission to view a page. Once that is done go to a page you want
to protect and look in the upper right corner under “Select Content Viewable Permissions”.
Select “Protect Content”, and then choose the Roles that can view the content. Save
the document, and log out. Going to that page now displays the message that you 
put in the options.

Short Code

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Member Minder” è un software open source. Le persone che hanno contribuito allo
sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ James Andrews ](https://profiles.wordpress.org/thenetimp/)

[Traduci “Member Minder” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/member-minder)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/member-minder/) segui
il [repository SVN](https://plugins.svn.wordpress.org/member-minder/), segui il 
[log delle modifiche](https://plugins.trac.wordpress.org/log/member-minder/) tramite
[RSS](https://plugins.trac.wordpress.org/log/member-minder/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.7.2

Logic to check a roles capabilities are better defined.

#### 0.7

Initial commit to WordPress SVN repository.

## Meta

 *  Versione **v0.7.2**
 *  Ultimo aggiornamento **14 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 3.4.1 o superiore **
 *  Testato fino alla versione **3.4.2**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/member-minder/)
 * Tag
 * [content management](https://it.wordpress.org/plugins/tags/content-management/)
   [members](https://it.wordpress.org/plugins/tags/members/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/member-minder/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[La tua recensione](https://wordpress.org/support/plugin/member-minder/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/member-minder/reviews/)

## Collaboratori

 *   [ James Andrews ](https://profiles.wordpress.org/thenetimp/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/member-minder/)