We have 181 guests and 6 members online

By A Web Design Company

OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
i want to hide house id from frontend (1 viewing) (1) Guest
RealEstateManager component support
Go to bottom Favoured: 0
TOPIC: i want to hide house id from frontend
#5096
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 10 Months, 2 Weeks ago Karma: 0  
Hi

i want to hide house id from frontend

Regards
 
Logged Logged  
  The administrator has disabled public write access.
#5100
admin (Admin)
Admin
Posts: 3140
graph
User Offline Click here to see the profile of this user
Re:i want to hide house id from frontend 10 Months, 2 Weeks ago Karma: 52  
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.
#5102
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 10 Months, 2 Weeks 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.
#5113
admin (Admin)
Admin
Posts: 3140
graph
User Offline Click here to see the profile of this user
Re:i want to hide house id from frontend 10 Months, 2 Weeks ago Karma: 52  
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