OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Remove table details (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Remove table details

Meccup (User)
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Remove table details 10 Years, 9 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: 8243
graph
User Offline Click here to see the profile of this user
Re:Remove table details 10 Years, 9 Months ago
Karma: 101  
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
»