Support Forums - Classified Ads Script Osclass
Osclass plugin support => Radius Search Plugin => Topic started 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
-
@ashwrote
Simply go to item.php and identify correct line, not sure what is problem there.
Find:
<?php osc_run_hook('location') ; ?>
Replace it with:
<?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.
-
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
-
@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
-
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
-
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.