OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Remove Search Houses link (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Remove Search Houses link

franjaco (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Remove Search Houses link 11 Years, 4 Months ago
Karma: 0  
Hi

I would like to remove the search houses link. Can you tell me what code I need to change to do this?

Thanks!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Remove Search Houses link 11 Years, 4 Months ago
Karma: 101  
Hello ,

For hide search link in Real estate manager soft - you need open file:
{yours site}/components/com_realestatemanager/realestatemanager.php

find code:
Code:

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


and replace to :

Code:

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


But first please backup that file

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
franjaco (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Remove Search Houses link 11 Years, 4 Months ago
Karma: 0  
Great, thanks!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Remove Search Houses link 11 Years, 4 Months ago
Karma: 101  
Hello,

You may vote for us on joomla.org and write excellent review

If you will have some other error or questions - please write.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»