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; ?>: </strong>
</td>
<td>
<?php echo $house->houseid; ?>
</td>
</tr>
|
But first please backup file
Thanks,
OrdaSoft team