Hello,
Sorry, not full understand what you mean.
If you mean hide in real Estate manager only link to search, you need open file
{yours site}/components/com_realestatemanager/realestatemanager.php
and in it find all
Code: |
$params->def('show_search', '1');
|
and replace to
Code: |
$params->def('show_search', '0');
|
Thanks,
OrdaSoft team