1
colossus
Problem selecting user in Private Message
  • 2009/1/26 12:52

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


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:

$limit 200;


Changing this to, say, this...

$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

2
colossus
Re: Problem selecting user in Private Message
  • 2009/3/31 20:25

  • colossus

  • Just popping in

  • Posts: 43

  • Since: 2007/9/30


Hi:

I see this bug in XOOPS 2.3.3 also...

Regards: Colossus

3
zorro87
Re: Problem selecting user in Private Message
  • 2010/1/6 18:30

  • zorro87

  • Just popping in

  • Posts: 92

  • Since: 2006/9/29


Hi!
Thank you Colossus!

In my case I've change 200 to 400

After this modification, it was impossible to add users in Group.

In
Edit Members of this Group
Quote:

Non-members
add -->
<-- delete

had desapear!


To fix this problem:

you have to change in
\modules\system\admin_groups\groups.php

200 to 400 (in my case) on line 117

Before:
if ($usercount 200 && $membercount 200) {


After:
if ($usercount 400 && $membercount 400) {


@+
Z

EDT: I'm not quite sure it was due to the modification, but it is the solution to this problem!

Login

Who's Online

239 user(s) are online (158 user(s) are browsing Support Forums)


Members: 0


Guests: 239


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits