latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Home Forums Eduan

Eduan

Moderator

My Latest Replies (From Various Topics)

Viewing 25 replies - 1,976 through 2,000 (of 3,367 total)
Author Replies
Author Replies
Posted: Thursday Sep 27th, 2012 at 4:45 pm #26736
Eduan
Username: Eduan
Moderator

Hello Mark,

This can be achieved, using a modified version of this hack I developed: http://eduantech.com/code-snippets/donation-button-that-gives-access

Remember though, using this hack you can only achieve it using the PayPal buttons. So users will choose what level they want, they will pay, and the be redirected to create their account, with the level they chose. This limitation is imposed by the fact you don’t get the HTML version of the pro-forms.

Hope this helps. :)

Posted: Thursday Sep 27th, 2012 at 4:32 pm #26732
Eduan
Username: Eduan
Moderator

Hello Beags,

Don’t know if it’ll work in the meny, but you would use PHP constans for this one, you can find them under Dashboard -› s2Member® -› API / Scripting -› PHP/API Constants.

Hope this helps. :)

Posted: Thursday Sep 27th, 2012 at 1:12 pm #26716
Eduan
Username: Eduan
Moderator

Hello John,

No this is not currently possible. However there is a work-around. You can have users register for level 0, and then when you approve the user just upgrade him to level 1.

Hope this helps. :)

Posted: Thursday Sep 27th, 2012 at 11:43 am #26707
Eduan
Username: Eduan
Moderator

Hello Akiba,

I checked your requirementes, and I’m afraid this is not possible with the current version of s2Member, you could do it with an advanced setup that you make yourself, or code yourself, but it isn’t possible with vanilla s2Member.

– Eduan

Posted: Wednesday Sep 26th, 2012 at 10:36 pm #26640
Eduan
Username: Eduan
Moderator

Hello David,

Did you check under Dashboard -› s2Member® -› Restriction Options -› Alternative View Protection? Also, where is this menu? I suppose in your navigation bar of your website correct?

– Eduan

Posted: Wednesday Sep 26th, 2012 at 7:01 pm #26627
Eduan
Username: Eduan
Moderator

Hello Kerry,

That’s strange, do you have any caching plugins installed? If so, could you try to momentarily deactivate it? And see if that fixes the problem.

– Eduan

Posted: Wednesday Sep 26th, 2012 at 6:57 pm #26625
Eduan
Username: Eduan
Moderator

Could you try this script? Just put it inside your main WordPress directory, and open it in a browser, and check what the results are.

If it gives you a PASS in everything, then the next thing to try is to change your theme to the default one (TwentyEleven). And if that doesn’t work then deactivate all your plugins except s2Member, and try again. This problem is not in the default installation of s2Member (the default being clean WordPress install and s2Member).

– Eduan

Posted: Wednesday Sep 26th, 2012 at 6:23 pm #26623
Eduan
Username: Eduan
Moderator

Hello Larry,

In that case you would need to buy the pro version, and use the success attribute, which is only available in the pro version. You can check out more info on the success attribute under Dashboard -› s2Member® -› PayPal® Buttons -› Shortcode Attributes (Explained), once you have the pro version.

Hope this helps. :)

Posted: Wednesday Sep 26th, 2012 at 4:41 pm #26617
Eduan
Username: Eduan
Moderator

Oh OK, yeah there may be something different between the normal WordPress version and the multisite version.

The only simple way I know of, to modify WordPress text in the registration page is using my hack:
http://eduantech.com/code-snippets/wordpress-text-replacing-hack

Other than that you would simply have to hack it in yourself, I think. :/

– Eduan

Posted: Wednesday Sep 26th, 2012 at 2:00 pm #26606
Eduan
Username: Eduan
Moderator

Hello Don,

So if I understood correctly, you already configured everything under Dashboard -› s2Member® -› General Options -› Login Registration Design, but the changes don’t seem to be reflected?

I would tell you to do a couple of things, if you have a caching plugin, try clearing the cache, including your browser’s cache. Besides that I would tell you to do a compatibility test with your theme and plugins.

Hope this helps. :)

Posted: Wednesday Sep 26th, 2012 at 12:34 pm #26597
Eduan
Username: Eduan
Moderator

Hello Andrew,

I’m not really experienced with this, but the only thing I can recommend is, have you already set up your membership options page? sDashboard -› s2Member® -› General Options -› Membership Options Page

Hope this helps. :)

Posted: Wednesday Sep 26th, 2012 at 12:16 pm #26587
Eduan
Username: Eduan
Moderator

