krumch
Forum Replies Created
-
Set row 8 to:
'eot_date' => date('m/d/Y', intval(get_user_option('s2member_auto_eot_time', $vars['user_id'])))This turns the value to integer number. Function date() should be happy…
There is “last login time” (if I am not wrong with the name) feature, not sure if it is for Pro version only… But this is not enough for what you ask, needs also some custom code to compare last login time with the posts publishing times… If you can not create, I can build for you.
No such hook, but there is a workaround. Create a user-meta field (let we name it “pwd0”) and fill it with the password. Hook to the “profile_update” hook, and when it fires, compare the password hashes in the password field and in the “pwd0” field. If not same – refresh “pwd0” and do your jobs.
Not sure what to answer… There is lot of other info I will need, to answer exactly. Like “how the product is downloaded now”, “where the files stay” and so on. Maybe I will need access. Please find me, if you want me to help.
Create a new hidden custom profile field. Then build a jQuery script to fill that field with need info, when user do selection by the dropdown menu.
All restrictions at your site defends your site. If they can copy a file to another computer and to run it there, that file must have own protection against this…
In the “Create/edit registration profile” form stay a field “Applicable Membership Levels”, set it to “all”.
Sorry about my words, seems you understand s2M good enough.
Still I think that members must be downgraded to L0, instead to be deleted. If this don’t works with CCBILL, and you are a Pro customer, please ask admins. At “s2M Pro info” page at plugin’s admin you have a link to Pro support forum.
I can help you, please find me.
Each post points to a different product to download?
Can be done with a custom profile field and jQuery hack, I think…
I think you misunderstand the plugin. You can set paid users to Level1, as example, and allow only them to see your best (paid) content. All other can stay Level0 (free) member forever, and can’t see protected content.
Sure, if you still need members to be deleted, I can help you, but why to loose the possibility to send follow-up email to them later, by simply restructuring the site?
Sure, note the slogan on my site 🙂
I will need some details, please find me, so I can ask exactly questions.
Yes
Check docs for wp_mail function, should be a way to change.