OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Update to Vehiclemanager 4.1.47 PRO (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Update to Vehiclemanager 4.1.47 PRO

gingerweb (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Re:Update to Vehiclemanager 4.1.47 PRO 5 Years, 5 Months ago
Karma: 0  
Great thanks got the update now.

Im not happy with the map adjustment though - is there a way to manually put in the Long and Lat? Otherwise i have to manually navigate on the map to the location which takes ages - The map will NOT pupulate from an address or postcode in England.

Also there are other Cities in the south west other than Swindon, Exeter and Bristol - can i populate these fields myself ?

thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8264
graph
User Offline Click here to see the profile of this user
Re:Update to Vehiclemanager 4.1.47 PRO 5 Years, 5 Months ago
Karma: 101  
Hello

The map will NOT pupulate from an address or postcode in England.
Sorry, RealEstateManager(ordasoft.com/Real-Estate-Manager-Software-Joomla.html) only use Google Map API, we not create it.

is there a way to manually put in the Long and Lat?
You may click on map.

You may find in file
{site}/administrator/components/com_vehiclemanager/vehiclemanager.html.php

code look like
Code:

                  <td><input class="inputbox" type="text" id="vlatitude" name="vlatitude" size="20" value="<?php echo $row->vlatitude; ?>" readonly/></td>


and replace to
Code:

                  <td><input class="inputbox" type="text" id="vlatitude" name="vlatitude" size="20" value="<?php echo $row->vlatitude; ?>" /></td>



and
Code:

<input class="inputbox" type="text" id="vlongitude" name="vlongitude" size="20" value="<?php echo $row->vlongitude; ?>" readonly/>

Replace to
Code:

<input class="inputbox" type="text" id="vlongitude" name="vlongitude" size="20" value="<?php echo $row->vlongitude; ?>" />


Please backup this file first

Also there are other Cities in the south west other than Swindo
Please check: in Vehicle Manager, you now may fill country, region and city or as "text fields" or as "Select list field". You may do this with help option "admin"->"VehicleManager"->"Setting"->"Global Settings"-> "Show country, region and city option as text field"
If you set it to NO - You will see "Select List" for "countries, cities, regions". You may set all countries, cities, regions with help the files:
{your site}/components/com_vehiclemanager/countrys_and_regions.txt
{your site}/components/com_vehiclemanager/regions_and_citys.txt
Please backup them first

Regards
Andrew
OrdaSoft team
Logged Logged
Last Edit: 2019/01/03 10:17 By admin.
The administrator has disabled public write access.
gingerweb (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Re:Update to Vehiclemanager 4.1.47 PRO 5 Years, 5 Months ago
Karma: 0  
That all works great - many thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8264
graph
User Offline Click here to see the profile of this user
Re:Update to Vehiclemanager 4.1.47 PRO 5 Years, 5 Months ago
Karma: 101  
You are welcome !!!

Happy New Year !!!!

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