That update was fast! But sadly still buggy, now it shows 1 member per page only.
InviteSystem\XF\Pub\Controller\Member.php
Change line 14
$perPage = 1;
to
$perPage = $this->options()->membersPerPage;
then its fixed. :)
Hey,
the addon is using the "ACP->User options->Members to list per-page" as how many invites should be shown on members profile per page and by default its set to 20. As soon as a user invited more than 20 people there are multiple pages to see the other invites.
The problem is, that you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.