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

VehicleManager WishList

Go to bottom Favoured: 1

Remove Items

brad115 (Visitor)
Posts: 0
graphgraph
User Offline
Remove Items 12 Years, 7 Months ago
Karma: 0  
Hi,

I only require certain fields to show on backend and frontend, there are many fields that have no purpose to me.


How do i switch off these fields? When displaying the vehicle, i do not want to show the 'Options' tab as well.

Which file/files do i need to edit??


A Good idea would be to have a toggle switch for each field, so they can be switched on or off if needed. Each client will have different specifications, so they can be altered to suit each client.
Logged Logged
Last Edit: 2011/08/28 05:43 By .
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Remove Items 12 Years, 7 Months ago
Karma: 101  
Hello,

How do i switch off these fields? When displaying the vehicle, i do not want to show the 'Options' tab as well.
For now in vehicle manager all empty fields we not show at all in frontend.
For List field you need direct remove they from code.
Ypu need edit file:
{yours host}/components/com_vehiclemanager/vehiclemanager.html.php

For Hid option tab You need in before file
code:
Code:

<li><a href="#" rel="country2"><?php echo _VEHICLE_MANAGER_HEADER_TECHNICAL_OPTIONS;?></a></li>


replace to
Code:

<!--li><a href="#" rel="country2"><?php echo _VEHICLE_MANAGER_HEADER_TECHNICAL_OPTIONS;?></a></li-->



A Good idea would be to have a toggle switch for each field, so they can be switched on or off if needed.

We working on that now

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
brad115 (Visitor)
Posts: 0
graphgraph
User Offline
Re:Remove Items 12 Years, 6 Months ago
Karma: 0  
Hi,

You mentioned that you are working on the toggling of fields, so the user can set them on or off..


Any progress with this?

Also when a potential client fills in a 'Buying Request' Can an e-mail be sent with the request?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Remove Items 12 Years, 6 Months ago
Karma: 101  
hello,

For now in vehicle manager for all text fields - if user not fill them- we not show that.

Now we adding some like that and for all select list fields

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Remove Items 12 Years, 6 Months ago
Karma: 101  
Also when a potential client fills in a 'Buying Request' Can an e-mail be sent with the request?

In Vehicle manager Pro version that exist as option from settings

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