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

VehicleManager component support

Go to bottom Favoured: 0

Issues

fleetrates (Visitor)
Posts: 0
graphgraph
User Offline
Issues 12 Years, 9 Months ago
Karma: 0  
Issue


1. When I enter categories in all caps it displays all lowercase. Where in the code can I change this. Actually all of the pulldown pieces do this. Capital letters are a necessity.

2. I want to remove Price from the list display the gallery display and the car dispay page.

3. I would like to move the gallery pictures to the top of the page. Is this possible?
Logged Logged
The administrator has disabled public write access.
fleetrates (Visitor)
Posts: 0
graphgraph
User Offline
Re:Issues 12 Years, 9 Months ago
Karma: 0  
OK scratch the price piece.

It works OK once I switched pricetype and price except that it strips the , and the . I even switched the field type to plain text and it still does it. How do we fix this?

And the lowercase issue is coming somewhere in the admin page. It is right in the category table but wrong on the vehicle add page. How is this fixed?

And I still want to switch gallery images up to the top.

Also I want to put a banner with a link on the bottom of every page on the vehicle front end. Any suggestion?
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:Issues 12 Years, 9 Months ago
Karma: 101  
. When I enter categories in all caps it displays all lowercase. Where in the code can I change this. Actually all of the pulldown pieces do this. Capital letters are a necessity.


Please check yours Template for Ypours Joomla site. For Joomla default template - that all work fine.

2. I want to remove Price from the list display the gallery display and the car dispay page.
You need open file:
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php

and in it in function "displayVehicles" - check all where you will see "Price"

I would like to move the gallery pictures to the top of the page. Is this possible?
You need open file:
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php

and in it in function "displayVehicle" -

In it find table what start with:
Code:

                            <table>
<?php if (count($vehicle_photos) > 0) { ?>



And move that table in this function top

Price for me work good,

For Banner places - please check yours current site template

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
fleetrates (Visitor)
Posts: 0
graphgraph
User Offline
Re:Issues 12 Years, 9 Months ago
Karma: 0  
Ok I got Everything working pretty good. If you would like to see it. www.exportextra.com

The last piece i would like to do would be Search Engine Friendly address or mod rewrite like the rest of the site.

Any thought?
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:Issues 12 Years, 9 Months ago
Karma: 101  
Hello,

Ours component Vehicle M,anager for URL friendly - use sh404sef component. Please check ours plugin for it:
ordasoft.com/Download/View-document-deta...cle-Manager-2.0.html

But for search - not all parameters in SEO friendly

You may check how it work - and buy custom version if will need

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
fleetrates (Visitor)
Posts: 0
graphgraph
User Offline
Re:Issues 12 Years, 9 Months ago
Karma: 0  
I followed the instructions. but I cant find where to turn it on?

if you could be more descriptive or login and look.
Logged Logged
Last Edit: 2011/07/01 14:01 By admin.
The administrator has disabled public write access.
Go to top
»