There are two threads on this, but neither seem to apply anymore (maybe they had an old version of User Meta)?
All I want is a link at the bottom of the Login widget to go to the Registration page. The other forum entries suggest going to settings, Login tab. But there is no place to make any changes to the Login widget. There is a nice section for “Logged in user profile settings”, but this is not for the initial login. I’m likely missing something or it’s no longer supported.
I’ve also tried creating a HTML field with a hard coded href= type reference to the registration page, then added the field to the Login form in the Forums Editor, but this does not appear in the widget either.
I’ll go into the PHP code and just hard code it for now since there doesn’t appear to be any way to do it via Settings or Forms. Seems like a feature most users would like to have as a check-box rather than having to edit the raw PHP code.
1) you’ll need root access to your server and change the permissions on the file at your website root chmod 777 \wp-content\plugins\user-meta\views\pro\loginlostPasswordForm.php
2) Edit the loginlostPasswordForm.php file, at line 8 (after $html = null” add the new line:
$html .= “New User Registration“;
Change the yoursite to your actual site. The registration link may be different for your system.
3) Upload the modified file.
Be aware that future updates from User Meta will likely overwrite this change so you’ll have to go back and add it back in.
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.AcceptRead More
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.