scripting problem
Posted: June 18th, 2011, 7:43 am
Good Morning,
I have 2 levels of membership :
Level 0
Level 1 with custom capabilities. One of the capabilities is vip. and the vip can download their bonuses. Other members no.
I write down this script; everything is working fine but I have an error. Member level 0 can access VIP bonus. What did I right wrong? Can anyone help me with this? Thanks
I have 2 levels of membership :
Level 0
Level 1 with custom capabilities. One of the capabilities is vip. and the vip can download their bonuses. Other members no.
I write down this script; everything is working fine but I have an error. Member level 0 can access VIP bonus. What did I right wrong? Can anyone help me with this? Thanks
- Code: Select all
<h1 style="text-align: center;">Bienvenue, <code>[s2Get constant="S2MEMBER_CURRENT_USER_DISPLAY_NAME" /].</code>dans votre espace personnel<span style="color: #000066;">
</span></h1>
<h2 style="text-align: center;"><span style="color: #339966;">Vous trouverez dans cette espace toutes les informations relatives à votre adhésion et vous pourrez également, si vous le souhaitez, changez votre mot de passe, mettre à jour votre abonnement ou télécharger vos bonus.</span></h2>
<p style="text-align: left;">Actuellement vous avez accès au statut de <code> [s2Get constant="S2MEMBER_CURRENT_USER_ACCESS_LABEL" /].</code></p>
<p style="text-align: left;">[s2If current_user_cannot(access_s2member_level1)]</p>
[_s2If current_user_can(access_s2member_ccap_vip)]
<p style="text-align: left;">Pour pouvoir bénéficier de tous les avantages des membres V.I.P, passez au niveau supérieur.</p>
<p style="text-align: left;"><a href=" https://www.club-des-leaders.com/formulaire" target="_blank"><img class="aligncenter size-full wp-image-2229" title="btn_subscribeCC_LG" src="http://www.club-des-leaders.com/wp-content/uploads/btn_subscribeCC_LG.gif" alt="" width="172" height="47" /></a></p>
<p style="text-align: center;"><em><span style="text-decoration: underline;"><strong>P.S</strong></span>: Si vous souhaitez changez votre mot de passe, n'oubliez surtout pas de le réinscrire deux fois</em>.</p>
<iframe src="http://www.club-des-leaders.com/?s2member_profile=1" scrolling="auto" style="width:100%; height:325px; border:1px solid #CCA94B;"></iframe>
[s2If current_user_can(access_s2member_level1)]
<h4><span style="text-decoration: underline;"><em><strong>Voici vos bonus:</strong></em></span></h4>
[_s2If current_user_can(access_s2member_ccap_vip)]
<a href="http://www.club-des-leaders.com/?s2member_file_download=bonus/GuideetudeHRP.pdf" target="_blank">Étude autour de l'homme est le reflet de vos pensées. (Cliquez sur le lien et sauvegardez)</a>
<a href="http://www.club-des-leaders.com/?s2member_file_download=bonus/RDRetmanuel.pdf" target="_blank">Réfléchissez et Devenez Riche - Livre et Manuel d'apprentissage. (Cliquez et sauvegardez)</a>
[/s2If]
[s2If current_user_can(access_s2member_level1)]
<h3><span style="color: #000066;">Si vous souhaitez annulez votre adhésion, cliquez sur la bouton ci-dessous:</span></h3>
<a style="outline: none;" href="https://www.paypal.com/cgi-bin/webscr?cmd=_subscr-find&alias=agnes@agnesboukaram.com">
<img style="width: auto; height: auto; border: 0pt none;" src="http://www.club-des-leaders.com/wp-content/uploads/btn_unsubscribe_LG.gif" alt="PayPal®" />
</a>[/s2If]