OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Problem Autocomplete on search module (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Problem Autocomplete on search module

sammy979 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Problem Autocomplete on search module 3 Years ago
Karma: 0  
I use component, vehicle manager pro.
The problem occurs when I click on search button on a page generated by the menu item all vehicles.
here is a link so you can understand better:

www.autocenterbrolo.com/parco-veicoli/158/all_vehicle

When you click search ("Ricerca veicoli", link below,

www.autocenterbrolo.com/parco-veicoli/158/show_search_vehicle

and you insert keywords, the field text autofill.

Please how can I solve this? I do not want the field autocemplete!
Can you tell me how can I solve?
I can't give you access
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:Problem Autocomplete on search module 3 Years ago
Karma: 101  
For remove Autocomplete in vehicle managament component

With help FTP Go to
{Yours site}/components/com_vehiclemanager/views/show_search_vehicle/tmpl/advanced.php

and if file find code:
Code:

              <input class="inputbox" type="text" name="searchtext" size="20" maxlength="20" id="vm_adv_search_autocomplete" 


replace to code:
Code:

              <input class="inputbox" type="text" name="searchtext" size="20" maxlength="20" id="vm_adv_search_autocomplete" autocomplete="off" 


Please backup this file first

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
sammy979 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Problem Autocomplete on search module 3 Years ago
Karma: 0  
I tried this solution but doesn't work.
I'm very sad and disappointed.
I hope you can solve this problem.
If it can help, autocomplete concerns locations around the world.
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:Problem Autocomplete on search module 3 Years ago
Karma: 101  
This only add to your site "Not save new records to hiistory", but if you have these records this not help.

First you need clean your browser cache

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