Display name publicly as
Author | Posts |
---|---|
August 1, 2013 at 7:34 pm 6566 | |
Tareq Hasan | The normal user editor contains a limited dropdown list to select "Display name publicly as" which my theme uses to display the author name as a link to posts using . How do we replicate that using frontend-pro? Just create a field called "Display name publicly as" and let the user pick anything they want? |
August 1, 2013 at 8:25 pm 6571 | |
Tareq Hasan | Could this be your solution? |
August 15, 2013 at 11:16 am 6980 | |
cphine | Thanks. That sort of half worked. Seems like a lot of code. The Theme My Login registration page had this functionality without adding anything to my functions.php. Of course, can’t do avatars with the theme my login page, so I guess I’m stuck. What this doesn’t allow, however, is the selection of the display name during registration. The field is blank. Users must come back after registration to select this. Any way around that? |
August 16, 2013 at 7:58 pm 7024 | |
Tareq Hasan | Yeah, lots of code! That one was for existing users only, so it’ won’t work in user registration. One thing you could do, if not registered yet (not loggedin), you could show a text input to provide their desired display name. That should work. |