Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 12

CurtisOdenericgillette +10 guests

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...

Comments

  • I'm not able to reproduce this. What version of Vanilla are you running?
  • You need to modify the coding in class.userlistmodule.php. It is very simple only. I don't know whether I can release the next version of this addon.
  • $this->Users = $SQL
    ->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.
Sign In or Register to comment.