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 - 926 through 950 (of 3,367 total)
Author Replies
Author Replies
Posted: Friday Feb 8th, 2013 at 9:50 pm #41237
Eduan
Username: Eduan
Moderator

Hello Rob,

Basically your question is what happens if for whatever reason the user can no longer pay with that card?

– Eduan

Posted: Friday Feb 8th, 2013 at 9:47 pm #41236
Eduan
Username: Eduan
Moderator

I’m wondering.

Why don’t you just modify the email so that it points to the URL, instead of using a replacement code?

Also, %%wp_login_url%% redirects to http://www.domain.com/wp-login.php not http://www.domain.com/wp-admin/.

– Eduan

Posted: Friday Feb 8th, 2013 at 9:25 pm #41234
Eduan
Username: Eduan
Moderator

Glad the problem was solved. :)

Posted: Friday Feb 8th, 2013 at 9:22 pm #41233
Eduan
Username: Eduan
Moderator

Hello Svetoslav,

What do you mean? You mean you want to tell the user what level the page he tried to access requires? And maybe give him different options based on that?

If so, it’s pretty simple using MOP vars (Membership Options Page vars). You can read more abou them under Dashboard -› s2Member® -› API / Scripting -› Membership Options Page Variables (MOP Vars).

– Eduan

Posted: Thursday Feb 7th, 2013 at 11:26 pm #41163
Eduan
Username: Eduan
Moderator

I asked him and this was his answer:

Accepted as a feature request. Probably will not get implemented though. The next generation of s2Member will remove the need for the registration option after checkout anyway.

– Eduan

Posted: Wednesday Feb 6th, 2013 at 11:32 pm #40992
Eduan
Username: Eduan
Moderator

I’m afraid I haven’t heard of anyone figuring this out. :/

One thing they can do is buy the membership under another person’s name. :)
So they buy it under the other person’s name and give them the credentials. ;)

– Eduan

Posted: Wednesday Feb 6th, 2013 at 11:20 pm #40984
Eduan
Username: Eduan
Moderator

Hello there,

You mean have the users need to register first (even if it’s free) before they can see the content?

If so, yes this is possible with s2Member. :)

You ;would have to use URI restrictions to restrict the whole website to level 0, to do that you would add a / to the level 0 restrictions. You can find the URI restrictions under Dashboard -› s2Member® -› Restriction Options -› URI Access Restrictions.

Hope this helps. :)

Posted: Wednesday Feb 6th, 2013 at 11:16 pm #40980
Eduan
Username: Eduan
Moderator

Glad you were able to solve your problem Bhati. :)

Posted: Wednesday Feb 6th, 2013 at 11:12 pm #40975
Eduan
Username: Eduan
Moderator

Hello Mark,

The image you linked to is broken. :)

So your folder structure is like this?:
wp-content/plugins/s2member
wp-content/plugins/s2member-pro

– Eduan

Posted: Wednesday Feb 6th, 2013 at 11:04 pm #40972
Eduan
Username: Eduan
Moderator

Thanks for the report!

I’ll direct this to Jason. :)

In the mean while, could you give us some more details? What version of Safari? What version of Mac OS X?

What are the problems you’re experiencing? What steps can we take to reproduce them?

– Eduan

Posted: Wednesday Feb 6th, 2013 at 11:02 pm #40970
Eduan
Username: Eduan
Moderator

Hello there (would you mind giving me a name to refer you by? ;-)),

Could you please try these common troubleshooting tips as a first step: Knowledge Base » Common Troubleshooting Tips

– Eduan

Posted: Wednesday Feb 6th, 2013 at 10:57 pm #40969
Eduan
Username: Eduan
Moderator

It seems like %%wp_login_url%% outputs your website’s login URL, that’s the nearest you can get. :)

– Eduan

Posted: Wednesday Feb 6th, 2013 at 10:45 pm #40963
Eduan
Username: Eduan
Moderator

Right. :)

Basically it’s not possible, unless your user has an auto-filling service, like the one LastPass has.

However, I’ll mention this to Jason so that he can consider adding it in the next version of s2Member. :)

– Eduan

Posted: Wednesday Feb 6th, 2013 at 10:40 pm #40962
Eduan
Username: Eduan
Moderator

Tearei,

Could you try these common troubleshooting tips?:
Knowledge Base » Common Troubleshooting Tips

– Eduan

Posted: Wednesday Feb 6th, 2013 at 10:37 pm #40961
Eduan
Username: Eduan
Moderator

