The new version of the UserProfile module has optimisation and integration improvements. It is highly recommended that you upgrade to this version. You can see it in action on PokerDIY (feel free to set up an account to test) or you can download a trial version here.
Enhancements
Sponsored Enhancement: Profile Pic can now be retrieved with UserID only - eg. /DesktopModules/Smart-Thinker%20-%20UserProfile/Profile.ashx?id=[USERID] This is important for integration with other DNN modules like Ventrian's News Articles (See this example in a poker article).
- http://www.smart-thinker.com/Support/Forums/tabid/111/forumid/11/postid/3832/scope/posts/Default.aspx
Increased template setting size from 6000 to 10 000 for UserProfile Detail
-http://www.smart-thinker.com/Support/Forums/tabid/111/forumid/22/postid/3531/scope/posts/Default.aspx
-http://www.smart-thinker.com/Support/Forums/tabid/111/forumid/11/threadid/3132/scope/posts/Default.aspx
UserProfile Result Lists (e.g Directory) can now be filtered on Role (Host User accounts no longer appear). This allows you to have a "Show Profile" role and allow the user to chose if they want their profile public or not.
Optimised UserProfiling SQL (greatly reduces DB usage)
The UserProfile List control now only shows the Pager Footer if the total number of records exceeds the selected pagesize (much tidier)
The UserProfile List control now only shows the PageSize selector if the total records is more than 1 (smallest possible page size)
Removed "lblNoRecords.Text" from SharedResources (now in local resx file prefixed with UserSearchID), e.g. "AddUserlblNoRecords.Text"
Removed "Public Profile" setting from EditProfile (can be done using Role Filter)
BugFixes
GENDER token now handles m/f (From LiveID profile)
Decreased default cache time to 120 and changed from Sliding Expiration to Absolute Expiration
-http://www.smart-thinker.com/Support/Forums/tabid/111/forumid/11/threadid/3772/scope/posts/Default.aspx
Closed DataReader (GetUpcomingBirthdaysReader) that was not correctly closed
Please raise any queries on the Smart-Thinker Forums.