Shows 50 Users no matter what limit is

edited October 2010 in Vanilla 2.0 - 2.8
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.