WP Manifestindependent plugin directory
manifest / users / um-fields-with-links

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

0stars
0forks

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.zip

Declares 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

  1. 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}
  2. 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

  1. Plugin is also using the "Allow external link redirect confirm" if clicked.

Examples

  1. Field Label With Link - meta_key, url, title, icon (one per line)
  2. 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

  1. 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

  1. Version 2.0.0 Included also Registration forms.
  2. Version 2.1.0 Updated to UM 2.8.5
  3. Version 2.2.0 Updated code for label links
  4. Version 2.2.1 Code improvements for labels
  5. Version 2.3.0 Supports UM Field icon in the label.
  6. Version 2.4.0 Support for custom fields in Members Directory
  7. Version 2.5.0 Code improvements for fields in Members Directory
  8. Version 2.5.1 Code improvements
  9. Version 2.6.0 Support for radio and checkbox UM multiple fields
  10. Version 2.6.1 Support changed to also include all UM multi fields where max selections greater than 1
  11. Version 2.6.2, 2.6.3, 2.6.4 Code improvement
  12. 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.

Read the full README on GitHub →