Jump to content

Recommended Posts

Posted

Is there a way to change the colour of the squares for rooms that are booked? If so where?

 

Be good if it's possible as it'd highlight the areas that are free to be booked better.

 

EDIT: Infact, is it possible to have a different colour for static bookings, free slots and for non-static bookings?

Posted

Excellent, cheers :)

 

Out of curiosity, when are you hoping to release v8? :D .... im sure there was something else i was going to ask for in v8 but can't for the life of me remember what.

Posted
Don't know yet, most of the features are going into the v7.x releases as BETA items. It's a case of finding time, got a new curriculum network going in over easter, so it's busy for me at the moment
  • Thanks 1
Posted

Thanks nick, also I've been trying all morning to get the active directory OU view thing to work, trying a few different things with AD, security etc. but to no avail.

 

Have you had any other ideas as to what might be causing the problem with the OU viewer not to work?

 

Or could you let me know exactly what i need to enter if i'm entering the "Active Directory OU Users" part manually? I've tried just copying the OU path out of active directory attributes but when i try that it just causes the helpdesk and booking systerm to not load.

Posted

Fantastic, that works!

 

When compared side by side though everything looked the same, god knows what was different then. Cheers :)

Posted

I was also looking for a way to do this a while back - It would be great if it could be added in the future. In the meantime, I've set the background colours for the corner icons, which means you can (sort of) tell at a glance which rooms contain permanent bookings and it's a bit more obvious when you hover over a period which is free:

 

hap_book.jpg

 

If I remember rightly I did this just by editing lines 40 and 43 in bookingsystem.css and changing 'transparent' to an actual colour, eg.

 

#bookingday .body .col a:hover span.book i { background: #33ff33 url(../images/ui-icons_454545_256x240.png) no-repeat -66px -112px; }

  • Thanks 1
Posted

Ok, I've looked into it, and I was adding a css class to each link that is free, it's called .free

 

so, the css would be something like

 

#bookingday .body .col a.free { background-color: [url=http://www.edugeek.net/usertag.php?do=list&action=hash&hash=33ff33]#33ff33[/url] }

 

I've added into the v7.11 release css classes for static and booked so from v7.11 you can do:

 

#bookingday .body .col a.static { background-color: [url=http://www.edugeek.net/usertag.php?do=list&action=hash&hash=red]#red[/url] }

  • Thanks 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...