The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
21 views

Correct method of redirecting user login

The popular membership plugin 's2Member' uses the wp_login action hook to wp_redirect a logged in user to where s2 deems appropriate. This causes a conflict with other plugins, in that other plugins ...
0
votes
0answers
32 views

Integrate plugins s2Member with MailChimp

i follow the tutorial at http://www.mysecondmillion.com/s2member-install-setup-mailchimp/ configured as what its said, but still not get the s2Member subscriber added to mailchimp list. I've set ...
0
votes
1answer
62 views

IPN for s2member

I want to integrate a local gateway. So planned to receive the response from local gateway to ipnhandler.php (for example) and then ipnhandler will sent post data to s2m via cURL. I need to know how ...
0
votes
1answer
39 views

Unprotected page appears protected when posted to Facebook (S2Member)

I recently removed the restriction on the following page: http://www.boulderwritersworkshop.org/2012/10/21/david-jessup/ I can now view it without being logged in. However, if I post this URL to my ...
0
votes
1answer
207 views

editing usermeta when field is an array

I'm using s2member and I added a new registration field to my registration form. s2member stores all custom registration fields in an array under the meta key wp_s2member_custom_fields. An example ...
0
votes
1answer
139 views

How to check main site user level from subsite in a multisite network

I'm using wordpress multisite. I installed s2member plugin. s2member plugin creates 4 extra level. I mean like level1,level2,.... I'm displaying content using this code if ...