OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
deleterental search page (0 viewing) 

OrdaSoft template Support

Go to bottom Favoured: 0

Deleterental search page

wearewebit (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
deleterental search page 9 Years, 10 Months ago
Karma: 0  
Hello, I have bought the template with your component for the management of the vehicles. I will use the component only to the sale of my car and not to rent the car. how can I eliminate from the search page calendar for rent? thank you very much. Danilo
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:deleterental search page 9 Years, 10 Months ago
Karma: 101  
Hello

You need in file
{site}/components/com_vehiclemanager/views/show_search_vehicle/tmpl/default.php

find and remove below code
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>
  <span class="search_date_from"><?php echo JHtml::_('calendar', '', 'search_date_from', 'search_date_from', '%Y-%m-%d', array('size' => '17')); ?></span>
</div>

<div class="col_07_08">
  <span class="col_07"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_UNTIL; ?></span>
  <span class="search_date_until"><?php echo JHtml::_('calendar', '', 'search_date_until', 'search_date_until', '%Y-%m-%d', array('class' => 'inputbox', 'size' => '17')); ?></span> 
</div>
    </div>



Please backup that file first

Thanks,
ordaSoft team
Logged Logged
The administrator has disabled public write access.
wearewebit (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:deleterental search page 9 Years, 10 Months ago
Karma: 0  
thanks for the reply. within the same page I would like to remove the logo of the component .. where is it? thanks Danilo
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:deleterental search page 9 Years, 10 Months ago
Karma: 101  
Hello,

for replace or remove logo in vehicle manager soft ordasoft.com/Vehicle-Manager-Software-Joomla.html

you need replace below file
{site]/components/com_vehiclemanager/images/vm_logo.png

if you wish remove logo
Please replace logo to one pixel image

Thanks,
ordaSoft team
Logged Logged
The administrator has disabled public write access.
wearewebit (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Re:deleterental search page 9 Years, 10 Months ago
Karma: 0  
thanks for the reply.

how can I delete all the buttons in the image? Thank you. Danilo
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:deleterental search page 9 Years, 10 Months ago
Karma: 101  
hello,

Need in vehicle manager setting for these button show set NO

Thanks,
ordaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»