*

miyedos

  • *
  • 4 posts
radius search plugin doesnt show all listings!
« on: April 17, 2016, 03:10:18 PM »
Using search radius plugin, extremely nice and useful but cant show may all listing.

I have now more than 10.000 ads listing on my website but only show maximum 80-90 listings!

Checked coordinates, seems ok and filled all cities; searched and corrected item_location on database but cant correct this issue.

How can I solve this?

Also I checked ‘see same category listings nearby regions’ but only show one item on the map.

thanks or all replies and kind full help!

*

MB Themes

Re: radius search plugin doesnt show all listings!
« Reply #1 on: April 18, 2016, 07:48:51 AM »
@miyedos
Well we are using osclass functions to get listings.
Go to file:
oc-content/plugins/radius_search/listings_map.php

Find all occurences of (there are 2):
Code: [Select]
osc_has_items()
Replace with:
Code: [Select]
osc_has_latest_items()
And in general settings set how many latest ads you want to see.


Test this and if successful, revert changes back, it would cause issue on search & item page for map, but will give us more info where the problem is.

// Or PM me ftp login details and I will do testing by myself.
« Last Edit: April 18, 2016, 07:50:34 AM by frosticek »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

miyedos

  • *
  • 4 posts
Re: radius search plugin doesnt show all listings!
« Reply #2 on: April 19, 2016, 10:09:49 PM »
sent pm

could you check?

*

MB Themes

Re: radius search plugin doesnt show all listings!
« Reply #3 on: April 21, 2016, 08:38:04 AM »
@miyedos
Problem is that you have set some low limit in map settings of plugin:
Max. listings shown on map (4) - there is probably set max. 200 listings
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots