krumch
Forum Replies Created
-
Use AJAX call to your WP and build the user by wp_create_user(). Works, tested.
Not by theme’s functions, but by a s2M itself: read “s2M -> General options -> Member Profile Modifications”.
Yes, use “buy now” form.
Well, sure there is a way to do, by hooks in s2M’s code. But to create a custom fields and to fix DB is much faster…
No way out of the box, as I know. I did a limitation plugin with s2M Pro Forms and captcha to lock spammers out (KC S2M Pro Login Armor), some similar solution can be done for you too.
Just create a custom profile field, look in “General options -> Registration/Profile Fields & Options”.
I believe this is just CSS problem…
There is no way out of the box. But I am curious to build such integration. I am build several s2Member integrations already, please check at http://krumch.com/products. Please find me, if you are interested.
Just put the need date and time in EOT field in the user’s account. Check the suggestions under the questionmark there.
There is a hook in the download control function, can use it to find when a file is downloaded. I am did such things before…
Maybe can do a <iframe> with the s2M’s form inside? Form will be on the WP+s2M site, actually, but will be seen on the HTML site. But after submitting it will redirect to WP+s2M site, inside the iframe… Well, some JS hacks can be possible…
A bit difficult to me to explain “step by step” instructions for unknown plugin… Try middle values printing – always works for me.
s2M includes the features of ‘White Label Branding’ plugin (as I know), so can disable it and use s2M only. Thus fixing the problem and make site better at same time.
WP don’t triggers s2M’s notifications hooks, s2M does. Best documentation is in s2M options, at the notifications page.
Maybe debugged plugin didn’t hooks right? Or creates some conflict?You may show them wrong buttons? Also check for plugin and theme conflicts.