Ultimate Member - Fields With Links
Extension to Ultimate Member to include a Link in the Registration and Profile Form's Field Value and/or Field Label.
by Miss Veronica · github.com/missveronica/um-fields-with-links · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/missveronica/um-fields-with-links/archive/refs/heads/main.zipDeclares an update source (https://github.com/MissVeronica/um-fields-with-links), so updates arrive through the plugin's own updater.
Readme
UM Fields with Links
Extension to Ultimate Member to include a Link in the Registration and Profile Form's Field Value and/or Field Label.
UM Settings -> Appearance -> Profile
- Field Label With Link - meta_key, url, title, icon (one set per line) - Enter the meta_key comma separated with the url, title and UM icon. Placeholder in the url:
{userid}, UM Forms label placeholder:{link], {/link} - Field Value With Link - meta_key, url, title, icon (one set per line) - Enter the meta_key comma separated with the url, title and UM icon. Placeholders in the url:
{userid}, {value}
UM Settings -> Advanced -> Developers -> Redirect
- Plugin is also using the "Allow external link redirect confirm" if clicked.
Examples
- Field Label With Link - meta_key, url, title, icon (one per line)
- UM Forms Builder Labels:
First Key {link} link {/link} in label-Last key {link} Name
first_key, https://ultimatemember.com/, UM Home Page, um-faicon-external-link
last_key, /user/{userid}/, Test User link, um-faicon-external-link
- Field Value With Link - meta_key, url, title, icon (one per line)
first_key, https://ultimatemember.com/, UM Link , um-faicon-external-link
last_key, /userinfopage/{userid}/, Link Title , um-faicon-external-link
another_key, /page/showme.php?text={value}, my page , um-faicon-external-link
For multi-select UM fields you must set a numeric value greater than 1 in "Maximum number of selections" in the UM Forms Designer.
Updates
- Version 2.0.0 Included also Registration forms.
- Version 2.1.0 Updated to UM 2.8.5
- Version 2.2.0 Updated code for label links
- Version 2.2.1 Code improvements for labels
- Version 2.3.0 Supports UM Field icon in the label.
- Version 2.4.0 Support for custom fields in Members Directory
- Version 2.5.0 Code improvements for fields in Members Directory
- Version 2.5.1 Code improvements
- Version 2.6.0 Support for radio and checkbox UM multiple fields
- Version 2.6.1 Support changed to also include all UM multi fields where max selections greater than 1
- Version 2.6.2, 2.6.3, 2.6.4 Code improvement
- Version 2.6.5 Translations of {value} within the URL to replace space with - and make lowercase characters.
Installation
Download the zip file and install as a WP Plugin, activate the plugin.