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

VehicleManager component support

Go to bottom Favoured: 0

Text bolded i main

Bigdane54 (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Text bolded i main 11 Years, 2 Months ago
Karma: 0  
Hi again Ordasoft admin


When adding a vehicle and you filll in the text and you afterthat see the text i "MAIN" it is bolded, but when see in "OPTION" it is not.
Can a change that to be "not bolded". Please see on your domo if you don't understand what I mean !

Can i put in a " delete the vehicle in the same area where you "edit the vehicle" ?


Thanks
John
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:Text bolded i main 11 Years, 2 Months ago
Karma: 101  
Hello,

Sorry can you send screen shot or some link ?

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Bigdane54 (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Re:Text bolded i main 11 Years, 2 Months ago
Karma: 0  
Hi

Here you have the link to your Demotemplate:

vehiclemanager9.ordasoft.com/index.php?o...d=49&Itemid=112/

If you look on the text to the right in "MAIN" are "bold" exept for the las line AudiR8
Then press "Options" and the text to the right are not bold.


Thanks
John
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:Text bolded i main 11 Years, 2 Months ago
Karma: 101  
Hello,

For that you need open file:
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php

In it find function: displayVehicle

there are start from rows:
Code:

                        <div id="country1" class="tabcontent">
                            <table class="basictable15" align="center">



There are you will see rows like
Code:

<strong><?php echo _VEHICLE_MANAGER_LABEL_MAKER; ?></strong>

and
Code:

<strong> <?php echo $vehicle->maker; ?></strong> 


so for row
Code:

<strong> <?php echo $vehicle->maker; ?></strong> 


you need replace to
Code:

 <?php echo $vehicle->maker; ?> 


But rows like
Code:

<strong><?php echo _VEHICLE_MANAGER_LABEL_MAKER; ?></strong>

you must not change


and these changes you need do until below rows:
Code:

<div id="country2" class="tabcontent">


Please first backup that file

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
Bigdane54 (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Re:Text bolded i main 11 Years, 2 Months ago
Karma: 0  
Hi Ordasoft Team

thanks. That worked


John
Logged Logged
The administrator has disabled public write access.
Go to top
»