1
kappen
group module changed
  • 2004/5/7 16:18

  • kappen

  • Just popping in

  • Posts: 22

  • Since: 2004/3/19


I asked this a while back but didnt get an answer so I am asking again. Does anybody know what would change the group permision area from looking like its suppose to

This

To looking like

This


Any help would be appreciated I cant believe a bug would add a link to the find user option so I am thinking this is the work of a module or a option I changed.

2
irmtfan
Re: group module changed
  • 2004/5/7 16:33

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


i have this problem too & i ask it in this topic.

3
cauchy
Re: group module changed
  • 2004/5/7 19:19

  • cauchy

  • Just popping in

  • Posts: 4

  • Since: 2004/4/7 1


edit this file:
\modules\system\admin\groups\groups.php

replace this line:
le="color: #000000"><?php if ($usercount < 200 && $membercount < 200) {


with:
le="color: #000000"><?php if ($usercount < 2000 && $membercount < 2000) {


ciao

4
Mithrandir
Re: group module changed

I think it has to do with a memory problem when having many users.

Loading every user simply killed the available memory, hence the "find user" when you have so many users.