Help me - user profile

Hi,

I have created forum database for my organization as similar to notes.net site on web.

I have created seperate contact database for user profiles which contains user details.

I need some ideas rgarding opening user profiles by clicking on username on posted document.

ex:- sub: XXXX posted by: ABC postedon : 01-29-2008

in this if anyone clicks on ABC, ABC’s profile doc should open fetching from contacts db.

Can any one give me some ideas how to proceed.

Thanks in advance.

Subject: Help me - user profile

In your form make a computed text with following formula:{<a href=“/dbpath/profile.nsf/ByCommonName/}+ @Name([CN];@UserName) +{”?OpenDocument>@Name([CN];@UserName)}

Make this computed text as passthrough HTML.

And create a view named “ByCommonName”, with first sorted column as user’s CN.

Regards,

Litty Joseph

Subject: RE: Help me - user profile

Thanks Joseph