OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
RealEstateManager component support
Go to bottom Favoured: 0
TOPIC: Remove table details
Meccup (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Remove table details 9 Years, 8 Months ago
Karma: 0  
How to remove table details

Leave only the common and location? In the admin panel, there is no such function.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 7986
graph
User Offline Click here to see the profile of this user
Re:Remove table details 9 Years, 8 Months ago
Karma: 97  
Hello,

How to remove table details, Leave only the common and location in real estate manager
You need edit one property view layout, for that please go to:
{site}/components/com_realestatemanager/views/view_house/tmpl/default.php

in that file find

Code:

<!--li><a href="#" rel="country3"><?php echo _REALESTATE_MANAGER_TAB_ALL; ?></a></li-->


and replace to

Code:

<li><a href="#" rel="country3"><?php echo _REALESTATE_MANAGER_TAB_ALL; ?></a></li>


Please backup that file first

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