SharePoint DVWP: display profile page on user link
FrontPage 2003 has a great feature when converting a CAML view on a list to a XSLT data view. One problem in this conversion is that the link on a user name changes from for example UserDisp.aspx?ID=1 naar UserDisp.aspx?Force=True&ID=1. This forces the display of the information available in the UserInfo table on a user. This happens even if SharePoint Portal Server is used, and in the CAML viewt he profile page of the user in the user its my site was displayed.
This “wrong” URL is generated by a DDWRT function URLLookup.
You can get back the correct behaviour by removing the Force=True as follows:
Look for a line similar to:
and convert it into: