Download & Extend

Allow User Name, Avatar to link to profile

Project:Site User List
Version:6.x-1.0-beta1
Component:User interface
Category:feature request
Priority:normal
Assigned:pooneil
Status:closed (works as designed)

Issue Summary

Could you include an option on the configuration page for both the user name and avatar fields to link to the user's profile? The "view" column works well, but it would be nice to have this option as well.

Comments

#1

I have the same request. Please implement this in the next release.

#2

Assigned to:Anonymous» pooneil

Hi,

I was able to accomplish this using the module as-is. I did the following:

1. Go to "Administer -> Site Configuration -> Site user list".

2. Click the "Fields" tab.

3. Under "User Avatar", change the "Template" field to

    <a href="user/@uid"><img src="@_base/@picture" alt="" /></a>

4. Under "User name", change the "Template" field to

    <a href="user/@uid">@name</a>

Hopefully this is what you are trying to accomplish.

Regards,
Anthony

#3

Status:active» closed (works as designed)
nobody click here