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

VehicleManager component support

Go to bottom Favoured: 1

Change form to add new vehicle

maw (Visitor)
Posts: 0
graphgraph
User Offline
Change form to add new vehicle 12 Years, 10 Months ago
Karma: 0  
Hi I need help.
In the form, add veicle of veicle manager I need to change the head number of number-to-door lettere.Ho tried to find among the files and mysql db but I could not change. What is the file. Where can I find this field.
Thank you very much

Logged Logged
Last Edit: 2011/06/08 18:28 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:Change form to add new vehicle 12 Years, 10 Months ago
Karma: 101  
Hello

For vehicle manager

You will need open files:
{yours
site/administrator/components/com_vehiclemanager/admin.vehiclemanager.php
{yours site/components/com_vehiclemanager/vehiclemanager.php

and in they find rows like:
Code:

        $numdoors[] = mosHtml::makeOption('none',"none");
        $numdoors[] = mosHtml::makeOption('2',"2");
        $numdoors[] = mosHtml::makeOption('3',"3");
        $numdoors[] = mosHtml::makeOption('4',"4");
        $numdoors[] = mosHtml::makeOption('5',"5");
        $numdoors[] = mosHtml::makeOption('6',"6");
        $numdoors[] = mosHtml::makeOption('7',"7")

;

and change it as example to
Code:

        $numdoors[] = mosHtml::makeOption('none',"none");
        $numdoors[] = mosHtml::makeOption('Berlina',"Berlina");
        $numdoors[] = mosHtml::makeOption('city car',"city car");
        $numdoors[] = mosHtml::makeOption('all road',"all road");




Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
maw (Visitor)
Posts: 0
graphgraph
User Offline
Re:Change form to add new vehicle 12 Years, 10 Months ago
Karma: 0  
many thanks, everything works.
Surely I must ask you something else about veicle manager.
I hope you will support me.
Again many thanks.
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:Change form to add new vehicle 12 Years, 10 Months ago
Karma: 101  
You may vote for us on joomla.org
Logged Logged
The administrator has disabled public write access.
maw (Visitor)
Posts: 0
graphgraph
User Offline
Re:Change form to add new vehicle 12 Years, 10 Months ago
Karma: 0  
admin wrote:
You may vote for us on joomla.org

certainly I do
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:Change form to add new vehicle 12 Years, 10 Months ago
Karma: 101  
Thanks!
Logged Logged
The administrator has disabled public write access.
Go to top
»