OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Joomla Real Estate

Go to bottom Favoured: 0

Information fields

Dal Magro (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Information fields 11 Years, 7 Months ago
Karma: 0  
Hi ,
i don't want the field expiration date on front end information schedule.
What i have to do to erase this field?
Thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Information fields 11 Years, 7 Months ago
Karma: 101  
Hello,

Any field in real estate manager what you leave empty =- will not show at frontend

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Dal Magro (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Re:Information fields 11 Years, 7 Months ago
Karma: 0  
Not all ,is impossible to leave empty the expiration date.If i try to erase 00-00-0000 in the field,always come back
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Information fields 11 Years, 7 Months ago
Karma: 101  
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; ?>:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong>
</td>
<td>
<?php echo $house->expiration_date; ?>
</td>
</tr>
<?php } ?>



Please first do that file backup

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