1
robekras
Find member filter not correct for values of 0 in some fields
  • 2003/10/28 20:31

  • robekras

  • Documentation Writer

  • Posts: 187

  • Since: 2002/12/10


When I set the following find member filter field:
_MM_POSTSMORE => 'Number of Posts is greater than'
to 0, the member list shows members which have 0 posts and not only members which have 1 and more posts.

As far as I can rate this, it's because of the line 301 in modules/xoopsmembers/index.php:
if (!empty($HTTP_POST_VARS['user_posts_more']) ....
maybe you can change this to: if (isset(...

This is true also for some other vars in modules/xoopsmembers/index.php and also I find the same code in modules/system/admin/findusers/main.php

2
onokazu
Re: Find member filter not correct for values of 0 in some fields
  • 2003/11/4 17:08

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Thanks! I have just fixed this on CVS.

Login

Who's Online

153 user(s) are online (88 user(s) are browsing Support Forums)


Members: 0


Guests: 153


more...

Donat-O-Meter

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

Latest GitHub Commits