Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Display NamesDisplay Names
Previous
 
Next
New Post
7/9/2014 5:52 PM
 

My initial post already said that I tried that, the line says:

"I have tried to use the [FIRSTNAME] token or combinations of any of the following tokens: [USERID],[FIRSTNAME],[LASTNAME] and [USERNAME], but none of them change the Display Name on the user lists."

 
New Post
7/9/2014 6:06 PM
 
sorry, I just wanted to make sure. User Registration had been reworked in DNN 7.1.x, maybe sth has been overlooked. Please log this as a bug at Support.dnnsoftware.com (create an account and pray, you'll get a "create Item" link at the Center of top row"), including all details. Thank you.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/9/2014 11:59 PM
 

Thanks, I have reported the issue on that bug tracker.

I also reported this issue on Stack Exchange, and Chris Hammond had suggested that it only works on newly created profiles. I verified that he was correct and that I created a new user with success of the Display Name presenting as I had chose it to.

http://stackoverflow.com/questions/24...

Unfortunately, the entire concept represents itself as a dynamic way to change the Display Name across the site for all users, and not a pre-processing db table entry upon profile creation that must be modified manually for each user afterwards.

I hope that someone sees this and offers to make it work like it suggests versus saying "it's how it was designed", because it clearly suggests otherwise and comes across as a clear oversight.

 
New Post
7/10/2014 3:10 AM
 
I remember that originally an update for all existing user accounts was implemented (in DNN 4), I am not sure, why this has gone, sorry.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
7/10/2014 4:20 AM
 

Mike,

if the update does not work, you can use the following SQL script in Host :: SQL to update the existing Display Names:

---------------------------------------------------
UPDATE {databaseOwner}{objectQualifier}Users
SET DisplayName = FirstName + ' ' + LastName
---------------------------------------------------

The Tokens mentioned correspond to the following fields in the table:

Token Fieldname
[USERID] UserID
[FIRSTNAME] FirstName
[LASTNAME] LastName
[USERNAME] Username

 

After doing this you should restart the application pool (in the Tools menu).

Hope that helps.

Best wishes
Michael


Michael Tobisch
DNN★MVP

dnn-Connect.org - The most vibrant community around the DNN-platform
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Display NamesDisplay Names


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out