In my profile setup I have separated first and last names into separate fields to allow for alphabetizing by lastname. In my table view of users, I set up the firstname field to be excluded from the display. The last name field writes both the firstname and lastname fields sets the field to link to the user profile. (Please see the attached screenshot of the lastname field in the view editor).
Under the previous version (6.x-2.7) this would display the full user name (first and last) as a link to the user profile. In 6.x-2.7 only the first name get's linked, not the last. (Please see the second attached screenshot to see the table cell with only firstname linked.
| Comment | File | Size | Author |
|---|---|---|---|
| output.jpg | 157.2 KB | kari.nies | |
| view.jpg | 344.53 KB | kari.nies |
Comments
Comment #1
les limI just tried to replicate this on a clean install using profile fields and the same method, and I didn't have any problem. You might try clearing your Views cache, just for fun.
Are there there any overrides affecting your view from the theme layer?
Comment #2
kari.nies commentedI found the problem. I noticed something else odd, my affiliation field was also linking to the user profile when I had not specified a link in the view. I went back to look at the field setting and noticed that when upgrading from 2.6 to 2.7 a new option for profile fields called "Link this field to its user" got is added *AND IT IS SET TO ON BY DEFAULT*.
This was true of all my profile fields and it was causing my output to get screwed up. The fix was to simply uncheck this option on all the profile field setting and my view went back to normal.
-- Kari
Comment #3
kari.nies commentedfixed
Comment #4
les lim