Problem:
When a pager is used with a <CSControl:UserList /> displaying favorite users (via setting QueryType equal to AccessingUserFavorites, UsersWatchingAccessingUser or CurrentUserFavorites on the <QueryOverrides /> for the control), the list does not page and continues to show only the first page of results.
Cause:
The <QueryOverrides /> are not being processed when displaying favorite users (via the QueryType values mentioned above).
Solution:
The code changes required to remedy this issue were applied to the update to Community Server 2007 after 2007.1.
To apply these changes to an installation of Community Server 2007.1, overwrite the Controls/User/UserList.cs file in the SDK with the following, updated version, rebuild, and deploy the CommunityServer.Controls assembly.