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 - 451 through 475 (of 3,367 total)
Author Replies
Author Replies
Posted: Tuesday Apr 2nd, 2013 at 10:08 pm #46429
Eduan
Username: Eduan
Moderator

Hello Frank,

To edit this piece of text you must edit WordPress itself. Since the registration form is WordPress. :)

You can use this hack to achieve this:
http://eduantech.com/2012/08/wordpress-text-replacing-hack/

Hope this helps. :)

– Eduan

Posted: Tuesday Apr 2nd, 2013 at 10:06 pm #46428
Eduan
Username: Eduan
Moderator

Glad I was able to help Richard. :)

Posted: Tuesday Apr 2nd, 2013 at 10:05 pm #46427
Eduan
Username: Eduan
Moderator

OK Damian. Glad you haven’t had problems yet. :)

Posted: Tuesday Apr 2nd, 2013 at 10:04 pm #46426
Eduan
Username: Eduan
Moderator

Hello Erik,

There seems to be a misunderstanding here. This is to be expected.

When users register they’re asked to login, once they login they’re redirected to the login welcome page.

If the user is paying for the membership, he will pay, then register, and then login, then the login welcome page.

Hope this clears something up. :)

– Eduan

Posted: Tuesday Apr 2nd, 2013 at 10:02 pm #46425
Eduan
Username: Eduan
Moderator

Hello Yolanda,

Could you please try all of these common troubleshooting tips until one of them fixes the problem:
Knowledge Base » Common Troubleshooting Tips

– Eduan

Posted: Tuesday Apr 2nd, 2013 at 3:57 pm #46410
Eduan
Username: Eduan
Moderator

Hello Prasenjit,

You can’t do that in the WordPress visual editor, you need to make sure it’s in the text editor, and once you put it in the text editor you can’t go back to the visual editor or it’ll break.

– Eduan

Posted: Saturday Mar 30th, 2013 at 11:20 am #46144
Eduan
Username: Eduan
Moderator

The JavaScript to cause the redirections that you want would be the following:

<script type="text/javascript">
window.location = "http://url.to-redirect-to.com/";
</script>

You would put that in between conditionals so that it only redirects if the user doesn’t have the necessary access. :)

– Eduan

Posted: Saturday Mar 30th, 2013 at 11:14 am #46142
Eduan
Username: Eduan
Moderator

No problem. :)

Posted: Saturday Mar 30th, 2013 at 11:13 am #46141
Eduan
Username: Eduan
Moderator

Hello John,

Could you please try all of these common troubleshooting tips and see if any of them fix it?:
Knowledge Base » Common Troubleshooting Tips

– Eduan

Posted: Saturday Mar 30th, 2013 at 11:10 am #46140
Eduan
Username: Eduan
Moderator

What Jason is trying to say is that you can give the file arguments, but the file will not use them. Basically.

So actually there’s no use to giving it arguments, lol.

– Eduan

Posted: Saturday Mar 30th, 2013 at 11:09 am #46139
Eduan
Username: Eduan
Moderator

Hello Casey,

You are correct, s2Member takes the blacklist approach (default permit).

Currently there is no way to make it take the whitelist approach though (default deny).

If you want this you will have to code it in yourself in order for s2Member to work like this.

– Eduan

Posted: Saturday Mar 30th, 2013 at 11:02 am #46137
Eduan
Username: Eduan
Moderator

Glad you figured it out Eric. :)

Posted: Saturday Mar 30th, 2013 at 9:16 am #46134
Eduan
Username: Eduan
Moderator

Hello John,

Could you please post this in the customer forums so that you may get support from the support reps? Thanks!

– Eduan

Posted: Saturday Mar 30th, 2013 at 9:14 am #46133
Eduan
Username: Eduan
Moderator

I’m not sure I understand the problem…

Did you generate that shortcode manually? Or is the problem the fact that instead of lifetime access you got a yearly recurring fee?

– Eduan

Posted: Saturday Mar 30th, 2013 at 9:12 am #46132
Eduan
Username: Eduan
Moderator

I see… Could you please upgrade to the latest version of s2Member (and WordPress if necessary)?

