hello,
Thank you for the instant reply! This solved my problem!
You may vote for us on joomla.org and write excellent review
About remove ALL from Real Estate search module. You may do that with help code change.
{yours site}/modules/mod_realestatemanager/mod_realestatemanager.php
Yiu need find row look like:
Code: |
$listing_type[] = mosHtml::makeOption('all',_REALESTATE_MANAGER_LABEL_ALL);
|
or
Code: |
$listing_status_type[] = mosHtml::makeOption('all',_REALESTATE_MANAGER_LABEL_ALL);
|
and replace to
Code: |
$listing_type = array();
|
or
Code: |
$listing_status_type = array();
|
But please first backup files what you will do edit.
Thanks
OrdaSoft team