Closed (outdated)
Project:
Real Name
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Apr 2011 at 06:55 UTC
Updated:
30 May 2016 at 21:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nancydruAt my last gig, we used Pathauto to to make "blogs/uid" point to "blogs/realname" and then "blogs/uid" always showed up with the name.
Comment #2
scotwith1thmmm...blogs are aliased like blogs/joesmith, but if i rewrite the views field to blog/5 it still takes me to blog/5 and not to the aliased path...note the 's' in the aliased path and no 's' in the core path...
Comment #3
nancydruThen it must have been Global Redirect that changed it for us.
Comment #4
scotwith1tThis is still a real thorn in my side, sorry. Would it be a huge change to make both available as views fields and do away with the checkbox in a new release or at least in dev? I wish I was strong enough in php to try this myself, but I'm just not. I now have at least 3 different ways I need this on a current site. The latest is a userreference field that's on a node type 'event', instead of showing that username I want to show their realname, but I need the unthemed username to rewrite a field to link directly to their contact page instead of their user page. If the unthemed name was available as well as realname themed, I could rewrite using
<a href="/users/[unthemed]/contact">[themed]</a>. Does that make sense? As it is now, I get either<a href="/users/joesmith/contact">joesmith</a>when i uncheck the setting to override the username in views. the link works, but this displays the unthemed name. if i do<a href="/users/JOE SMITH/contact">JOE SMITH</a>the display is correct, but the link doesn't work...see what I mean? I can probably use global redirect as you suggested, but i think this would be a very useful feature to many.Comment #5
derhasi commentedYou have to switch off Overwrite user fields in view to show realnames on
admin/user/realnameand apply the patch below, as this makes the realname available for a node's author.Comment #7
derhasi commentedAltered path in patch file and applied to current dev.
Comment #9
derhasi commentedComment #10
fuzzy76 commentedThis seems to be handled at #1239478: How to display a user's username (not real name) in Views once RealName is enabled?
Comment #11
hass commented