OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How to remove "Show My Houses" button (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

How to remove "Show My Houses" button

findshare (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
How to remove "Show My Houses" button 10 Years, 1 Month ago
Karma: 0  
Where do I remove this button:

_REALESTATE_MANAGER_LABEL_SHOW_MY_HOUSES

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:How to remove "Show My Houses" button 10 Years, 1 Month ago
Karma: 101  
Hello,

what version component you use (or template ) and when you see that (how we can reproduce that) ?

Ordinary that constant for for show every user properties in real estate manager

Thanks,
ordasoft team
Logged Logged
The administrator has disabled public write access.
findshare (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Re:How to remove "Show My Houses" button 10 Years, 1 Month ago
Karma: 0  
I am using the latest PRO version of REM.

The button only shows on the "All Category" listing page, not on sub-categories or houses.

When clicking on it it just loads a blank page. I have removed the text in language manager, so now it only shows a small blue square.
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:How to remove "Show My Houses" button 10 Years, 1 Month ago
Karma: 101  
Hello

You need add to you CSS some like below line:

Code:

form[name=show_my_houses] {    
display: none;
}  



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
findshare (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Re:How to remove "Show My Houses" button 10 Years, 1 Month ago
Karma: 0  
Thanks

added the code to my template.css file and it worked.
Logged Logged
The administrator has disabled public write access.
Go to top
»