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

VehicleManager component support

Go to bottom Favoured: 0

How to remove search button

yili (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
How to remove search button 8 Years ago
Karma: 0  
Hi.How to remove search button on FrontPage.? thx
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:How to remove search button 8 Years ago
Karma: 58  
Hello,

For this need edit code.

Clarify for what view you want to hide that search button and we provide you information, where you can hide that.


Single category or all vehicles?

thanks,
Taras
Logged Logged
The administrator has disabled public write access.
yili (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Re:How to remove search button 8 Years ago
Karma: 0  
I want hide searching option on all vehicle on FrontPage.thx
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:How to remove search button 8 Years ago
Karma: 58  
Hello,

You need edit file default.php for hide search in all vehicles view

(your website/components/com_vehiclemanager/views/all_vehicle/tmpl

You need comment or delete below code.

Code:

<div class="search_button_vehicle basictable_54 basictable">
  <?php $link = 'index.php?option=com_vehiclemanager&amp;task=show_search_vehicle&amp;catid=&amp;Itemid=' . $Itemid; ?> 
                  <a href="<?php echo sefRelToAbs($link); ?>" class="category<?php echo $params->get('pageclass_sfx'); ?>" align="right">
                  <i class="fa fa-search"></i>
  <?php echo _VEHICLE_MANAGER_LABEL_SEARCH; ?>&nbsp;
  </a>
                </div>



Before make any changes, please make a backup of file.

see attached image.
Logged Logged
The administrator has disabled public write access.
yili (User)
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Re:How to remove search button 8 Years ago
Karma: 0  
ok. thank you..
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:How to remove search button 8 Years ago
Karma: 58  
Your welcome.

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