$config['module_overwrites']['categories']['hidden'] = FALSE; // change to FALSE if you want to use the generic categories module
$config['module_overwrites']['tags']['hidden'] = FALSE; // change to FALSE if you want to use the generic tags module
…
yes i do have those categories setup is working but the category section in your module for locations is not working, when i add a category by clicking add button it pop up a form for categories and add successfully but not showing in drop down....
@onegun yes i checked if i print the $values...
[latitude] => [longitude] => [published] => yes ) .It means the lat and longt fields have nothing if i dont enter values ...and when i enter values it shows that lat and longt...That means i …
i have find this code in your model that is in locations_model have following function which is used for geo location
function on_before_save($values)
{
$CI =& get_instance();
$CI->load->helper('google');
if (!empty($values['addre…
as well i have added categories when adding locations but it not showing in dropdown while in categories section there are categores which i have added but not in dropdown for locations form
let me more clear i want to user your form as a base for locations but i have no good idea about form as its my first project in fuel and codeignitor so thats why i am stucked....
i am unable to find the form...where is state field want to remove it and also want to add location name city etc in which when i type the name of any location like Portland it populates the Lat and longt fields automatically...using api...i am wait…
its still shows empty...but i have run it in different way...and i am successful in map.php , i have done all this...
<?php fuel_set_var('page_title', 'Map: My Website'); ?>
My Website
A long, long, time ago, in a galaxy far, far away...…
i have done new installation of the fuel and the error is removed now and now the locations are being added successfully but when i access them from front end it shows nothing http://localhost/directory/index.php/listings it says..No results have b…
while on front end when i got to listings ...it says...No results have been located......and when i access map i got blank white page....i have added two maps in admin ....although which have issue i discussed with you...like when i save the locatio…
If i remove that line from my_fuel_module ....the locations module is not showing in the admin.....and if i dont remove it ,it appears there in the admin and the error after saving it that i have mentioned earlier....Exception: Class property locati…
yes now its configured but on admin after saving any record its giving error
Exception: Class property locations does not exist in ..............www\new\fuel\modules\fuel\libraries\Fuel.php but i have put Fuel_locations in libraries where its giving…
and now i have put this as well in my_fuel_module...$config['modules']['locations'] = array(); and it gives error Unable to locate the file: location_model.php
i have done all this in my_fuel...$config['modules_allowed'] = array(
'user_guide',
'flash_news',
'locations',
);
$config['dashboards'] = array('flash_news','locations');
i am unable to configure it ...i am not installing it just doing and pasting all the things where needed as u described...created database table by importing sql from install and pasted location.php and fuel config folder but still no access there i…