Jeff Farthing
@jfarthing84 on WordPress.org, @Jeff Farthing on Slack
- Member Since: March 7th, 2009
- Location: Daytona Beach, FL, USA
- Website: jfarthing.com
- Job Title: Freelance Web Developer
- Employer: Jeff Farthing Web Solutions
Bio
Contribution History
Jeff Farthing’s badges:- Core Contributor Core Contributor
- Plugin Developer Plugin Developer
-
Posted a reply to Put Restrictions on Username, on the site WordPress.org Forums:
You can use the WP provided validate_username hook: function filter_validate_username( $valid, $username ) { if…48 mins ago
-
Posted a reply to password reset function doesn’t work, on the site WordPress.org Forums:
Which TML version?1 hour ago
-
Posted a reply to Unable to register, on the site WordPress.org Forums:
See: https://docs.thememylogin.com/article/92-using-pages1 week ago
-
Posted a reply to Displaying errors when “login” fails, on the site WordPress.org Forums:
Your login page slug needs to match TML's login slug. See: https://docs.thememylogin.com/article/92-using-pages1 week ago
-
Posted a reply to Registration form translations ThemeMyLogin, on the site WordPress.org Forums:
You should be able to translate it with Polylang. Also, those languages probably have translations…1 week ago
-
Posted a reply to Logout Page, on the site WordPress.org Forums:
There is no logout page, it's just a URL which requires a nonce to work…1 week ago
-
Posted a reply to Password Reset Function does not work as expected, on the site WordPress.org Forums:
There should only be 2 fields for entering and confirming your new password. You have…1 week ago
-
Posted a reply to Password Reset Function does not work as expected, on the site WordPress.org Forums:
Which TML version?1 week ago
-
Posted a reply to Unable to reset password, on the site WordPress.org Forums:
Have your hosting provider exclude TML's paths from the cache. By default, these are: /login…1 week ago
-
Posted a reply to Reset Password email headers missing (7.0.14), on the site WordPress.org Forums:
What happens if you set that content-type to text/plain?2 weeks ago
-
Posted a reply to Registration form not translating password and confirm password correctly.?????, on the site WordPress.org Forums:
Did you try what I suggested above? Also, which TML version?2 weeks ago
-
Posted a reply to theme my login – Can the Login Button be made larger?, on the site WordPress.org Forums:
This is simple CSS: .tml-button { background-color: red; color: white; padding: 20px; }2 weeks ago
-
Posted a reply to Removing Profile Fields, on the site WordPress.org Forums:
https://docs.thememylogin.com/article/63-using-theme-my-login-custom-php2 weeks ago
-
Posted a reply to Removing Profile Fields, on the site WordPress.org Forums:
Considering WP requires this field to submit the profile, I'd suggest hiding it instead. function…3 weeks ago
-
Posted a reply to No Index for SEO, on the site WordPress.org Forums:
` function add_noindex_to_tml_pages() { if ( tml_is_action() ) { echo '<meta name="robots" content="noindex"> } }…3 weeks ago
-
Posted a reply to New users – accept by admin ?, on the site WordPress.org Forums:
That is possible with our Moderation extension.3 weeks ago
-
Posted a reply to unable to use it with buddypress, on the site WordPress.org Forums:
If it's redirecting users to their WP profile, it's working as it should - the…3 weeks ago
-
Posted a reply to wp_login_url doesn’t have site url, on the site WordPress.org Forums:
If you disable TML, do you then get the full URL?3 weeks ago
-
Posted a reply to UNBELIEVABLY TERRIBLE PLUGIN, on the site WordPress.org Forums:
@fucomplaints Is this a serious review or are you trolling? Once the plugin is active,…3 weeks ago
-
Posted a reply to This is plugin is vulnerable, on the site WordPress.org Forums:
@arun2008th Please do present the evidence of this claim.4 weeks ago
-
Posted a reply to WordPress Update 5.2.4, on the site WordPress.org Forums:
It works fine for me. Must be the combination of another plugin.1 month ago
-
Posted a reply to User is not able to login after activation, on the site WordPress.org Forums:
You have TML's user password feature enabled?1 month ago
-
Posted a reply to After submitting custom profile update form it is not going to custom call back, on the site WordPress.org Forums:
You shouldn't use the 0 priority on the init callbacks. The default of 10 should…1 month ago
-
Posted a reply to CSS, on the site WordPress.org Forums:
You are using a bad theme that doesn't style basic elements. :)1 month ago
-
Posted a reply to After submitting custom profile update form it is not going to custom call back, on the site WordPress.org Forums:
You registered a custom action "subscriber_profile" but your form action is pointing to the "profile"…2 months ago
-
Posted a reply to Broken Lost Password, on the site WordPress.org Forums:
Same thing as I posted above.2 months ago
-
Posted a reply to 404 error in Advance topics, on the site WordPress.org Forums:
Fixed. Thanks for the heads up!2 months ago
-
Posted a reply to Website broken, on the site WordPress.org Forums:
TML has no such setting. Must be from another plugin.2 months ago
-
Posted a reply to Plugin Is Useless, on the site WordPress.org Forums:
This is a flat-out lie. The plugin description completely changed and everything listed under the…2 months ago
-
Posted a reply to Confirm Password Label is not translated, on the site WordPress.org Forums:
I'm not really involved with that.2 months ago
-
Posted a reply to Login / Registration on same page, on the site WordPress.org Forums:
It is possible to use both shortcodes, just know that each form will post to…2 months ago
-
Posted a reply to Registration form not translating password and confirm password correctly.?????, on the site WordPress.org Forums:
I've not encountered this behavior. I'd suggest disabling other plugins and trying a default theme…2 months ago
-
Posted a reply to Password strength meter error, on the site WordPress.org Forums:
Have you set up TMLs register slug to match that of this page? https://docs.thememylogin.com/article/92-using-pages2 months ago
-
Posted a reply to Use Password Only, on the site WordPress.org Forums:
No, I'm not sure how that would even be possible.2 months ago
-
Posted a reply to Login Error Message: Remove “Lost your password” link and text “?”, on the site WordPress.org Forums:
Do you want to disable password recovery altogether, or just remove the link? As far…2 months ago
-
Posted a reply to Confirm Password Label is not translated, on the site WordPress.org Forums:
Except, it does.2 months ago
-
Posted a reply to TML updates and function tml_add_form_field, on the site WordPress.org Forums:
Since you are a paying customer, you should be reaching out to us via https://thememylogin.com/support.2 months ago
-
Posted a reply to CSS, on the site WordPress.org Forums:
The easiest way to add custom arbitrary styling to your site is using the Customizer…2 months ago
-
Posted a reply to TML updates and function tml_add_form_field, on the site WordPress.org Forums:
Which TML version are you using?2 months ago
-
Posted a reply to TML updates and function tml_add_form_field, on the site WordPress.org Forums:
Can you give the entire context of code that encompasses line 102 of the file…2 months ago
-
Posted a reply to Confirm Password Label is not translated, on the site WordPress.org Forums:
The string is included in the POT file, so if it isn't translated, it must…2 months ago
-
Posted a reply to Email confirmation activate link fails – page not found, on the site WordPress.org Forums:
For commercial support, please reach out to us at https://thememylogin.com/support.2 months ago
-
Posted a reply to Redirect fails after registration with email confirmation, on the site WordPress.org Forums:
For commercial support, please reach out to us at https://thememylogin.com/support.2 months ago
-
Posted a reply to Redirect doesn’t work on handy, on the site WordPress.org Forums:
I'm sorry, but since you are using TML 7+, that means you have purchased Redirection…2 months ago
-
Committed [2152551] to Plugins Trac:
Tagging 7.0.152 months ago
-
Committed [2152550] to Plugins Trac:
Version 7.0.152 months ago
-
Posted a reply to TML with Wordfence 2FA, on the site WordPress.org Forums:
Sorry, we cannot guarantee compatibility with anything other than WP itself.2 months ago
-
Posted a reply to Been using it for almost a year now., on the site WordPress.org Forums:
Thanks for your review!2 months ago
-
Posted a reply to Redirect doesn’t work on handy, on the site WordPress.org Forums:
Which TML version are you using?2 months ago
-
Posted a reply to Broken Lost Password, on the site WordPress.org Forums:
You'll need to ask your hosting provider to exclude TMLs paths from the cache. By…3 months ago
Developer
-
Custom Author Base
Active Installs: 200+
-
Post Tags Widget
Active Installs: 60+
-
Theme My Login
Active Installs: 100,000+