Eduan

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Sunday Oct 7th, 2012 at 3:31 pm #27741 | |
![]() |
|
No problem. :) |
|
Posted: Sunday Oct 7th, 2012 at 3:29 pm #27740 | |
![]() |
|
The easiest one is probably the first one, also most usable. – Eduan |
|
Posted: Sunday Oct 7th, 2012 at 3:08 pm #27736 | |
![]() |
|
Hello Patrick, I’m afraid this behavior isn’t possible with s2Member, you might be able to modify it to work like that, but it would probably require advanced PHP knowledge. Hope this helps. :) |
|
Posted: Sunday Oct 7th, 2012 at 3:05 pm #27735 | |
![]() |
|
I contacted Bruce earlier about this, he should update it soon. – Eduan |
|
Posted: Sunday Oct 7th, 2012 at 2:21 pm #27733 | |
![]() |
|
Hello Paul, Check under Dashboard -› s2Member® -› API / List Servers -› MailChimp®. Hope this helps. :) |
|
Posted: Sunday Oct 7th, 2012 at 2:19 pm #27732 | |
![]() |
|
Hmm… Well I’m not sure what the problem could be. :/ |
|
Posted: Sunday Oct 7th, 2012 at 12:21 pm #27725 | |
![]() |
|
If you’re a paid member, then in the customer support forums, if not, then in the pre-sale questions so that the support reps can notice it. Hope this helps. :) |
|
Posted: Sunday Oct 7th, 2012 at 12:20 pm #27724 | |
![]() |
|
Yes that does make sense. I’m afraid that to achieve this behavior you will need to custom code s2Member a bit (from what I’m aware). Although I’m not totally sure about this, so I recommend you post in the customer support forums and see if they can offer a more absolute answer. – Eduan |
|
Posted: Saturday Oct 6th, 2012 at 11:58 am #27665 | |
![]() |
|
Hello Daniel, I think for this purpose, using custom capabilities (ccaps for short) would be a much better option, since they are independent from each other, meaning that if a user has ccap1 then he won’t be able to access ccap2 features. Here are the resources for ccaps: Hope this helps. :) |
|
Posted: Saturday Oct 6th, 2012 at 11:55 am #27664 | |
![]() |
|
Hello Syed, I’m afraid this isn’t customizable using s2Member, you would have to modify WordPress in order to achieve this, seeing how the registration process is handled by WordPress. Hope this helps. :) |
|
Posted: Saturday Oct 6th, 2012 at 11:38 am #27662 | |
![]() |
|
OK, check out take-a-screenshot.org on simple instructions on taking a screenshot. ;) So am I right in guessing that you are using URI restrictions? Could you take a screenshot (or paste them here) of what you’re inputting there, thanks. :) – Eduan |
|
Posted: Saturday Oct 6th, 2012 at 11:26 am #27661 | |
![]() |
|
OK, with the permissions I mean that your webhost has the necessary permissions to be able to access that file, probably make it the owner. Have you checked out both of these troublesooting articles?: – Eduan |
|
Posted: Saturday Oct 6th, 2012 at 11:23 am #27660 | |
![]() |
|
Hello Vicky, Have you checked out this knowledge base article by Bruce?: Knowledge Base » Setting Up EOT Notifications – Eduan |
|
Posted: Saturday Oct 6th, 2012 at 11:20 am #27659 | |
![]() |
|
Hello Charles, I’m not sure if this is planned for the future, but it isn’t currently possible. :/ You might be able to implement this yourself though, but it will require some knowledge of PHP. – Eduan |
|
Posted: Saturday Oct 6th, 2012 at 11:17 am #27658 | |
![]() |
|
I’m kind of confused on what you want to achieve, Pirco. Basically you want to also tell the user what he just bought correct? |
|
Posted: Friday Oct 5th, 2012 at 7:34 pm #27618 | |
![]() |
|
Hello Kyle, Maybe using shortcode conditionals might help? Knowledge Base » s2Member® Conditionals Hope this helps. :) |
|
Posted: Friday Oct 5th, 2012 at 7:32 pm #27617 | |
![]() |
|
Glad you were able to find your problem Paul. :) |
|
Posted: Friday Oct 5th, 2012 at 7:32 pm #27616 | |
![]() |
|
Ah, I think that would be a PayPal page template, I’m not familiarized with PayPal, so I’m not sure exactly what they’re called. But I think you would add a template=”name-of-template” to your shortcode. Hope this helps. :) |
|
Posted: Friday Oct 5th, 2012 at 7:29 pm #27615 | |
![]() |
|
They would either click a link that your theme provides, a direct link you make yourself, or if your theme doesn’t generate it for you (like in the nav bar or so) you can put one in your theme yourself using this WordPress function: You may also be interested in these: Hope this helps. :) |
|
Posted: Friday Oct 5th, 2012 at 5:44 pm #27609 | |
![]() |
|
Pirco, have you tried using the success attribute? You can find the explanation under Pre Sale FAQs » Is there a way to force a custom redirect after a successful purchase? Hope this helps. :) |
|
Posted: Friday Oct 5th, 2012 at 5:33 pm #27608 | |
![]() |
|
Hello Nicholas, That error that is presented seems to indicate that either you, the user, or even your servre, doesn’t have access to that specified file. Have you made sure that file has the correct file permissions, and that the user trying to access the video actually has access to that protected download? – Eduan |
|
Posted: Friday Oct 5th, 2012 at 5:00 pm #27603 | |
![]() |
|
Could you please paste the full code you’re using for the checkbox? That would help us a lot to figure out the problem. :) – Eduan |
|
Posted: Friday Oct 5th, 2012 at 12:17 pm #27587 | |
![]() |
|
Hello Krista, That registration page is found under http://yourwebsite.com/wp-login.php?action=register, replacing yourwebsite with your actual URL. ;) Hope this helps. :) |
|
Posted: Friday Oct 5th, 2012 at 12:15 pm #27586 | |
![]() |
|
Just want to add something here, the $user->user_firstname is actually a variable inside a Object, created by a Class, not an array. Just so you don’t have that misunderstanding, if you ever had it of course. ;) – Eduan |
|
Posted: Friday Oct 5th, 2012 at 12:11 pm #27585 | |
![]() |
|
Hello Mark, I think he may literally mean the PHP Execution plugin, which allows you to have PHP in your posts and pages. Hope this helps. :) |