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

VehicleManager component support

Go to bottom Favoured: 0

Help with Queries and Forms

DJL631981 (Visitor)
Posts: 0
graphgraph
User Offline
Help with Queries and Forms 13 Years, 6 Months ago
Karma: 0  
Hi,

I have three questions!

First one:

I'm creating a special search for someone. I need to find out where the database information is to know the variable so that I can write the proper queries. For example, I have a drop down created, and when one is selected, I need that variable name from the database to write the query so that those results can be pulled when the submit button is clicked.

Second one:
Where can I changed the "used" name to "pre owned" for the vehicle listing types?

Third one: I found the file with the coding for a customer to request more information on a listing, but I want to send it to email instead of the database so that the administrator in charge of that can access the information easier. Can you let me know if this is possible?

Thanks so much!!
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:Help with Queries and Forms 13 Years, 6 Months ago
Karma: 101  
Hello,

We use so tables for VehicleManager:
jos_vehiclemanager_vehicles
jos_vehiclemanager_rent
jos_vehiclemanager_rent_request
jos_vehiclemanager_buying_request
jos_vehiclemanager_review
jos_vehiclemanager_suggestion
jos_vehiclemanager_photos
jos_categories - where section LIKE 'com_vehiclemanager'

All text constant in Vehicle Manager you can change at language files:
folder: {yours site}/components/com_vehiclemanager/language

For email you can check how we do that e.g. for lend request:
file vehiclemanager.php - please search "mail" - that for Pro version.

For free - you need use below function:
JUTility:endMail($from, $fromname, $recipient, $subject, $body, $mode, $cc, $bcc, $attachment, $replyto, $replytoname );

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
DJL631981 (Visitor)
Posts: 0
graphgraph
User Offline
Re:Help with Queries and Forms 13 Years, 6 Months ago
Karma: 0  
Thank you for the help. I'm still working through some of it, but I'll get there.

Also, I'm trying to add a new "list option" under admin.vehiclemanager.html.php and admin.vehiclemanager.php and it doesn't pick it up. I'm trying to create a drop down menu for the actual locations that a business has instead of a text input box. Are there other files which need to be edited? I would basically be overwriting or changing out the "vlocation"


Thanks!
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:Help with Queries and Forms 13 Years, 5 Months ago
Karma: 101  
Hi,

if you not change name location and yours value for this variable always equal what you show - you need edit only these files
admin.vehiclemanager.html.php
admin.vehiclemanager.php

If you change name please check also file vehiclemanager.class.php
If you need additional some change - you need check other file.

Please check how we work with "listing_type" - with simply search through all files

Thanks,
Andrew
Logged Logged
The administrator has disabled public write access.
Go to top
»