How to NOT display some informations ?

More
9 years 5 months ago #51734 by jo
Hello there,
Enclosed a screenshot with some informations I don't want to display, since it's useless in my case.
I have only one employee (myself) and only one product (and category) to display.
On the screenshot, is it possible to not display the following :
- Category on top left: Bugzero - Help (since I do have only 1 category)
- IT support on top
- Select Employee and make a booking: Since I'm the only one employee :)
- Information about the venue: I will practice my product using remote access, so I don't want people to come to my office.

I hope it will be ok :)
Thanks again for your great product !

Greetin,
Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #51735 by Mr. Dam
Replied by Mr. Dam on topic How to NOT display some informations ?
Hi Jo,
We can only remove the parts: Category and Venue information. Please submit ticket and send your site information with super admin, ftp account. I will help you to solve it
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #51797 by jo
Hello Dam,
Thanks for your reply.
Do you mind to tell me what to do ?
Indeed, I would like to be able to do the changes each time you update your module, without to ask you each time.
I wouldn't disturb you each time.

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #51812 by Mr. Dam
Replied by Mr. Dam on topic How to NOT display some informations ?
Hi Jo,
You already know how to remove Venue information. To remove category information, you can follow these step
1. Open file: components > com_osservicesbooking > classes > default.html.php
2. find
<div class="span12">
<div class="div_category_details">
<div class="div_category_name">
<?php
echo $category->category_name;
?>
</div>
<?php
echo $category->category_description;
?>
</div>
</div>
<div class="clearfix"></div>
and remove it

Good luck
Dam

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #51816 by jo
Hello Dam,

Thank you for your reply.
So thanks I was able to remove the information about the category.
Do you know how to display a picture or a banner instead ?

And, with respect to the screenshot I just enclosed, do you know if it's possible to move up the second windows on the right ?
This is in order to have the top of both 2 windows at the same level.

Greeting,
Jo
Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #51862 by Mr. Dam
Replied by Mr. Dam on topic How to NOT display some informations ?
Hi Jo,
It's the Joomla template css problem, it's not the come from OS Services Booking. In this case, we can't help you to solve it.
If you see the demo of product: osb.ext4joomla.com/ , you will see that isn't any problem with the layout of component
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #51867 by jo
Hello Dam,

Sorry again for my poor english.
If you take another look at the screenshot I sent to you, you wan see that the two top blue border are not at the same level.
My wish will be to removed or to not display the words "IT support", and then to have the two top blue border at the same level, like you can watch it on the screenshot .
Is it clear ?
:)
Greeting again for your wonderful work !

Please Log in or Create an account to join the conversation.

More
9 years 5 months ago #51922 by Mr. Dam
Replied by Mr. Dam on topic How to NOT display some informations ?
Hi Jo,
Unfortunately, it's impossible to remove the Blue Tab (Service names) in OS Services Booking
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #63406 by brianpeat
Replied by brianpeat on topic How to NOT display some informations ?
Is there a reason all your layout elements are in classes files instead of the files in the tmpl folder? It seems in order to hide some information, I am forced to hack the core of your component instead of using a standard html override in my template folder. This really needs to be changed to conform to the standard override system.

I'm going to continue (for now) to use your component, but not being able to do a proper override is pushing me toward finding a better long term solution.

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #63669 by Mr. Dam
Replied by Mr. Dam on topic How to NOT display some informations ?
Hi Brian,
The Booking table of OS Services Booking is very complicate. You can check the function "getAvaiableTimeFrameOfOneEmployee" in file: components > com_osservicesbooking > helpers > calendar.php
this function is used to generate the Booking table page. You will see the difficult level of that function.
Thanks
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam