kthorjensen
Forum Replies Created
-
Thanks for the response. I’ve been investigating the possibilities and have a note:
You say that there’s a rm_user_activated action that can be hooked into. However, I can’t find any documentation on your site or elsewhere about this action and its parameters, and not much luck inside the codebase itself. Attempting to add the hook to that did not work, as it was not called. I do see activate_rm_user() in RM_Utilities, but attempting to add a hook to that doesn’t seem to work either.
Thoughts?
Clicking password reset link from email brings to password reset screen (with info. subdomain for some reason that I still cannot locate)
Choosing a new password successfully saves the new PW in the database but gives error to user:
“The password reset link you clicked is invalid. You can paste the security token from your email below to proceed with password reset.”
Entering security token gives error:
“The security token you entered is invalid. Please make sure you copied complete text string. You can try pasting again or restart password reset process.”
Forum: Developing with WordPress
In reply to: Maximum number of additional arguments to meta_query?Thanks for the advice, both of you. What I ended up doing is adding another column to my ZIP / LAT / LONG table that indicates if the site has a member in that ZIP and then only returning those with the radius query, as well as reducing the radius. I’ll probably also hard-code NYC exceptions down the line. Much appreciated.
Forum: Plugins
In reply to: [LH User Taxonomies] Taxonomy values not outputtingBelay that, I figured it out – you can’t use get_the_ID() on author pages, have to use get_the_author_meta(‘ID’) instead. Peace be with you.
That solved the problem. Thanks. Let me know if you ever want me to test anything to run down the problem with the template tags, I’d be glad to do whatever I can to help.