Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

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.