phpScheduleIt
May 21, 2013, 06:49:26 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: phpScheduleIt 2.4.2 has been released!
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Display colors in the calendar view  (Read 883 times)
abcrobots
Newbie
*

Karma: 0
Posts: 26


« on: April 06, 2011, 07:46:41 AM »

Hi guys-
I was hoping someone could offer a bit of help
In my booking view, some user's booked time blocks appear in a light color with white text, and make seeing them very difficult.
Can you show me the line(s) of code I need to alter to change the display colors here?  Can I change it up per user, or per resource booked?
This is the only feature that I find inconvenient.

Thanks for the work you've put in, I truly appreciate it!
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #1 on: April 11, 2011, 01:38:44 PM »

This can be set in the config.php file.  There is a color settings section that lets you change the background and text colors for the schedule.  Play around and see what works best for you.
Logged
milton
Newbie
*

Karma: 0
Posts: 1


« Reply #2 on: July 25, 2011, 10:34:58 AM »

Hi Guys. I need show the reservations with colors distinct in calendary. How do I this ? I'm sorry, my english is not so good. I'm from brazil.
Thanks a lot.
Logged
JeniferDecosta10
Newbie
*

Karma: 0
Posts: 1


« Reply #3 on: July 26, 2011, 01:51:23 AM »

I am using config.php file for same  thing but its not working should I post the code?

roth ira taxes
Logged
Nick
Administrator
Hero Member
*****

Karma: 15
Posts: 5419


WWW
« Reply #4 on: August 01, 2011, 01:48:37 PM »

Right now there is no simple way to do this for the calendar view.  You'd need to make some customizations to display reservations in different colors.
Logged
luciano.lingnau
Newbie
*

Karma: 0
Posts: 16


« Reply #5 on: September 20, 2011, 06:36:53 AM »

For anyone who's interested, I'm using this color scheme:

Code:
$conf['ui']['my_res'][]         = array ('color' => '5E7FB1', 'hover' => '799DD3', 'text' => 'FFFFFF');
$conf['ui']['other_res'][]      = array ('color' => '00CC33', 'hover' => 'AFBED3', 'text' => 'FFFFFF');
$conf['ui']['my_past_res'][]    = array ('color' => 'A0A1A1', 'hover' => '6F7070', 'text' => 'FFFFFF');
$conf['ui']['other_past_res'][] = array ('color' => 'CFCFCF', 'hover' => 'ABABAB', 'text' => 'FFFFFF');
$conf['ui']['pending'][]        = array ('color' => 'E4DC04', 'hover' => 'F7F386', 'text' => 'FFFFFF');
$conf['ui']['blackout'][]       = array ('color' => '6F292D', 'hover' => '99353A', 'text' => 'FFFFFF');

Actually, the only difference is the "other_res".
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2007, Simple Machines Valid XHTML 1.0! Valid CSS!