By unxposed on
Hi,
In Views 2 I have created a new view of users, this creates a page which lists active users details in a table, 1 row per user. Items such as user picture, user name and some custom profile fields. I would however also like to add a link in each row - 'Full profile' - which then links to the respective full user profile. But such a link isn't here by default, however 'User: Edit link' and 'User: Delete link' are there within fields.
How would I go about creating a new field in views which links to the full user profile?
Thanks!
Comments
same problem....
hi,
I am having the same problem. I have found in views2 if I select the username it links to the profile but I don´t want to use the website username, I want something like "full user profile" linking to the profile but I have found no way to do it.
I tried the option "Rewrite the output of this field" in views2 with no luck :(
any clue??
I found it
I have just found how to solve this.
I have added a new field to the view "user:uid" and then in this field properties:
* Rewrite the output of this field >> "full user profile"
* Output this field as a link >> user/[uid]
hope it helps........