1. seiyass
  2. General
  3. Thursday, June 11 2015, 03:34 PM
Hi.

I notice that when the search-module throws NO RESULTS, the map-module shows every user. How can I make the map-module not show anyone...
Thanks
admin Accepted Answer
Admin
Thanks for report it :D

Quick Fix:
change at file /modules/mod_jsnmap/helper.php at line 101 from:
if(is_array($LISTIDS) && count($LISTIDS)) $where.=' AND a.id IN ('.implode(',',$LISTIDS).')';

to:
if(is_array($LISTIDS)) $where.=' AND a.id IN ('.implode(',',$LISTIDS).')';
  1. more than a month ago
  2. General
  3. # 1
seiyass Accepted Answer
Pro
It seems it is working perfectly!
Thanks
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.