Posted by seehawk on July 3, 2009 at 2:20pm
Jump to:
| 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
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