MemberMouse’s default content protection scheme is to hard-block pages that are protected. This means that if a non-member tries to view a protected page, they’ll be redirected to an error page. MM_Access_Decision SmartTags™ provide you with an opportunity to expose portions of protected content based on the visitor’s access rights.
Within a single page, you could have teaser content for non-members and protected content for paying members. By using the MM_Access_Decision tag with different access types you can custom tailor each visitor’s experience on the page or post.
WICHTIGER HINWEIS: As soon as you use MM_Access_Decision SmartTag™ on a page/post, you’re instructing MemberMouse to bypass the standard hard-block protection mechanism. This means that as soon as you use one of these tags, any content outside of a MM_Access_Decision access=” tag, will be visible to anyone who accesses the page/post.
For example, when you use the MM_Access_Decision access=’false’ tag on a page, you’re instructing MemberMouse to allow everyone to access that page and that you’ll control what they can see by placing content within the appropriate MM_Access_Decision tag.
Die Platzierung von Inhalten außerhalb des MM_Access_Decision access="-Tags gibt Ihnen die Möglichkeit, Inhalte einzufügen, die für alle sichtbar sein sollen, wobei Sie sie nur einmal eingeben müssen. Seien Sie sich jedoch bewusst, dass sie nicht geschützt sind und jeder sie sehen kann.
Zugriffsarten und Attribute
| Wert | Beschreibung |
wahr | Wenn das aktuelle Mitglied Zugriff auf die Seite/den Beitrag hat, wird der Inhalt dieses Tags angezeigt |
falsch | Wenn das aktuelle Mitglied/Nichtmitglied keinen Zugriff auf die Seite/den Beitrag hat, wird der Inhalt dieses Tags angezeigt. |
Zukunft | Wenn das aktuelle Mitglied derzeit keinen Zugriff auf die Seite/den Beitrag hat, dies aber in Zukunft der Fall sein wird, wird der Inhalt dieses Tags angezeigt |
Verwendung
Teaser-Inhalte für Mitglieder und Nicht-Mitglieder
[MM_Access_Decision access='false']
Teaser-Inhalt hier.
Für mehr, klicken Sie hier, um Zugang zu erwerben: <a href="/de/[MM_Purchase_Link productId='1']/">Zugang erhalten</a>
[/MM_Access_Decision]
In this example, we’re creating an access decision for the current post/page. By setting access to ‘false’ we’re indicating that this content should be seen by a visitor, or member if they currently do nicht Zugriff auf den aktuellen Beitrag/die aktuelle Seite haben. Zum Beispiel, wenn sie nicht currently have access they’ll see the text:
Teaser-Inhalt hier.
Wenn Sie mehr erfahren möchten, klicken Sie hier, um den Zugang zu erwerben: Zugang erhalten
Teaser-Inhalte für Mitglieder Nur
[MM_Access_Decision access='future']
Sie haben noch keinen Zugriff auf [MM_Content_Data id='22' name='title']. Sie erhalten den Zugriff am [MM_Content_Data id='22' name='dateAvailable'].
[/MM_Access_Decision]
In this example, we’re creating an access decision for the post/page with ID ’22’. By setting access to ‘future’ we’re indicating that this content should only be seen by a member if they will have access to the post/page with ID ’22’ sometime in the future.
For example, if they don’t currently have access but will sometime in the future, they’ll see the text:
You don’t have access to My Protected Page yet. You will get access on March 20, 2024.

