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.

About: Anton Karbanovich

Sorry, I've not written a description yet. I'll get to it soon!


My Latest Replies (From Various Topics)

Viewing 10 replies - 1 through 10 (of 10 total)
Author Replies
Author Replies
Posted: Wednesday Aug 21st, 2013 at 7:19 am #56337

Sergei,
is there a way you can upload this translation to some server so that i can use it?
or just email me anton at karbanovich dot com
thanks!

Posted: Saturday Mar 9th, 2013 at 12:03 am #44137

thank you very much i surely will try that.

Posted: Wednesday Mar 6th, 2013 at 11:36 pm #43931

Hello thanks for your reply.
Can you please let me know for sure if this is the case? and if i can add it myself before waiting for the next update please let me know the proper hook for it.
Seems like that the other fields like the subscription iD and all that stuff is also assigned after the registration… and even the feature is called Signup Confirmation Email.
So please let me know if there is a way to do that.
Thanks a bunch!

Posted: Wednesday Dec 5th, 2012 at 12:36 pm #33582

good thinking bruce. will do that!
thanks!

Posted: Thursday Nov 29th, 2012 at 6:11 am #32882

hey thanks for the helpful badge! )))

Posted: Tuesday Nov 13th, 2012 at 6:33 am #31436

ok thanks…
also a quick question…
is there a function something like set_user_field where i can change the value of the field?

thanks for your help!

Posted: Monday Nov 12th, 2012 at 11:07 am #31319

what about user id?
does this ms_process_signup_meta return user id?

thanks for the help!

Posted: Monday Nov 5th, 2012 at 8:02 am #30629

hey
thanks for the reply.
i think i can accomplish all all the objections that you have mentioned above with js. so i will let you know.

well i really with is would be in the s2member core… but my customer would not accept that kind of excuse. so have to come up with something better while waiting on s2member update.

thanks!

Posted: Thursday Nov 1st, 2012 at 3:54 am #30302

TJ thanks for the feedback.
i will definitely consider that. i mean its a dirty solution, i dont deny that. but thats as good as i can come up with.
can you maybe give more detailed example of come on how to accomplish the following functionality?
thanks!

Posted: Tuesday Oct 30th, 2012 at 6:53 am #30137

This is just a front end solution. that is not really nice and clean… but thats what i had to do to satisfy my customers desire. place this code in the head of the website and make sure you have the jquery.

it hides the input field and adds two dropdowns to the div#s2member-pro-authnet-update-form-card-expiration-div
(change that name if you are using different then authorize.net forms). then on the change of the select fields it changes the value of the hidden input field to the value that we have month/year.

just a question to Cristian. i am not able to test it since it a paid website… is there anything that would prevent this solution from working.


$('input.s2member-pro-authnet-card-expiration').hide().parent().append('<select id="exp_month" style="width: 100px;"><option>Month</option><option>01</option><option>02</option><option>03</option><option>04</option><option>05</option><option>06</option><option>07</option><option>08</option><option>09</option><option>10</option><option>11</option><option>12</option></select> / <select id="exp_year" style="width: 100px;"><option>Year</option><option>2012</option><option>2013</option><option>2014</option><option>2015</option><option>2016</option><option>2017</option></select>');

$('select#exp_month, select#exp_year').change(function(){
	$('input.s2member-pro-authnet-card-expiration').val($('select#exp_month').val()+'/'+$('select#exp_year').val());
});

Viewing 10 replies - 1 through 10 (of 10 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.