Calendar & description in main tab 11 Years, 6 Months ago
Karma: 0
Hi:
I would like to configurate my calendar and mark the days that are available and not available the Apartments.
From my houses I see to configurate new prices from weeks, weekends and midweek,but not only to mark the availability dates.
How should I configurate so in the advert show in green or red color for the availability ?
Also I would like to doesn't show the description in the main tab only in all information tab, how can I configurate this??
Regards,
Christian
Logged
The administrator has disabled public write access.
Re:Calendar & description in main tab 11 Years, 6 Months ago
Karma: 102
hello Christian,
In calendar days availability or not availability - appear after some bodyu send rent request for that property and you approve it. After that for that period property will not available
Thanks,
OrdaSoft team
Logged
The administrator has disabled public write access.
Re:Calendar & description in main tab 11 Years, 6 Months ago
Karma: 102
Hello Christian,
For doesn't show the description in the main tab only in all information tab in Real Estate manager - you need edit display house view.
For that you need find file:
{yours site}/components/com_realestatemanager/realestatemanager.html.php
There are you need find function:
displayHouse
and in it remove first description:
It will look some like that:
<td valign="top" class="first_td">
<strong><?php echo _REALESTATE_MANAGER_LABEL_COMMENT; ?>: </strong>
</td>
<td width="270px" align="justify">
<?php
positions_rem($house->description);
?>
</td>
</tr>
Please backup your file first.
Thanks,
Ordasoft team
Logged
The administrator has disabled public write access.
Re:Calendar & description in main tab 11 Years, 6 Months ago
Karma: 0
Hi and thanks for reply.
I don't get when you say first description.do I have to remove: first_td" or description);
I found :
<td valign="top" class="first_td">
<strong><?php echo _REALESTATE_MANAGER_LABEL_COMMENT; ?>: </strong>
</td>
<td width="270px" align="justify">
<?php
positions_rem($house->description);
?>
</td>
</tr>
But i'm not sure what do I have to remove there?
Regards,
Christian
Logged
The administrator has disabled public write access.