OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Joomla Real Estate

Go to bottom Favoured: 0

Remove

taito (Visitor)
Posts: 0
graphgraph
User Offline
Remove 8 Years, 3 Months ago
Karma: 0  
Hello again
How can i remove this from properties:

Rooms, Bathrooms, Bedrooms, Built year, Garages, Lot size, House size

and from categories:

sqrt, Rooms, Built year, Bedrooms,


thank you!
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Remove 8 Years, 3 Months ago
Karma: 58  
Hello,

You need edit default.php file (your website/components/com_realestatemanager/views/view_house/tmpl)

All this changes can be done via code


For example to hide Built year comment next code:
Code:

 <!--<div class="row_text">
                    <span class="col_text_1"><?php echo _REALESTATE_MANAGER_LABEL_BUILD_YEAR; ?>:</span>
                    <span class="col_text_2"><?php echo $house->year; ?></span>
                </div>-->




The same for other values. Before make any change make a copy of file.

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