Hello ,
For remove expiration date from Real Estate manager frontend please open file:
{yours site]/components/com_realestatemanager/realestatemanager.html.php
and find and remove below code:
Code: |
<?php if(trim($house->expiration_date)){ ?>
<tr>
<td nowrap="nowrap" align="right" class="title_td">
<strong><?php echo _REALESTATE_MANAGER_LABEL_EXPIRATION_DATE; ?>: </strong>
</td>
<td>
<?php echo $house->expiration_date; ?>
</td>
</tr>
<?php } ?>
|
Please first do that file backup
Thanks,
Ordasoft team