Hello,
First of all - we not show empty fields
one property view you may edit in file:
{your site}/components/com_realestatemanager/views/view_house/tmpl/default.php
for remove house_id you need remove below code:
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>
|
exactly for all other
Please backup that file first
Thanks,
OrdaSoft team