OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Joomla 2.5, godaddy and site with old vehicle mgr (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Joomla 2.5, godaddy and site with old vehicle mgr

Javitable (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Joomla 2.5, godaddy and site with old vehicle mgr 10 Years, 11 Months ago
Karma: 0  
Hello,

My client has an automobile site using an older version of your vehicle manager (joomla 1.5) and I am trying
To upload and/or remove images, change content and add a form.

1. The site is hosted on godaddy so I had to upgrade the web site and then add the joomla application.
2. Now when I view the website online I just get the joomla site and not the real website that I used to get.

How can I fix this ASAP????


Then I realize that I manage the site I must use the Site admin.

What changes do I need to make to enable easy management of images, all content and add a credit form?

But most importantly I need to get my website back to normal.

Thanks for all your assistance.

Jim
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:Joomla 2.5, godaddy and site with old vehicle mgr 10 Years, 11 Months ago
Karma: 101  
Hello,

2. Now when I view the website online I just get the joomla site and not the real website that I used to get.
Sorry, not understand what you mean, if you see some other not real site, please ask help from hoster support, may be yours site hosted on some other hosting.

Below small customization 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/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

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.
Go to top
»