Hi, i would like to know how to add, edit and remove fields in Vehiclemanager.
In the JED u advertise:
..that helps you to create Vehicles base (cars, trucks, buses and other Vehicles ). Free Software Vehicle Manager is simple in installation and using.
Vehicle Manager Basic - free software have a lot of options and settings what make management more effective. Admin can create category of Vehicles (cars, trucks, buses, boots, bike, used autos, car rent, cars for sale, truck for sale and other)..
And that is just the Free version. I bought the Pro version, a client would like to use it for motorcycles, so a couple of fields are not necessary for a bike, for example interior color, etc.
As far as i can see, there are no settings fot adding/editing/removing fields.
Could u help me to achieve this, so the client isn't stuck with a useless component..
Regards, Kai Gerards
Logged
The administrator has disabled public write access.
Re:Edit / Add / Remove fields 11 Years, 6 Months ago
Karma: 102
Hello Kai,
most simply way for hide some fields in Vehiclemanager: not fill them. We not show empty fields.
Most simply way for add some fields in Vehiclemanager - rename with help language file fields what no need for you.
If you need real remove some fields, you will need rewrite self code, exactly for add new fields.
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,
Andrew
OrdaSoft team
Logged
The administrator has disabled public write access.
Re:Edit / Add / Remove fields 11 Years, 6 Months ago
Karma: 0
most simply way for hide some fields in Vehiclemanager: not fill them. We not show empty fields.
Well, the client is going to fill the vehicles, and i don't want my client to see a whole bunch of fields that doesn't apply to them.
If you need real remove some fields, you will need rewrite self code, exactly for add new fields.
Very disappointing! Rewrite code to add or remove a field.
If my client wants a extra field, he always needs to contact me (as the developer) to to this.
Not very customer friendly.
If there is a way to get a refund for this component, it would be very helpfull.
Thank you.
Regards,
Kai
Logged
The administrator has disabled public write access.
Re:Edit / Add / Remove fields 11 Years, 6 Months ago
Karma: 0
no a bad solution but man! your presentation
if this is how you teach us how to modify the things?
please make a proper documentation if there is already one, for god sake please let me know where is it.
Cheers,
Anirudh.
Logged
The administrator has disabled public write access.
Re:Edit / Add / Remove fields 11 Years, 6 Months ago
Karma: 102
Hello Anirudh,
You may ask any questions, but we may give only advices, we can't create for you any custom solution, that ask many time. Belo custom manual for Vehicle Manager:
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/vehiclemanager.html.php
site}/administrator/components/com_vehiclemanager/vehiclemanager.php
vehiclemanager.html.php - responsible for show data
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
also we added posibily create extra fields and features fields, so now you may build any custom solution self. Extra fields you need enable in admin area, and rename with help Language manager
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,
Andrew
Logged
The administrator has disabled public write access.