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

VehicleManager component support

Go to bottom Favoured: 0

Help for install and settings

alexei (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:help for install and settings 11 Years ago
Karma: 0  
I already have firebug, but i didn't thought to use it

but i have a problem with my homepage's modules ... each links of different modules on this page goes on the homepage ...
I can't open a link for a car, i don't understand ...

I deleted the home page of HTML, and the links work ... But ... I put the slideshow on the home page, and when I clik on a link, the slideshow will appear on the new page ...
Logged Logged
Last Edit: 2013/04/03 13:43 By alexei.
The administrator has disabled public write access.
boost (Visitor)
Posts: 0
graphgraph
User Offline
Re:help for install and settings 11 Years ago
Karma: 0  
Bonjour

Si vous avez besoin d'aide ... je peux vous proposer mes services ... voici mes coordonnées :
For contact info - please use private messages.
Logged Logged
Last Edit: 2013/04/04 10:53 By admin.
The administrator has disabled public write access.
alexei (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:help for install and settings 11 Years ago
Karma: 0  
je veux bien
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:help for install and settings 11 Years ago
Karma: 101  
Hello,

Please use this forum only for product questions, if you wish exchange contact info - please use private messages.

In module links to some exactly vehicle - all may depend from menu item ID.
First of all you must have menu to VehicleManager
If links in modules continue not work correctly, you need in module seit ItemId parameter - it must be set to Vehicle Manager menu ID

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
alexei (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:help for install and settings 11 Years ago
Karma: 0  
hello, all links works good.

i need some support now to modify the apparence of the component ant differents modules ...
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:help for install and settings 11 Years ago
Karma: 101  
Hello,

you may order custom version from us what will work and look exactly as you need.

You may do that self, but for that you will need know PHP, HTML and CSS.

Small modification you may do with help change CSS styles. Please check FireBug extension for FireFox.

For vehicle manager update I below will show custom manual.

All modules located in Joomla in folder:
{yours site}/modules/

vehicle manager custom 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
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

Please do backup files and database before any update

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
»