Users running a non-download version of Vanilla (pulled from github), on branch release/2019.016 or master from the last 2 weeks should upgrade to release/2019.017 or latest master for security reasons. Downloaded official open sources releases are not affected.
Shows 50 Users no matter what limit is
This discussion is related to the User List addon.
Thanks for this - I miss the V1 addon but am hopeful. Shows 50 users no matter what I do...
0
Comments
->Select($Select)
->From($From)
->Join('UserRole r','u.UserID = r.UserID')
->Where($Where)
->Limit($Limit)
->Get();
The query should be like this. I was having problem in thumbnails too.