OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Disabling / turning off Google Maps (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Disabling / turning off Google Maps

Phillips (Visitor)
Posts: 0
graphgraph
User Offline
Disabling / turning off Google Maps 12 Years, 7 Months ago
Karma: 0  
Hi,

I have not been able to find a way of turning off the google maps functionality.

When setting up new vehicles I get the following message:

"This web site needs a different Google Maps API key. A new key can be generated at code.google.com/apis/maps/signup.html."

The configuration backend screen has a field for the goodle maps API key, but there seems to be no way to turn this functionality on or off.

How do you turn google maps off.

I do want to continue to use the Address field to to provide details of the vehicles location e.g. "Australia".

Thanks

Michael
Logged Logged
Last Edit: 2011/09/06 05:08 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Disabling / turning off Google Maps 12 Years, 7 Months ago
Karma: 101  
Hi Michael,

Please add Google Map API key to Vehicle Manager backend setting

In Vehicle Manager Pro - exist option for hide Google Map tabe from frontend.

Full remove it or hide in free version you need with help edit code.

In file:
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php

You need code
Code:

                              <li>
                                  <a href="#" rel="country4" onmouseout="initialize()"><?php echo _VEHICLE_MANAGER_HEADER_LOCATION ?>
                                  </a>
                              </li>



and replace it to:
You need code
Code:

                              <!--li>
                                  <a href="#" rel="country4" onmouseout="initialize()"><?php echo _VEHICLE_MANAGER_HEADER_LOCATION ?>
                                  </a>
                              </li-->



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
webmotiva (Visitor)
Posts: 0
graphgraph
User Offline
Re:Disabling / turning off Google Maps 12 Years, 5 Months ago
Karma: 0  
I tried this solution but the issue is still here.

Message: Warning: fopen(./components/com_vehiclemanager/admin.vehiclemanager.class.conf.php): failed to open stream: Permission denied in /var/www/html/.../cms/administrator/component...ger.class.others.php on line 102 Cannot create configuration file.

How can I delete or turn off this Google Maps support?

Thanks in advance!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Disabling / turning off Google Maps 12 Years, 5 Months ago
Karma: 101  
Hello,

Google map in Vehicle manager software free version - you may remove exactly like describet in before post.
In Pro version - you may remove that with help Vehicle manager setting.

Error "Cannot create configuration file." - ordinary happened when some body manual change files/folders permissions.
For you - yours HTTPD server can't take access to configure file. Please with help ftp or cPanel - check permission for configure file - please set it as 666
Please check permission for file folder, please set it as 777

Thanks
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»