OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
how can I hide on this page the two lines "id" and (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

How can I hide on this page the two lines "id" and

admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:how can I hide on this page the two lines "id" and 10 Years, 2 Months ago
Karma: 101  
Hello,

for remove houdeId in real estate manager property october template - you need in file:
{site}/templates/os_world_property_october_2013/html/com_realestatemanager/view_house/default.php

remove rows:
Code:

          <div class="row_text">
                <span class="col_text_1"><?php echo _REALESTATE_MANAGER_LABEL_HOUSEID; ?>:</span>
                <span class="col_text_2"><?php echo $house->houseid; ?></span>
            </div>



for remove expiration_date in real estate manager property october template - you need in file:
{site}/templates/os_world_property_october_2013/html/com_realestatemanager/view_house/default.php

remove rows:

Code:

            <div class="row_text">
                <span class="col_text_1"><?php echo _REALESTATE_MANAGER_LABEL_EXPIRATION_DATE; ?>:</span>
                <span class="col_text_2"><?php echo data_transform_rem($house->expiration_date); ?></span>
            </div>



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