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

Joomla Real Estate

Go to bottom Favoured: 0

Questione!!

leo5city (User)
Expert Boarder
Posts: 92
graphgraph
User Offline Click here to see the profile of this user
Questione!! 11 Years, 10 Months ago
Karma: 0  
How to remove hits?
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:Questione!! 11 Years, 10 Months ago
Karma: 101  
Hello,

For hide hints fields in vehicle manager art time vehicle show you need:

In file
{yours site}/joomla_25/components/com_vehiclemanager/vehiclemanager.php

find row:
Code:

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


and replace it to
Code:

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


Thanks,
OrdaSoft team
Logged Logged
Last Edit: 2012/06/20 15:43 By admin.
The administrator has disabled public write access.
Go to top
»