Hello Lyn,

People that register for level 0 do not pay. Level 0 is the only free level you can offer with s2Member free. People register for level 0 at http://www.yourwebsite.com/wp-login.php?action=register, replacing yourwebsite with your actual domain of course.

Could you please try the steps in this article, just to make sure: Knowledge Base » Don't Mix www, — and Without!

– Eduan

Posted: Wednesday Feb 6th, 2013 at 10:27 pm #40960
Eduan
Username: Eduan
Moderator

OK Gabor,

I’ll report this to Jason so that he can look into it. :)

– Eduan

Posted: Wednesday Feb 6th, 2013 at 8:27 pm #40951
Eduan
Username: Eduan
Moderator

Line 69 is:

<?php if ('open' == $post->comment_status) && current_user_is("s2member_level1") : ?>

Try this instead:

<?php if ('open' == $post->comment_status && current_user_is("s2member_level1")) : ?>

The parentheses are messed up. :)

– Eduan

Posted: Wednesday Feb 6th, 2013 at 3:06 pm #40923
Eduan
Username: Eduan
Moderator

Ah, I’m afraid to remove that screen you would have to modify s2Member. :/

But I’m pretty sure that button the user needs to click means something to s2Member… I guess you could change the button’s text, maybe, using this hack: http://eduantech.com/2012/08/wordpress-text-replacing-hack/

– Eduan

Posted: Wednesday Feb 6th, 2013 at 2:59 pm #40921
Eduan
Username: Eduan
Moderator

Hello Peter,

Could you please post the URL of your website and a full copy of the shortcode the user used when he got that message?

Thanks!
– Eduan

Posted: Monday Feb 4th, 2013 at 6:26 pm #40789
Eduan
Username: Eduan
Moderator

Hello Nigel,

I believe that’s the desired output unless you told s2Member to output it in a nice way.

Under Dashboard -› s2Member® -› Import/Export -› s2Member® Options what is the output format set to?

– Eduan

Posted: Monday Feb 4th, 2013 at 6:25 pm #40788
Eduan
Username: Eduan
Moderator

Hello Darius,

So what’s the actual problem? You’re looking for a replacement code that would output your website’s URL when sent?

Or one that would send the user to your registration page? Could you please be a little more specific on what you need. Thanks. :)

– Eduan

Posted: Monday Feb 4th, 2013 at 3:36 pm #40782
Eduan
Username: Eduan
Moderator

Perhaps the reason the user is not getting demoted is bcause some error is happening, not allowing him to get demoted. Could you make sure you have logging enabled under Dashboard -› s2Member® -› PayPal® Options -› Account Details -› Logging? Enable that if it isn’t.

If it is, could you please share the related log entries from all the log files you will be able to find under wp-content/plugins/s2member-logs. Thanks!

If you have a forum system that’s powered by WordPress, in other words, the users exist within the WordPress database then it’s not wise to delete the users once they stop paying. Because all the info regarding that user will be lost, unless the forum system has some method in order to preserve a previous user’s info and posts.

– Eduan

Posted: Monday Feb 4th, 2013 at 3:33 pm #40780
Eduan
Username: Eduan
Moderator

Hello Thomas,

Yes it’s possible, however there aren’t any step-by-step instructions on how to achieve it, anywhere. The best documentation I know of is this FAQ: Pre Sale FAQs » Can I add support for other payment gateways?

– Eduan

Posted: Monday Feb 4th, 2013 at 3:31 pm #40779
Eduan
Username: Eduan
Moderator

Hello Lyn,

So the problem is that you don’t get redirected to the membership options page, correct?

If so, could you please make sure that you have set a membership options page under Dashboard -› s2Member® -› General Options -› Membership Options Page.

Also, if that doesn’t work, or if you did set a page. Could you please make sure that you are logged out? If you’re logged in as an admin then you will not be redirected, ever.

– Eduan

Posted: Monday Feb 4th, 2013 at 3:27 pm #40778
Eduan
Username: Eduan
Moderator

Hello Sergiu,

I’m afraid it’s impossible to auto-fill the form before the user is registered. The user has to pay before registering, and we can’t auto-fill anything before he registers.

If he’s a registered user however, and he tries to use a form in order to upgrade for example, it will be auto-filled. But if it’s his first time registering on the website then it won’t auto-fill.

Does this answer your question?

– Eduan

Viewing 25 replies - 926 through 950 (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.