I’m trying to create a hyperlink on each member in a listing in order to enable that user to be edited, but can’t seem to make the link between the hyperlink and the edit form populated with the correct details. I’m using the Solspace User module.
The admin/view_member path is specific to my app.
In the member listing the code is as follows, and works fine.
<
pre>{exp:user:users orderby="total_entries" sort="desc" dynamic_parameters="yes"}
<a href="http://{path=">{username}</a>
{/exp:user:users}
In my subsequent view_member page the code is as follows, but isn’t picking up the specific member. I’ve also tried passing through the username/email but that doesn’t work either.
{exp:user:edit}
{member_first_name} {member_surname}
{/exp:user:edit}Where I achieve the same thing with weblog entries I pass through the url_title, but this doesn’t apply with member records. Any ideas?
Thanks, Diarmid
[Mod Edit: Moved to the Modules: Discussion and Questions forum]
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.