cassel
My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Friday Oct 26th, 2012 at 11:45 am #29805 | |
|
|
By default, what is set for level 2 will be visible to level 3 and level 4 members, but will also be able to access level 1 and level 0 content. Is that what you are looking for? |
|
Posted: Friday Oct 26th, 2012 at 8:43 am #29763 | |
|
|
Just as another way to think of this. If each video was associated with a ccap (video1, video2, etc), then you could probably use the conditionals to display what the customer has already purchased (provided that they are logged in). Something like this:
So whatever the customer purchased would be displayed and the rest wont. I guess it is a different way to use ccaps instead of using them for protecting content. Would that work for your need? |
|
Posted: Thursday Oct 25th, 2012 at 10:07 pm #29727 | |
|
|
Thank Ganaxis. I remember struggling with that a long time ago (like maybe last year). Maybe i just gave up and since i know that 99.9% of my customers are Paypal users, that it would not be a problem. However, if Raam or Cristian come over with a solution, i sure will implement it for the 0.1% of my customers. Thanks for your patience, and let’s wish each other luck. |
|
Posted: Thursday Oct 25th, 2012 at 8:15 pm #29720 | |
|
|
Can you try this one? This is a recurring membership one. If i find one of my setups as what you need, then we can look at the similarities and differences. |
|
Posted: Thursday Oct 25th, 2012 at 7:37 pm #29717 | |
|
|
Ganaxi, would you mind trying the pro-form on my site? Don’t complete the transaction but see if you get the same option when it sends you to the Paypal page. |
|
Posted: Wednesday Oct 24th, 2012 at 3:38 pm #29581 | |
|
|
Good point. I`ll think about it. Maybe someone else can have another idea before i do. |
|
Posted: Wednesday Oct 24th, 2012 at 3:28 pm #29576 | |
|
|
Could you create two different pro-forms, one for whoever, and available to all, and one, on a hidden page (not available in the navigation) and give the “special” link to the call center only? |
|
Posted: Wednesday Oct 24th, 2012 at 2:58 pm #29566 | |
|
|
Sure you can. [s2If is_user_logged_in()]Put the video that is only to be accessible while logged in. [/s2If] [s2If !is_user_logged_in()] |
|
Posted: Wednesday Oct 24th, 2012 at 2:27 pm #29554 | |
|
|
Hum… maybe a tech support can find an explanation because i use that code extensively in my site without any problem. I have my videos on Amazon S3 through Easy Video Player 2 but that is what i do. Here is an example: http://scrapbookcampus.com/webinars/woct2012/ |
|
Posted: Wednesday Oct 24th, 2012 at 1:57 pm #29541 | |
|
|
Check out your other thread where i posted the code you can use. |
|
Posted: Wednesday Oct 24th, 2012 at 1:56 pm #29540 | |
|
|
[s2If is_user_logged_in()]
Put the video that is only to be accessible while logged in. [/s2If] Put the text outside the code so it is always viewable. Hope it helps. |
|
Posted: Wednesday Oct 24th, 2012 at 7:46 am #29499 | |
|
|
That is great news. Thanks for considering this feature. If you ever need a beta tester who uses CCAPS extensively, i can volunteer. |
|
Posted: Wednesday Oct 24th, 2012 at 7:44 am #29497 | |
|
|
Other than that, was the code ok? Since the 72 hours error is not the only problem and other members upgrade yet get charged instead of just changing their subscription on the next payment OR get charged for the OLD subscription anyways in addition to the new one i am wondering if something was wrong with the code. Unless, as you say, it is a limitation of the Express Checkout API that causes all those issues? |
|
Posted: Tuesday Oct 23rd, 2012 at 2:17 pm #29438 | |
|
|
Yes, i did generate the button from there, but i edited the button graphic and added the “special code” for the timestamp. The rest was left as provided by the button generator. The 72 hours error was reported by at least 3 customers who tried to upgrade. |
|
Posted: Monday Oct 22nd, 2012 at 3:58 pm #29327 | |
|
|
I already got a problem with EVERY customer who tried to upgrade: Maybe my code is wrong? Could you check?
The wm is the code used (with a hack) to determine the starting date of the upgrade so the member will only get access to the future classes, even with the same ccaps (that is what the programmer calls his “secret code”) and it does work in changing the ccaps, AND used with a conditional, grants access to the sections the member is supposed to. The rest of the code was generated by s2M. And here is a screenshot: |
|
Posted: Monday Oct 22nd, 2012 at 9:56 am #29260 | |
|
|
Meaning the s2-hacks.php file? |
|
Posted: Sunday Oct 21st, 2012 at 5:19 pm #29219 | |
|
|
I didn’t bother with the timezone as i figured out the time is based on the server’s timezone. I just have to make the conversion and it is only 2 hours. No biggie. I also added a date condition, so it will only display on the specific days, while i can configure it earlier :) For anyone interested, here is the code:
Interestingly, the next day, the time seems to be based on GMT instead (3 hours later) while yesterday it was displaying the server time (2 hours earlier). Just odd!
|
|
Posted: Sunday Oct 21st, 2012 at 5:07 pm #29218 | |
|
|
I got the code but i am not sure where i should put the function. You mention putting it in the /mu-plugins/ but do i add that to the s2-hacks.php file or create a new file? I am convinced i had to do something like that last year, but it is way to far back to remember. Just a little pointer? |
|
Posted: Sunday Oct 21st, 2012 at 10:42 am #29208 | |
|
|
Ok i got my syntax fixed. Next question: how do i know that the time that i set is for the correct time zone? If i make a tutorial to appear at 10am my time, will it appear at 10am YOUR time if you are somewhere else? Either way is fine, but i would like to know. |
|
Posted: Saturday Oct 20th, 2012 at 6:33 pm #29182 | |
|
|
Protecting one page is totally possible. You would just have to require a Level 0 to view it, otherwise, the visitor would be sent to the Membership option page that you can configure as you wish. You can also use conditionals so if the user is not logged in (meaning not registered), you can post a little message like “If you already registered, please log in to access the content of this page. Otherwise, click here to register” and you can send them to the registration page. There is no way the plugin can know if the not-logged-in visitor has already registered or not, so a message like that will let them know that they should visit your site logged in, to access those resources. Hope it helps. |
|
Posted: Saturday Oct 20th, 2012 at 4:29 pm #29177 | |
|
|
I am using s2Member and a hack i had coded by my programmer. You can read a little bit about the hack here: I hope it helps a little. |
|
Posted: Saturday Oct 20th, 2012 at 10:59 am #29150 | |
|
|
Dont laugh at me, my php syntax is poor, and i DID forget the <?php part *shakes head* I knew i was missing something! However, i get this error: |
|
Posted: Saturday Oct 20th, 2012 at 9:59 am #29145 | |
|
|
Nope, it still displays the text of the code. :( |
|
Posted: Saturday Oct 20th, 2012 at 6:55 am #29116 | |
|
|
Oh, that might be good. Better study now. ———– Ok i tried this: and i only get the actual text of the code to appear and not what it is supposed to. What did i miss?
|
|
Posted: Friday Oct 19th, 2012 at 10:33 pm #29093 | |
|
|
So what specific information should i look at or what part should i post? Another issue that has come up twice so far is that some members say they cannot upgrade as they get a message from Paypal that it is too close to the next payment. One even got the message that it was within 72 hours of her next payment. That seems kind of an annoyance if they have to upgrade more than 3 days before.
|