My user list is acting weird. Until now I had a custom filter sql statement which I believed find. Basically it checked the privacy table and made sure onyl public profiles get showed.
From what I understand cb-privacy should respect privacy in user list so a custom filter rule seems to be unessesary. But now the user list is acting weird. I have set it to show 5 user per page. But actually it is showing 2, 3 or 4, like any number you can think of.
It looks like that it is fetching 5 users to show and simply removes the users which are not public, thus reducing the number which is getting displayed. If so then this is not how this should work.
Also I have issues with SEF extension, paging does not seem to work well with SEF enabled, but I have to do some more checks on this.
So first of all I need to know I am correct that privacy should be respected in users list so no additional privacy filter is required. And also I need to know what the list does not display the number of users per page that I have set it to display.
Third, what can be the reason for the SEF issues?