Hello
You may do that
if in file
{your site}/components/com_realestatemanager/realestatemanager.php
in all places, the code
Code: |
$sort_arr = array();
$sort_arr['order_field'] = 'htitle';
$sort_arr['order_direction'] = 'asc';
$item_session->set('rem_housesort', $sort_arr);
|
replace to code
Code: |
$sort_arr = array();
$sort_arr['order_field'] = 'date';
$sort_arr['order_direction'] = 'asc';
$item_session->set('rem_housesort', $sort_arr);
|
Please backup file first
Regards
Andrew
OrdaSoft team