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 - 951 through 975 (of 3,367 total)
Author Replies
Author Replies
Posted: Monday Feb 4th, 2013 at 3:21 pm #40777
Eduan
Username: Eduan
Moderator

Hello Dan, Gabor,

Could you both please try all of these common trouble shooting tips and see how things work out, and report that.
Knowledge Base » Common Troubleshooting Tips

– Eduan

Posted: Monday Feb 4th, 2013 at 1:22 pm #40751
Eduan
Username: Eduan
Moderator

No problem. Tell me how it goes. ;)

Posted: Monday Feb 4th, 2013 at 1:21 pm #40750
Eduan
Username: Eduan
Moderator

Hello Kim,

I’m afraid that if you’re not really gonna offer any content then s2Member is not for you. If all you want to do is receive payments then you can use normal PayPal buttons that you generate over at PayPal.

– Eduan

Posted: Monday Feb 4th, 2013 at 1:16 pm #40749
Eduan
Username: Eduan
Moderator

Hmm…

Could you show me the entire post/page or file that contains this code? Or just the whole code from the start of the if till the endif, without cutting out anything.

– Eduan

Posted: Sunday Feb 3rd, 2013 at 8:12 pm #40574
Eduan
Username: Eduan
Moderator

Oh yes, like Jason said. :)

Although at that point they’re actually paying and registering at almost the same time. ;)

Posted: Sunday Feb 3rd, 2013 at 2:51 pm #40567
Eduan
Username: Eduan
Moderator

Hello Olu,

It seems that your posts page is protected by s2Member for some reason. Can you confirm s2Member hasn’t been told to protect it?

Also, could you please check the settings under Dashboard -› s2Member® -› Restriction Options -› Alternative View Protection.

– Eduan

Posted: Sunday Feb 3rd, 2013 at 2:48 pm #40566
Eduan
Username: Eduan
Moderator

Hello Frank,

That is not a page, actually. To edit it or do anything to it you will need to edit WordPress’ source code I believe.

That registration page is actually a script generated by WordPress, so it is a page, but not one you can edit or play with. :)

– Eduan

Posted: Saturday Feb 2nd, 2013 at 1:14 pm #40506
Eduan
Username: Eduan
Moderator

Hello Dwayne,

You are saying that the other 2 admin users cannot login correctly? Or something along those lines?

– Eduan

Posted: Saturday Feb 2nd, 2013 at 1:09 pm #40505
Eduan
Username: Eduan
Moderator

Hello Montaya,

If you’re gonna use s2Member in a multisite network then you need to buy the network support license, the most expensive one in other words, which would also give you a special version of s2Member designed for multisite networks.

https://www.s2member.com/network-support-co/?s2-ssl=yes

– Eduan

Posted: Saturday Feb 2nd, 2013 at 12:54 pm #40492
Eduan
Username: Eduan
Moderator

No problem. :)

Glad I was able to help. :)

Posted: Saturday Feb 2nd, 2013 at 12:54 pm #40490
Eduan
Username: Eduan
Moderator

That is all very strange.

What happens if you try something like this?:

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

Of course you would add a closing endif at the bottom. :)

Also, I noticed, all of your examples are missing a ‘)’ for all the if statements. ;)

– Eduan

Posted: Saturday Feb 2nd, 2013 at 12:48 pm #40486
Eduan
Username: Eduan
Moderator

Hello Damien,

If what you want to do is use s2Member conditionals in your code you will need to use the PHP version instead of the shortcode version.

You can find that under Dashboard -› s2Member® -› API / Scripting -› Advanced PHP Conditionals.

– Eduan

Posted: Saturday Feb 2nd, 2013 at 12:45 pm #40484
Eduan
Username: Eduan
Moderator

You can just create a subdomain and install WordPress there, to test only. :) Just remember, the only thing you should install is s2Member, nothing else, not even the theme. ;)

And if it works like that, I’m afraid you’ll have to reinstall your current installation of WordPress from zero, reinstalling everything.