Hello Stephen,

You might be interested in using custom capabilities (ccaps for short) for this purpose. You can find a video about them here: Video » s2Member (Custom Capabilities)

Hope this helps. :)

Posted: Wednesday Sep 26th, 2012 at 11:48 am #26580
Eduan
Username: Eduan
Moderator

1/ Is it possible to have the registration form embedded or (something similar) on another page?
ie: We would like the membership to be on either a subfolder or subdomain (http://members.mydomain.com or http://mydomain.com/members) and the ‘registration page’ to be on the root domain URL OR another page such as http://mydomain/signup … is this possible / and is it possible to have the registration form on MORE than one page?

Have you tried using free registration pro-forms? You can find them under Dashboard -› s2Member® -› PayPal® Pro Forms -› Free Registration Forms.

2/ We would like to hide all content of the membership site to visitors NOT logged in. For anyone visiting a page when they are NOT logged in, are we able to redirect them to a login page at all times? And then after login direct them to the page they were trying to access?

I wouldn’t know how to answer this question, PHP conditionals would probably help however: Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals

Hope this helps. :)

Posted: Wednesday Sep 26th, 2012 at 10:36 am #26573
Eduan
Username: Eduan
Moderator

Hmm, not sure what it could be. Try this hack, and see if it works better.

Also, please make sure that your PayPal credentials are correct, last time I saw this the credentials were wrong. So just triple check that. ;)

Posted: Wednesday Sep 26th, 2012 at 10:00 am #26569
Eduan
Username: Eduan
Moderator

Also, try PHP Execution, it hasn’t been updated in the same time, but at least it doesn’t create errors.

– Eduan

Posted: Tuesday Sep 25th, 2012 at 9:25 pm #26500
Eduan
Username: Eduan
Moderator

If I’m not mistaken, WordPress accepts all alphanumeric characters, s2Member does not change this, but of course this can be modified through plugins. So like I said, make sure that you test changing your theme and deactivating all the plugins, the problem is caused by one of them, or a hack you inserted that affects your register page.

Hope this helps. :)

Posted: Tuesday Sep 25th, 2012 at 9:19 pm #26499
Eduan
Username: Eduan
Moderator

No problem. Glad I was able to help. :)

Posted: Tuesday Sep 25th, 2012 at 5:08 pm #26475
Eduan
Username: Eduan
Moderator

I’m afraid not, unless you integrate it with WordPress yourself. :/

Posted: Tuesday Sep 25th, 2012 at 3:58 pm #26471
Eduan
Username: Eduan
Moderator

Hmm, I’m not experienced with any of these.

Could you try disabling all of them and see if the problem disappears? If it does, could you try enabling them again until the problem appears again?

If it doesn’t disappear disabling the plugins, could you change to the TwentyEleven theme, not using the child theme in other words.

– Eduan

Posted: Tuesday Sep 25th, 2012 at 3:52 pm #26469
Eduan
Username: Eduan
Moderator

Oh I’m sorry I didn’t notice before. You are calling for the pro login widget, which requires you to have the pro version of s2Member installed. :/

Posted: Tuesday Sep 25th, 2012 at 2:09 pm #26458
Eduan
Username: Eduan
Moderator

No problem. :)

Posted: Tuesday Sep 25th, 2012 at 1:40 pm #26455
Eduan
Username: Eduan
Moderator
I moved this post to the customer support forum, so that the support reps can notice it. :)
Posted: Tuesday Sep 25th, 2012 at 12:32 pm #26449
Eduan
Username: Eduan
Moderator

Hello Peter,

Currently s2Member pro is not installable directly from WordPress. You have to do it through FTP following these instructions: s2Member® » Pro » Install/Upgrade Instructions

Hope this helps. :)

Posted: Tuesday Sep 25th, 2012 at 12:08 pm #26443
Eduan
Username: Eduan
Moderator

Hello William,

This problem is caused because somehow you modified the login page URL. Do you have BuddyPress or something of the like installed? If so, then please disable the custom login page, so that your website’s login page is yoursite.com/wp-login.php.

– Eduan

Posted: Tuesday Sep 25th, 2012 at 8:47 am #26430
Eduan
Username: Eduan
Moderator

Hello Char,

What code did you use? Could you please try using the PHP Execution plugin and see if that works better? (Remember to disable Exec-PHP first.)

– Eduan

Viewing 25 replies - 1,976 through 2,000 (of 3,367 total)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.