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

VehicleManager component support

Go to bottom Favoured: 0

LISTING TYPE vehicle for rent

leo5city (User)
Expert Boarder
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
LISTING TYPE vehicle for rent 11 Years, 9 Months ago
Karma: 0  
how to hide "LISTING TYPe vehicle for rent" only here, in this page.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8241
graph
User Offline Click here to see the profile of this user
Re:LISTING TYPE vehicle for rent 11 Years, 9 Months ago
Karma: 101  
Hello,

Listing Type - defined What type request form we will show together with car.
if Listing type - for rent - we will show - rent request form together with car,
if Listing type - for sale - we will show - buy request form together with car,

In last version - you may not set "Listing Type" - at all, so we will not show "Listing Type" field and will not show any request form.

If you wish show Request form, but not wish show self field - you may hide that with help code edit, in before case you may do that if edit file
{yours site}componentscom_vehiclemanager/vehiclemanager.html.php

function "displayVehicle"

and there are you need fine and remove below code:
Code:

                                    <tr class="vmcolor">
                                        <td class="first_td">
                                            <strong><?php echo _VEHICLE_MANAGER_LABEL_LISTING_TYPE; ?></strong>
                                        </td>
                                        <td align="left">
                                            <strong><?php echo $vehicle->listing_type; ?></strong>
                                        </td>
                                    </tr>


But first please backup yours file

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