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,851 through 1,875 (of 3,367 total)
Author Replies
Author Replies
Posted: Wednesday Oct 10th, 2012 at 2:15 pm #28009
Eduan
Username: Eduan
Moderator

Hello Jim, that is strange, you can clear these logs, s2Member just generates them if you need them. That would say, BTW, that you’re getting a lot of transactions. :)

How much time have you had your website active with s2Member?

– Eduan

Posted: Wednesday Oct 10th, 2012 at 1:04 pm #28001
Eduan
Username: Eduan
Moderator

Hello Mark,

I believe this limit is on PayPal’s side, so you’re gonna have to have a smaller description or describe it above the button.

Hope this helps. :)

Posted: Wednesday Oct 10th, 2012 at 10:59 am #27992
Eduan
Username: Eduan
Moderator

Hello Ben,

No, this isn’t possible with s2Member, at least not without custom coding.

Hope this helps. :)

Posted: Wednesday Oct 10th, 2012 at 9:51 am #27989
Eduan
Username: Eduan
Moderator

That’s awesome Hamid! Thanks. :)

Posted: Wednesday Oct 10th, 2012 at 8:32 am #27986
Eduan
Username: Eduan
Moderator

If you buy a license of s2Member, it will be forever yours for this version, don’t know how it’s gonna work when the next version comes out though.

Also, I thought I might clear up, s2Member is not integrated with PayFlow Pro, it is integrated with PayPal Pro PayFlow version though.

– Eduan

Posted: Tuesday Oct 9th, 2012 at 3:06 pm #27919
Eduan
Username: Eduan
Moderator

Hello David, just trying to help here, what were the functions your IT tried to configure? Did he make posts asking what to do? What was he trying to accomplish?

– Eduan

Posted: Tuesday Oct 9th, 2012 at 2:31 pm #27912
Eduan
Username: Eduan
Moderator

Hello Tracy,

That is very unusual behavior, but it is not inserted by s2Member, so either WordPress is corrupted somewhere, or another plugin is causing a compatibility problem with s2Member.

Try deactivating all your plugins except s2Member, and see if it works, if it doesn’t, then I suggest you try doing a re-install of WordPress.

– Eduan

Posted: Tuesday Oct 9th, 2012 at 12:46 pm #27907
Eduan
Username: Eduan
Moderator

Glad you solved the problem Hamid. :)

Remember that you need to have a PHP Execution plugin installed, so the PHP can be executed. ;)

-Eduan

Posted: Tuesday Oct 9th, 2012 at 11:43 am #27901
Eduan
Username: Eduan
Moderator

Hello Bisjawit,

Well, it would be possible, but really the most recommended action is to simply update s2Member, there have been some really big bug fixes since then I believe.

– Eduan

Posted: Tuesday Oct 9th, 2012 at 11:41 am #27900
Eduan
Username: Eduan
Moderator

Great! Glad I was able to help. :)

Posted: Tuesday Oct 9th, 2012 at 10:25 am #27894
Eduan
Username: Eduan
Moderator

Hello Bisjawit,

So basically you want people to be able to pay for admin, editor roles etc.? If so, then you can do this, but using a plugin to modify the s2Member roles:
http://wordpress.org/extend/plugins/user-role-editor/

Hope this helps. :)

Posted: Monday Oct 8th, 2012 at 9:56 pm #27840
Eduan
Username: Eduan
Moderator

Glad you solved your problem Alma. :)

Posted: Monday Oct 8th, 2012 at 3:06 pm #27825
Eduan
Username: Eduan
Moderator

The last elses:

<?php } elseif (S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS >= 1){ ?>
	http://www.domain.com/membership-options-page/?amount=27.45
<?php } ?>
<?php } else if (S2MEMBER_CURRENT_USER_ACCESS_LEVEL === 0){ ?>
   	Upgrade to Plus or Premier membership.
<?php } ?>

This doesn’t work, this would be more correct:

<?php } elseif (S2MEMBER_CURRENT_USER_PAID_REGISTRATION_DAYS >= 1){ ?>
	http://www.domain.com/membership-options-page/?amount=27.45
<?php } ?>
<?php } elseif (S2MEMBER_CURRENT_USER_ACCESS_LEVEL === 0){ ?>
   	Upgrade to Plus or Premier membership.
<?php } ?>

– Eduan

Posted: Monday Oct 8th, 2012 at 3:02 pm #27824
Eduan
Username: Eduan
Moderator

I think it has the field for when it does use it, one-time payment products, and it stores it while it uses it I think, when PayPal notifies of the EOT of the subscription.

And I’m not sure how s2Member handles the MailChimp integration.

– Eduan

Posted: Monday Oct 8th, 2012 at 2:17 pm #27816
Eduan
Username: Eduan
Moderator

That should work, just take in mind in all of them you’re checking for greater than or equal to certain days (>=), and for the last else if, you can just use an else, so that it’s the default action.

– Eduan

Posted: Monday Oct 8th, 2012 at 1:09 pm #27808
Eduan
Username: Eduan
Moderator

Hello Hamid,

I believe you are working towards the right direction. :)

Just some quick tips, use elseif instead of else if, it is more correct, in terms of logic, and also faster. Also I suggest you use $_GET instead of $_REQUEST.

Also, in order to achieve this you will be interested in using s2Members content dripping, which you can find under Dashboard -› s2Member® -› API / Scripting -› Content Dripping, you can find a simply article about it here: Knowledge Base » Introduction to Content Dripping in s2Member®

Hope this helps. :)

Posted: Monday Oct 8th, 2012 at 12:58 pm #27807
Eduan
Username: Eduan
Moderator

No problem. :)

Posted: Monday Oct 8th, 2012 at 10:00 am #27794
Eduan
Username: Eduan
Moderator

Matt, I suggest you post a topic in the customer support forums, so that the support reps can look into your problem (they don’t monitor these forums).

– Eduan

Posted: Monday Oct 8th, 2012 at 9:58 am #27793
Eduan
Username: Eduan
Moderator

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

Posted: Sunday Oct 7th, 2012 at 9:46 pm #27763
Eduan
Username: Eduan
Moderator

Hello Richard,

I believe you are looking for the s2Member custom capabilities (ccaps for short), they should allow you to offer this content. Although I believe to offer ccaps to free levels (level 0, free registration form) you would need to use the pro version, which has pro-forms, which would allow you to offer ccaps to level 0.

Hope this helps. :)

Posted: Sunday Oct 7th, 2012 at 9:43 pm #27762
Eduan
Username: Eduan
Moderator

Hello Pam,

Currently s2Member does not store the EOT of subscriptions, or recurring payments (same thing, different names). PayPal notifies s2Member, s2Member currently does not figure this out by itself.

Support reps, if my knowledge is wrong, please tell me. :)

Posted: Sunday Oct 7th, 2012 at 7:47 pm #27758
Eduan
Username: Eduan
Moderator

I was about to when I noticed your other post. :)

Posted: Sunday Oct 7th, 2012 at 5:59 pm #27755
Eduan
Username: Eduan
Moderator

Glad you found the problem William. :)

Posted: Sunday Oct 7th, 2012 at 4:57 pm #27747
Eduan
Username: Eduan
Moderator

Hello Vicky,

Bruce edited the code already, could you check if it works for you?

Posted: Sunday Oct 7th, 2012 at 4:54 pm #27746
Eduan
Username: Eduan
Moderator

Hello Greg,

I’m afraid this functionality is not yet available on s2Member, and I haven’t heard plans of implementing this.

I think Cristian did mention the credits function, but not sure.

– Eduan

Viewing 25 replies - 1,851 through 1,875 (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.