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

CurtisOden +11 guests

(Pagination) How to limit number of users in userlist

This discussion is related to the User List addon.
i want to show only 30 photo of users in sidebar, how do that?
try to change settings of "limit" but its not help
Tagged:

Comments

  • Posts: 113
    its possible?
  • in class.userlistmodule.php, set "->Limit($Limit)" and your settings will works


    ->Select($Select)
    ->From($From)
    ->Join('UserRole r','u.UserID = r.UserID')
    ->Where($Where)
    ->Limit($Limit)
    ->Get();
  • Posts: 113
    @jungica thanks, can you help me with this plugin more, i want to show random user avatars or hide same user avatars, option "randomize" does not work
  • Posts: 29

    @jungica: randomize doesn't work for me as well...

Sign In or Register to comment.