Support Forums - Classified Ads Script Osclass

Osclass plugin support => Radius Search Plugin => Topic started by: ashwrote on March 15, 2016, 05:04:55 AM

Title: basic question
Post by: ashwrote on March 15, 2016, 05:04:55 AM
in the setting of plugin

To show map with listings wherever you want (home/search/item page), place following code to your theme.
<?php radius_map_items(); ?>

where should i paste exactly

my item location is locked on a stupid picture from last 1 month

what should i do

my website only show this fixed location for every item i dont know what to do
Title: Re: basic question
Post by: MB Themes on March 15, 2016, 09:26:19 AM
@ashwrote
Simply go to item.php and identify correct line, not sure what is problem there.

Find:
Code: [Select]
<?php osc_run_hook('location') ; ?>
Replace it with:
Code: [Select]
<?php //osc_run_hook('location') ; ?>
Above changes will disable location hook and will not show google map.
Bellow this line add your code for Radius Search.
Title: Re: basic question
Post by: Inga Randlaine on June 29, 2017, 12:36:00 PM
Hello,

have problem with install plugin.

After "install" wrote this error

Error importSQL::ModelRadius
rad_search/model/struct.sql
/home/u402544761/public_html/oc-content/plugins/rad_search/model/struct.sql

Please check your database for tables t_item_radius, t_cord_radius, t_cord_validate_radius and t_city_radius.
If any of those tables exists in your database, drop them!


What I must do it?  :o
Title: Re: basic question
Post by: MB Themes on June 29, 2017, 12:52:16 PM
@Inga
Check if following tables does not exists on your DB. If yes, drop them:
t_item_radius, t_cord_radius, t_cord_validate_radius and t_city_radius
Title: Re: basic question
Post by: Inga Randlaine on July 03, 2017, 05:35:46 PM
 they not there ;D

what to do then? :o

@Inga
Check if following tables does not exists on your DB. If yes, drop them:
t_item_radius, t_cord_radius, t_cord_validate_radius and t_city_radius
Title: Re: basic question
Post by: MB Themes on July 03, 2017, 08:39:29 PM
Reinstall plugin. If it does not help, try to redownload latest version of plugin. If problem persist, pm me login to your ftp and oc-admin and I will take a look on it next week.