OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How to remove columns in Vehicle Search (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

How to remove columns in Vehicle Search

abrownleo (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
How to remove columns in Vehicle Search 11 Years, 10 Months ago
Karma: 0  
Hi There,

I have a few questions regarding Vehicle Manager Pro version. I am running it in joomla 1.7

I am wanting to remove all rental options from the front end. On the Vehicle Search page there are columns I would like to get rid of, such as Category, Hits and Available for Rent as this is going to be a car sales website only. Could you please tell me where I can do this or if it can just be done via the settings in the back end.

Also I have noticed my price is not showing in front end even though I am putting it into the backend.

And when I save a vehicle in the backend is there a Automatic 'Published' button or do I have to press 'Published' and 'Approved' everytime I edit or add a new vehicle.

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:How to remove columns in Vehicle Search 11 Years, 10 Months ago
Karma: 101  
Hello,

- show/hide rental in Vehicle manager - you may with help backend options

- Hints you may hide in vehicle manager if in file
{yours site}/components/com_vehiclemanager/vehiclemanager.php
replace
Code:

$params->def('hits', 1);

to
Code:

$params->def('hits', 0);


- for hide Category in Vehicle manager - you will need edit code or ask from us custom version. Below small customization manual

Automatic 'Published' button or do I have to press 'Published' and 'Approved'
In Vehcile manager Pro version - you may with help Option configure that. And set user group

Vehicle manager 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
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


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
»