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

VehicleManager component support

Go to bottom Favoured: 0

How to I remove "Hits" Column

dandollinger (Visitor)
Posts: 0
graphgraph
User Offline
How to I remove "Hits" Column 13 Years, 2 Months ago
Karma: 0  
How to I remove "Hits" Column from vehicle view where one views all available in a category?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8242
graph
User Offline Click here to see the profile of this user
Re:How to I remove "Hits" Column 13 Years, 2 Months ago
Karma: 101  
Hello,

For Hide hits in Vehicle manager please go to
{yours site}/components/com_vehiclemanager/
open file "vehiclemanager.php",
find function "showCategory"
and row:
Code:

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


change to

Code:

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


thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
dandollinger (Visitor)
Posts: 0
graphgraph
User Offline
Re:How to I remove "Hits" Column 13 Years, 2 Months ago
Karma: 0  
That did the trick. Thank you.
Logged Logged
The administrator has disabled public write access.
Go to top
»