- Posts: 83
- Thank you received: 0
How do I hide Not Avalaible time from the public?
- cirab63
- Topic Author
- Offline
- Premium Member
-
Less
More
12 years 4 months ago #23400
by cirab63
Hello,
Have a question and I hope someone can answer it for me. I am trying to hide the "Not available time" from the public as this is a distraction.
See attachment of the screenshort below.
How do I hide Not Avalaible time from the public? was created by cirab63
Hello,
Have a question and I hope someone can answer it for me. I am trying to hide the "Not available time" from the public as this is a distraction.
See attachment of the screenshort below.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13052
- Thank you received: 1696
12 years 4 months ago #23402
by Mr. Dam
Replied by Mr. Dam on topic Re: How do I hide Not Avalaible time from the public?
Hi,
Please check the file
components > com_osservicesbooking > helper > calendar.php
find this source code
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="font-size:11px;border:1px solid #F8A1AA !important;background-color:#FCF3F4;width:100%;padding:5px;">
<?php echo JText::_('OS_NOT_AVAILABLE_TIME')?>: <BR />
<?php
for($i=0;$i<count($tempEmployee);$i++){
echo $i + 1;
echo ". ";
echo date($configClass,$tempEmployee[$i]->start_time)." - ".date($configClass,$tempEmployee[$i]->end_time);
echo "<BR />";
}
?>
</td>
</tr>
</table>
and remove them.
Good luck
Dam
Please check the file
components > com_osservicesbooking > helper > calendar.php
find this source code
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="font-size:11px;border:1px solid #F8A1AA !important;background-color:#FCF3F4;width:100%;padding:5px;">
<?php echo JText::_('OS_NOT_AVAILABLE_TIME')?>: <BR />
<?php
for($i=0;$i<count($tempEmployee);$i++){
echo $i + 1;
echo ". ";
echo date($configClass,$tempEmployee[$i]->start_time)." - ".date($configClass,$tempEmployee[$i]->end_time);
echo "<BR />";
}
?>
</td>
</tr>
</table>
and remove them.
Good luck
Dam
Please Log in or Create an account to join the conversation.
- cirab63
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 83
- Thank you received: 0
12 years 4 months ago #23406
by cirab63
Replied by cirab63 on topic Re: How do I hide Not Avalaible time from the public?
Thank you very much
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.