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

VehicleManager component support

Go to bottom Favoured: 0

Create custom field

wilaiporn (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
create custom field 11 Years, 1 Month ago
Karma: 0  
Hi, i just purchased VM Pro package 2.2 on 7 Jan 2013.
I would like to add a new custom vehicle field (add a new custom textfield, textarea field, dropdwon field, date field).


Ref : If you will add new fields in Vehicle manager - that Yes you will need go through these files and database
www.ordasoft.com/Forum/VehicleManager-co...new-fields.html#5420
and
www.ordasoft.com/Forum/VehicleManager-co...ngth-field.html#5842

How do i start(to finish) coding in VM to add a new custom field .
Thank you very much.
Logged Logged
Last Edit: 2013/02/03 02:01 By wilaiporn.
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:create custom field 11 Years, 1 Month ago
Karma: 101  
Hello,

I am sorry, I can't describe full add field process, that will need do to many places, you will need add that to code (to some files) and to Database.
As result I may forgot some details.

best if you check below ours custom manual, and self will check how ours component work.
With that you self step by step will add fields exactly to places where you need.

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
site}/components/com_vehiclemanager/vehiclemanager.php

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

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 file.
{yours site}/components/com_vehiclemanager/language

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

fo database you will need check tables what start from "vehicle" prefix

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,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
wilaiporn (User)
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
Re:create custom field 11 Years, 1 Month ago
Karma: 0  
HI, Thanks for reply.

The below of your guide is a copy massages that you you answered for opensource service in this forum(i was read).

I purchase your VM Pro 2.2 Package, i'am not a opensource user.

Unbelievable!!!!!!> for you answer a custom like this
I've feel so bad for you answer "m sorry, I can't describe full add field process", you ara an VehicleManger Component Devoloper and i'am sure you have plan for update a new VM version.

Here is a profrofession service for a customer for need help from a vender that have product bandle with professional.
forum.mosets.com/forumdisplay.php?f=35

In a joomla component product of mosets they try to help a customer or user to modify any code and how to create a custom field or create a new field of vehicle that is a very basic code for a developer.

Please service like a professional vender, Ordasoft.
Regards
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:create custom field 11 Years, 1 Month ago
Karma: 101  
Hello,

I am sorry, I checked they forum posts.
They also help to clients if changes ask simply code change. They not show how do big component upgrade.

Add full new fields to Vehicle manager ask rebuild many files and Database.
For correct add these I self will need do that all after that check that all, and that ask much time. And as result - very many users will try add that code to full other places. As result very many errors.

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