Hello,
Please take care of your reputation guys!
Because that we not give exactly file place and rows, because on forum very many users who try insert in code full post from forum and ask from us why not work what we wrote.
In last version Vehicle manager exist possibility add/hide extra fields with help Vehicle manager setting
In last version we add feature manager, wher you may add any feature fields
all fields you may rename,
empty fields not show.
you may simply rebuild views exactly as you wish
If you know html/css, below small customization manual:
In Vehicle manager 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
{yours site}/components/com_vehiclemanager/vehiclemanager.php
vehiclemanager.html.php - responsible for show data
vehiclemanager.php - responsible for prepare data
al layouts you may see and edit at folder:
{your site}/components/com_vehiclemanager/views/
All connection between what user press in Browser - do wit help TASK variable.
also if you wish all Joomla class methods work. E.g when you create new
Vehicle with help
mosVehiclemanager class. you need also edit file
site}/components/com_vehiclemanager/vehiclemanager.class.php
and add to class definition all new fields what you added to database
for work with review, responsible class from file
vehiclemanager.class.review.php
for work with buy request, responsible class from file
vehiclemanager.class.buying_request.php
for work with rent, responsible class from file
vehiclemanager.class.rent.php
for work with rent request, responsible class from file
vehiclemanager.class.rent_request.php
Most simply way now add new field to vehicle definition - that rename any fields
what you no need with help language manager tab in admin area .
also with help language file you may change options in all vehicle combobox
(options) fields
Also - any empty fields will not show at frontend
If you need change make/model - you need change below file:
{yours site}/administrator/components/com_vehiclemanager/makers_and_models.txt
Also we added to ours component very many module template positions - so you
may add any module to very many places in Vehicle manager - with help Joomla
module manager
If you give full details what exactly you wish, we will self create that for
you.
Thanks,
ordSoft team