Hi,
I tried to add sql query but something is wrong. I'll get the result that every properties are viewed 1 time..

Something is wrong in my sql query.
I added this code to j01010listproperties.class.php:
$query="SELECT count FROM #__jomres_pcounter WHERE `p_uid` = '".(int)$property_uid."' LIMIT 1 ";
$clickList= doSelectSql($query);
$b1=count($clickList);
$property_deets['CLICKCOUNT']=$b1;
$property_deets['HCLICKCOUNT']=jr_gettext('_JOMRES_PROPERTYLIST_COUNTER_LABEL',_JOMRES_PROPERTYLIST_COUNTER_LABEL);
$output[] =jr_gettext('_JOMRES_PROPERTYLIST_COUNTER_LABEL',_JOMRES_PROPERTYLIST_COUNTER_LABEL);
Where I'm wrong???
Regards,
Ingus