OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
i want to hide house id from frontend (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

I want to hide house id from frontend

amet123 (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
i want to hide house id from frontend 11 Years, 8 Months ago
Karma: 0  
Hi

i want to hide house id from frontend

Regards
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:i want to hide house id from frontend 11 Years, 8 Months ago
Karma: 101  
Hello,

For hide houseId - in real estate manager. you need in file:
{yours site}/components/com_realestatemanager/realestatemanager.html.php

Find row look like below - and remove that
Code:

        <tr>
            <td nowrap="nowrap" align="right" class="title_td">
                <strong><?php echo _REALESTATE_MANAGER_LABEL_HOUSEID; ?>:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>
            </td>
            <td>
                <?php echo $house->houseid; ?>
            </td>
        </tr>


But first please backup file

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
amet123 (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:i want to hide house id from frontend 11 Years, 8 Months ago
Karma: 0  
Buy Pro Version

thanks for reply


but after that unable to submit form

regards
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:i want to hide house id from frontend 11 Years, 7 Months ago
Karma: 101  
Hello,

but after that unable to submit form

Sorry, what form ?

There are nothing - what you can't submit ?!
Please recheck what you remove

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