OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Search extra criteria

tonyr@famrob.co.za (User)
Senior Boarder
Posts: 54
graphgraph
User Offline Click here to see the profile of this user
Search extra criteria 7 Years, 8 Months ago
Karma: 0  
Hi there,
In the search.... all the "additional" search criteria items are ticked by default.
How can I change them all to be un-ticked by default?
Logged Logged
The administrator has disabled public write access.
AnnaZ (Visitor)
Posts: 0
graphgraph
User Offline
Re:Search extra criteria 7 Years, 7 Months ago
Karma: 0  
Dear Tony,

To make search criteria items unticked by default, please do following:

Go to your_website/modules/mod_vehicle_manager_search_pro/tmpl/ and in file degault.php find phrase VM_search_checkbox
Below you will find all checkboxes. To make unticked checkbox, you shoul delete checked="checked" from needed item.
For example
Code:


<div class="VM_search_title">
                    <?php echo _VEHICLE_MANAGER_LABEL_TITLE ?>:&nbsp;<input type="checkbox" name="Title" checked="checked">
            </div>



after removing should looks like

Code:


<div class="VM_search_title">
                    <?php echo _VEHICLE_MANAGER_LABEL_TITLE ?>:&nbsp;<input type="checkbox" name="Title">
            </div>



Please before making any changes, make a back up of file.

Best Regards,
Anna
ordasoft.com
Logged Logged
The administrator has disabled public write access.
Go to top
»