1
Hi:
In XOOPS 2.3.2b, and maybe prior versions, when you create a new Private Message the list to select recipient user shows only the first 200 entries.
In the file ~/class/xoopsform/formselectuser.php, line 35 states the following:
le="color: #000000"><?php $limit = 200;
Changing this to, say, this...
le="color: #000000"><?php $limit = 1000000;
..solved the problem for us.
Question is if this change may have any effect in other sections of XOOPS engine. As far as I've been able to check, everything else is working fine.
Regards: Colossus