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

VehicleManager component support

Go to bottom Favoured: 0

Additional Search on Search

tonyr@famrob.co.za (User)
Senior Boarder
Posts: 54
graphgraph
User Offline Click here to see the profile of this user
Additional Search on Search 7 Years, 8 Months ago
Karma: 0  
Hi there,
Once I have done a search and the results are displayed.... there is "another" search option displayed....
How do I remove items from this second search criteria box?

I want to remove/hide rental, listing status and listing type.
Logged Logged
The administrator has disabled public write access.
AnnaZ (Visitor)
Posts: 0
graphgraph
User Offline
Re:Additional Search on Search 7 Years, 7 Months ago
Karma: 0  
Dear Tony,

We've deleted unnecessary fields from search on search results.

To delete items from this second search (on results page), we went to your_website/components/com_vehiclemanager/views/show_search_vehicle/tmpl/default.php

and deleted following pieces of codes:

Code:

<div class="fix_width_3">
        <span class="col_04"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT; ?></span>
        <div class="col_05_06">
          <span class="col_05"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_FROM; ?></span>
          <input type="text" id="search_date_from" name="search_date_from">
        </div>
        <div class="col_07_08">
          <span class="col_07"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_UNTIL; ?></span>
          <input type="text" id="search_date_until" name="search_date_until">
        </div>
      </div>



and

Code:

<div class="fix_width_4">
            <span class="col_01"><?php echo _VEHICLE_MANAGER_LABEL_LISTING_STATUS; ?></span>
            <?php echo $params->get('listing_status_list'); ?>
          </div>

          <div class="fix_width_4">
            <span class="col_01"><?php echo _VEHICLE_MANAGER_LABEL_LISTING_TYPE; ?></span>
            <?php echo $params->get('listing_type_list'); ?>
          </div>



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