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

VehicleManager component support

Go to bottom Favoured: 1

How to remove some fields?

dragisa (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
How to remove some fields? 12 Years, 3 Months ago
Karma: 0  
How to remove input "VehicleID" in "Add vehicle" on frontend? (better than some make mistake...)

How to remove input "Vehicle type" in "Add vehicle" on frontend? (site use just for Ferrari cars)

How to remove input "Listing type" in "Add vehicle" on frontend? (site use just for sales)

How to remove input "Price type" in "Add vehicle" on frontend?

All other fields we not use, I removed successful.

Thank you in advance,
Dragisa
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:How to remove some fields? 12 Years, 3 Months ago
Karma: 101  
Hello,

You may do that self, or you may hire us for that.

ours component have Open source,

it have two parts admin and frontend.

in admin you will see two files:
{yours
site}/administrator/components/com_vehiclemanager/admin.vehiclemanager.html.php
site}/administrator/components/com_vehiclemanager/admin.vehiclemanager.php


admin.vehiclemanager.html.php - responsible for show data
admin.vehiclemanager.php - responsible for prepare data

exactly for frontend
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php
site}/components/com_vehiclemanager/vehiclemanager.php

vehiclemanager.html.php - responsible for show data
vehiclemanager.php - responsible for prepare data

Also all fields what you leave empty - will not show at frontend

In yours case:
you need open file:
vehiclemanager.html.php

and check function: editVehicle

If you give full details what exactly you wish, we will self create that for
you. Yours request you may send to OrdaSoft support form

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
dragisa (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:How to remove some fields? 12 Years, 3 Months ago
Karma: 0  
Dear Ordasoft team,

First, I want to tell you THANK YOU for fast and nice support!

I have not the problem when I remove all fields, except Required fields and VehicleID field.
When I remove above fields, script not running. (when I click on the "Save" button, happen nothing!
I think that script use some data from this fields and they need to fill something there... Its not enough
just to edit vehiclemanager.html.php file (I think)

Any way, I need the fields in the list below:

1. Category:
2. Description:
3. Maker:
4. Model:
5. Price:
6. Vehicle Title:
7. Address:
8. Click on the map to choose the vehicle location:
9. Year of issue:
10. Condition:
11. Listing status:
12. Contacts:
13. Exterior colors:
14. Exterior extras:
15. Interior colors:
16. Dashboard options:
17. Interior extras:
18. Upload main photo:
19. Click to upload new photos for vehicle photo gallery:

All the other fields I not need.

Thank you in advance!
Dragisa

PS: You can see my site here: ferrarossa.com/auto7777
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:How to remove some fields? 12 Years, 3 Months ago
Karma: 101  
Hello Dragisa,

Sorry for delay,

I can't check all what other do with ours component. Because that I give small manual how - yoou self can do that.
Because that we give for you possibility do all self or ask from us custom version.

Again, please not fill fields what you no need - and these fields will not appear at frontend, please rename fields what not useful for you

Again sorry,

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