– Eduan

Posted: Saturday Feb 2nd, 2013 at 12:41 pm #40479
Eduan
Username: Eduan
Moderator

Hello Justin,

Would using s2Member conditionals fulfill your requirements? Knowledge Base » s2Member® Conditionals

– Eduan

Posted: Saturday Feb 2nd, 2013 at 12:37 pm #40471
Eduan
Username: Eduan
Moderator

OK, could you please try removing that redirection that you setup with the Login With Ajax plugin?

s2Member will automatically redirect to the login welcome page, so there’s no need to setup that redirection. :)

Posted: Saturday Feb 2nd, 2013 at 12:28 pm #40470
Eduan
Username: Eduan
Moderator

Hello Jane,

Have you read the documentation under Dashboard -› s2Member® -› PayPal® Options -› Automatic EOT Behavior?

– Eduan

Posted: Saturday Feb 2nd, 2013 at 12:26 pm #40469
Eduan
Username: Eduan
Moderator

The only thing I can think of is because s2Member has no way of knowing to what user PayPal is referring to.

When the user is upgraded through s2Member, s2Member does lots of stuff in the background, among those things is recognizing to what user give the correct access.

However if things happen at PayPal’s side, PayPal is not telling s2Member what user it’s talking about, and so s2Member has no way of knowing what user to actually upgrade.

– Eduan

Posted: Saturday Feb 2nd, 2013 at 12:24 pm #40468
Eduan
Username: Eduan
Moderator

Great! Glad I was able to help. :)

Posted: Saturday Feb 2nd, 2013 at 12:24 pm #40466
Eduan
Username: Eduan
Moderator

Hello Norm,

I believe this is a PayPal value most probably. I believe s2Member uses it to recognize one customer from another. :)

And to change the format, there’s probably no way to do this if you can see it in PayPal, because PayPal generates that number and outputs it, and then gives it to s2Member. From what I know.

– Eduan

Posted: Saturday Feb 2nd, 2013 at 12:18 pm #40464
Eduan
Username: Eduan
Moderator

Hello rpvp,

Yes, if this is the link to your membership options page then yes, that URL is correct. :)

– Eduan

Posted: Saturday Feb 2nd, 2013 at 12:16 pm #40462
Eduan
Username: Eduan
Moderator

Hello Gary,

This error is introduced by 1 of 2 things. Your theme, and apparently that isn’t the problem. Or the HTML itself.

Could you please go into code mode when editing that page/post and paste here what you see? It would be very useful to see what the problem might be. :)

Before doing that though, could you please try using the default theme (TwentyTwelve) and see if it works? Thanks!

– Eduan

Posted: Saturday Feb 2nd, 2013 at 12:13 pm #40461
Eduan
Username: Eduan
Moderator

Oh OK. Glad you solved your problem. :)

Posted: Saturday Feb 2nd, 2013 at 11:55 am #40453
Eduan
Username: Eduan
Moderator

Hello Tim,

So if I understood correctly, you’re saying that it’s possible a hacker was able to access your website through s2Member?

And the hacker keeps changing the permissions of your folders?

– Eduan

Posted: Saturday Feb 2nd, 2013 at 10:07 am #40423
Eduan
Username: Eduan
Moderator

Hello Maxime,

You mean send a customized email after registration? Or send the user to a certain URL after registration?

I would also like them, right after they paid to been redirected to a custom page/url (or at least a link to the url) without having to reconnect. Is it in the pro version too ?

Could you please go into more detail about this? In other words, could you share the flow that it follows right now, and the flow that you want it to follow?

– Eduan

Posted: Saturday Feb 2nd, 2013 at 10:06 am #40422
Eduan
Username: Eduan
Moderator

Hello Maxime,

I’m afraid that for this you wil need to modify WordPress I believe. Because WordPress is the one that creates these passwords and sends the emails. :)

– Eduan

Viewing 25 replies - 951 through 975 (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.