Giray Posted May 27, 2019 Posted May 27, 2019 One (or both) would be interesting to me: The ability to use regex on the display name The ability to force a single or combined field name from profile fields. The simplest example is generating a display name by combining first and last names. Or it could be, if the site needed it, a combo of e.g. first name and nickname, or whatever. The point is that the display name could be a forced name. For my community, point 1 is the more important one. Thoughts anyone?
Giray Posted May 27, 2019 Author Posted May 27, 2019 EDIT I did try to put in a regex string in profile settings but it seems to be a 0-9 and a-z type of field only, not regex. Am I missing something?
Mark H Posted May 28, 2019 Posted May 28, 2019 That's correct, it's not a setting in which you can use regex. The help text below it shows the typical usage but without allowing the space character. If you wish to allow e.g. a-z, 0-9, hyphen, space, underscore, and period, you can use: a-z0-9- _.
Giray Posted May 29, 2019 Author Posted May 29, 2019 17 hours ago, Mark H said: That's correct, it's not a setting in which you can use regex. The help text below it shows the typical usage but without allowing the space character. If you wish to allow e.g. a-z, 0-9, hyphen, space, underscore, and period, you can use: a-z0-9- _. Thanks. Figured as much. Just wondering why no regex? It wouldn't be much of a stretch? My guess is that this system is simpler, but then again we do use regex in other parts of the community... No worries!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.