Byron
-
9/26/2011 7:45:55 AM
RE:Getting a user's profile URL without using a transformation
Alright, so I have a site. There's a templated page called "members" off the root. The page has the friends viewer and uses the MembersList transformation. I get nothing, well, not true, I get a 404 error.
http://bp.thesabagroup.ca/Members/Jason.aspx Jason is a valid user.
Under Settings > Community > Member Profile Path the value is: /Members/{UserName}
From what I understand and I may well be wrong the entire path "/Members/{UserName}" + .aspx is generated dynamically. So I shouldn't need a page called "Members" off the root... Or is this an erroneous thought?
How, using 5.5R2 can I show someone the public profile of a user (for example using the invitation message/email link to view the user profile)? Because right now, it's just not working.
|