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

flyMASTER’s picture

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

pooneil’s picture

Assigned: Unassigned » 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

pooneil’s picture

Status: Active » Closed (works as designed)