The latest version of s2Member is v130221 and WordPress is v3.5.1 I believe. Please upgrade s2Member first and then s2Member. :)

– Eduan

Posted: Saturday Mar 30th, 2013 at 9:11 am #46131
Eduan
Username: Eduan
Moderator

Hello Yolanda,

Thanks for sharing the server config. :)

I’ve contacted Jason so that he can go about resolving these last four eval()s if he plans to. :)

– Eduan

Posted: Friday Mar 29th, 2013 at 12:24 pm #46071
Eduan
Username: Eduan
Moderator

Hello Olaf,

If you want to receive payments outside a WordPress website then you need to create the PayPal buttons over at PayPal.

However, these will not give the client access to your website, you will just receive payments and that’s the end of it.

You can’t use s2Member outside of the WordPress website it’s installed in.

– Eduan

Posted: Friday Mar 29th, 2013 at 12:19 pm #46070
Eduan
Username: Eduan
Moderator

I see, although it’s really not that hacky. If you’ve seen real hacks you’ll know what I mean. lol

– Eduan

Posted: Friday Mar 29th, 2013 at 12:15 pm #46069
Eduan
Username: Eduan
Moderator

Yes I see what you mean.

But announcing beta will give us lots of problem with support. Especially those that may ask for the beta, and when given it (which won’t happen) they’ll start asking for support for a beta. lol

In any case, I’ll see what I can do. From what I understand they plan to announce it widely to all users once it’s released and maybe a little earlier.

– Eduan

Posted: Thursday Mar 28th, 2013 at 10:08 pm #46015
Eduan
Username: Eduan
Moderator

Here’s what he answered:

Passing additional query string arguments to a protected file is possible.

For example: http://www.example.com/wp-content/plugins/s2member-files/example.php?hello=world

However, parsing them inside the file is NOT possible, because PHP code is not executed by s2Member® when the file is being served. We do not attempt to evaluate any PHP code in the file being served to the customer.

In other words, this would NOT work inside the protected file.

However, you could parse the query string arguments using JavaScript maybe.
http://stackoverflow.com/questions/901115/how-can-i-get-query-string-values

Posted: Wednesday Mar 27th, 2013 at 11:04 pm #45950
Eduan
Username: Eduan
Moderator

We plan on announcing it very widely once it’s released, although not sure about before…

– Eduan

Posted: Wednesday Mar 27th, 2013 at 9:34 pm #45934
Eduan
Username: Eduan
Moderator

Hello Jane,

Please check this article:
Knowledge Base » PayPal® Services / A Quick Comparison

It says you need to have ERP (Enhanced Recurring Payments) in your PayPal account in order to have the functionality you are requesting. This is something you should handle from PayPal’s side. :)

– Eduan

Posted: Wednesday Mar 27th, 2013 at 9:31 pm #45933
Eduan
Username: Eduan
Moderator

Hello Russell,

I’m not sure if this is possible, however if it is possible it would be using the success attribute only available in the pro version.

I’ll ask Jason so that you can check before you buy it. :)

– Eduan

Posted: Wednesday Mar 27th, 2013 at 9:27 pm #45932
Eduan
Username: Eduan
Moderator

Hello Andrew,

s2Member can’t do this, however with some custom coding it should definitely be possible.

For example, giving each one of those special users a special custom capability (Video » s2Member (Custom Capabilities)), and then with conditionals (Knowledge Base » Simple Shortcode Conditionals) control which users see which content.

Does that make sense?

– Eduan

Posted: Wednesday Mar 27th, 2013 at 9:19 pm #45931
Eduan
Username: Eduan
Moderator

Hello Oz,

Watching the video about the membership levels suggests that the Level 0 Free Subscribers level would include people who are already subscribers to the site. Correct?

Free subscribers are level 0, yes.

I assume that the people who’ve attended my workshops should be a Level 1 even though they aren’t paying anything.

Since you have the free version of s2Member, you can’t offer level 1 for free (at least not without modifying the user manually).

– Eduan

Viewing 25 replies - 451 through 475 (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.