Eduan

My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Tuesday Nov 6th, 2012 at 3:15 pm #30790 | |
![]() |
|
That would cause a conflict between s2Member and WordPress Jermaine, so I suggest you don’t do that Charles. What I can suggest though, is that you make a homepage page, and put the same content that the membership options page has, there. – Eduan |
|
Posted: Monday Nov 5th, 2012 at 4:43 pm #30681 | |
![]() |
|
No problem, glad I was able to help. :) |
|
Posted: Monday Nov 5th, 2012 at 3:45 pm #30671 | |
![]() |
|
Well you can alter your theme’s section that controls the menu, you can put different menus depending on the amount of time the user has been registered. – Eduan |
|
Posted: Monday Nov 5th, 2012 at 1:21 pm #30653 | |
![]() |
|
Great! Glad I was able to help. :) |
|
Posted: Monday Nov 5th, 2012 at 1:13 pm #30651 | |
![]() |
|
Hello Peter, You’re right in that behaviour, however, you can configure this if I’m not mistaken, with MOP vars. Which give the membership options page info on why the user was sent there, and you can configure it accordingly. You can check out MOP vars here: Dashboard -› s2Member® -› API / Scripting -› Membership Options Page Variables (MOP Vars) Hope this helps. :) |
|
Posted: Monday Nov 5th, 2012 at 1:09 pm #30650 | |
![]() |
|
Hello JB, You can use your current single site license in your development environment, the single site license only applies to live websites. Hope this helps. :) |
|
Posted: Monday Nov 5th, 2012 at 1:06 pm #30649 | |
![]() |
|
Hello Emanuele, You can buy the license now, and alter you can change it here: http://www.s2member.com/profile/ Hope this helps. :) |
|
Posted: Monday Nov 5th, 2012 at 12:38 pm #30644 | |
![]() |
|
Oh OK, I was gonna suggest that you use a different return URL in your shortcode, depending on the conditional logic that you want. But if you’re not using s2Member’s buttons, I can’t really help you. – Eduan |
|
Posted: Monday Nov 5th, 2012 at 12:31 pm #30643 | |
![]() |
|
Hello Guillaume, You can use s2Member’s content dripping features for this, you can find it under Dashboard -› s2Member® -› API / Scripting -› Content Dripping. Here’s an article about them: Knowledge Base » Introduction to Content Dripping in s2Member® Hope this helps. :) |
|
Posted: Monday Nov 5th, 2012 at 12:26 pm #30641 | |
![]() |
|
Could you try this please?:
|
|
Posted: Sunday Nov 4th, 2012 at 4:54 pm #30606 | |
![]() |
|
Not sure, haven’t had much experience with downloads I’m afraid. :/ One thing you could do is visit this article and see if it helps: – Eduan |
|
Posted: Sunday Nov 4th, 2012 at 4:18 pm #30605 | |
![]() |
|
Hello James, I suppose you’re using the success attribute correct? If so, how do you plan to divide the URLs? By what the user bought, or what? What will decide different URLs? I might be able to help if you answer. ;) – Eduan |
|
Posted: Sunday Nov 4th, 2012 at 2:27 pm #30598 | |
![]() |
|
Glad you could solve the problem Gary, and thanks for sharing the solution as well. :) |
|
Posted: Saturday Nov 3rd, 2012 at 5:03 pm #30566 | |
![]() |
|
Hello Hamid, Could you please show us what shortcode you’re using in order for the users to download the file? Thanks. :) |
|
Posted: Saturday Nov 3rd, 2012 at 9:20 am #30549 | |
![]() |
|
Hello Vale, This is currently not possible with s2Member, unless you let them register for free first, and then offer them to upgrade to a paid member. You will be interested in using s2Member’s conditionals for this, check this article about them: Knowledge Base » s2Member® Conditionals Hope this helps. :) |
|
Posted: Saturday Nov 3rd, 2012 at 9:13 am #30548 | |
![]() |
|
Hello Manuele, Like Lorita said, This will require lots of custom customizations, since s2Member doesn’t already come with this. You might be interested in using custom capabilities and conditionals for this kind of functionality BTW. Here are some videos and articles about them: You can find them under: Hope this helps. :) |
|
Posted: Friday Nov 2nd, 2012 at 2:11 pm #30479 | |
![]() |
|
Hello John, Glad you could solve your problem. :) Just for future reference, the process for upgrading is upgrading the free version automatically with WordPress. And for the pro version simply go in to your s2Member dashboard and you should see a notice telling you to enter your s2Member.com credentials in order for s2Member to upgrade automatically, or you can upgrade manually. – Eduan |
|
Posted: Friday Nov 2nd, 2012 at 10:35 am #30470 | |
![]() |
|
I’m afraid currently the only steps you can take to do something similar to this is the following: Hope this helps. :) |
|
Posted: Friday Nov 2nd, 2012 at 10:20 am #30468 | |
![]() |
|
Hello Paul, Could you please follow these common steps for troubleshooting: Knowledge Base » Common Troubleshooting Tips Also, I believe this problem is caused by the custom attribute in your shortcode if I remember right. Make sure it follows the rules of how it should be. :) You can if you want, share your full shortcode and your website URL and I can check if something jumps at me. Hope this helps. :) |
|
Posted: Friday Nov 2nd, 2012 at 10:15 am #30465 | |
![]() |
|
Hello Paul, I don’t know what could be causing this problem, I suggest you try these common troubleshooting tips: Knowledge Base » Common Troubleshooting Tips – Eduan |
|
Posted: Thursday Nov 1st, 2012 at 4:57 pm #30362 | |
![]() |
|
No problem Terry. :) |
|
Posted: Thursday Nov 1st, 2012 at 4:12 pm #30359 | |
![]() |
|
Well you can find an explanation of do_shortcode in the WordPress codex: And you can find an explanation of the ra attribute under s2Member’s documentation, which you can find here: Hope this helps. :) |
|
Posted: Thursday Nov 1st, 2012 at 2:29 pm #30353 | |
![]() |
|
Well, the membership options page is for those pages that you want to be protected at level 0, if the user wants to access one of those pages the membership options page will tell the user to register first. At this point you would simply put a link to the registration page explaining what they gain by registering, or simply put a JavaScript redirect to the registration page. The login welcome page is what users see once they login, right after they login, this is the page that they will see. You can configure this to redirect to a URL (any URL, including your homepage) or a page within WordPress, which can’t be your homepage in order to not cause problems with WordPress. WordPress already blocks the users that are not admins from accessing your wp-admin, so you don’t have to worry about that. :) Hope this helps. :) |
|
Posted: Thursday Nov 1st, 2012 at 2:25 pm #30352 | |
![]() |
|
Well, the do_shortcode part is what evaluates every shortcode that you use in WordPress. Here I am using it in order to be able to get a button from that shortcode, and you change the output attribute in order for it to give you an URL, and let the hack redirect the user to the correct PayPal URL. Regarding the ra attribute, to put it simply, adding that to the ra attribute is what allows this button to know how much the user wants to pay. It’s what says how much the user will pay from his PayPal account, and so I made it change depending on what the user chooses to pay. Does this make it a little bit clearer? |
|
Posted: Thursday Nov 1st, 2012 at 1:55 pm #30347 | |
![]() |
|
Hello Isabelle, It isn’t necessary to have PayPal, see here, if you’re talking about pro-forms: Pre Sale FAQs » To use s2Member® Pro Forms, will I have to use PayPal® Pro? If you’re talking about the free version of s2Member, then you don’t require PayPal, if you want to offer free access you don’t require PayPal. Level 0 is free users BTW, they don’t pay, and they register under http://www.yourwebsite.com/wp-login.php?action=register Does this answer your question? |