Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8043 Posts in 1856 Topics- by 2099 Members - Latest Member: roi
Calendar Script CommunityCustomizationCustomizing CalendarScript (Moderators: scott, DanO, Marty)Different background color only for days with events
Pages: [1]   Go Down
Print
Author Topic: Different background color only for days with events  (Read 275 times)
0 Members and 1 Guest are viewing this topic.
ccerfo
New Member
*

Karma: 0
Offline Offline

Posts: 0

Consultant


WWW
« on: February 25, 2005, 11:45:00 AM »

Anybody can suggest a way to have automatically a different background color (always the same) in grid view only for days in which events exist?
I tried to modify myself default.html but my knowledge of programming is too weak.
I need #66FF99 for free days and #FF9999 for scheduled ones.
I already looked in previous posts but didn't find something useful (perhaps I misunderstood...).
Thanks in advance.
Claudio
Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #1 on: February 25, 2005, 12:59:00 PM »

In the default.html template file, just after the line <%-- MONTHLY OR WEEKLY VIEW --%>, find:
code:
<TD CLASS="thinborder" VALIGN="TOP" WIDTH="14%" <%=$rowheight%> BGCOLOR="<%IF SELECTED%><%=$_GRID_CELL_SELECTED_BGCOLOR%><%ELSE%><%=$_GRID_CELL_BGCOLOR%><%/IF%>">

and try changing it to:

<%IF EVENTS EXIST%>
<TD CLASS="thinborder" VALIGN="TOP" WIDTH="14%" <%=$rowheight%> BGCOLOR="#FF9999">
<%ELSE%>
<TD CLASS="thinborder" VALIGN="TOP" WIDTH="14%" <%=$rowheight%> BGCOLOR="#66FF99">
<%/IF%>

 This is untested so use at your own risk (and keep a backup of original files just in case).

Dan O.


[This message has been edited by DanO (edited February 25, 2005).]

Logged
ccerfo
New Member
*

Karma: 0
Offline Offline

Posts: 0

Consultant


WWW
« Reply #2 on: February 26, 2005, 03:44:00 AM »

You did it! Great!
Thanks a lot!!!

Claudio

------------------

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #3 on: February 26, 2005, 07:47:00 PM »

Glad to hear it.

Dan O.

------------------

Logged
Pages: [1]   Go Up
Print
Jump to: