NIWA Community Forums

NIWA Community => NIWA Discussion => Topic started by: Member#36 on June 22, 2010, 03:39:57 PM

Title: Calendar
Post by: Member#36 on June 22, 2010, 03:39:57 PM
My guess is that it may be someone trying ti add an event to the calendar, but I wouldn't know.
[spoiler]
(http://i45.tinypic.com/2mzxxfc.png)
[/spoiler]
Title: Re: Calender
Post by: Tucayo on June 22, 2010, 03:41:18 PM
Today is 22nd, so my guess its that tehre may be something with the skin
Title: Re: Calendar
Post by: tacopill on June 22, 2010, 11:17:13 PM
it might have to do on the css-level, since it is the only cell i see with the following html.


class="calendar_today"


Edit:

OK,
here is the html for a regular day:

<td valign="top" style="height: 100px; padding: 2px;" class="windowbg">17</td>


here is today:

<td valign="top" style="height: 100px; padding: 2px;" class="calendar_today">22</td>



The problem is class="calendar_today". class="windowbg" overrides the default background color of the table's cells, as seen in the CSS bellow, meanwhile class="calendar_today" doesn't; In fact, i can't find that class in any css file, auto-generated or otherwise.


body, td, th
{
    color: #000000;
    font-size: small;
    font-family: verdana, sans-serif;
}

.windowbg
{
    color: #000000;
    background-color: #f4f4f4;
}




At least, as far as i can tell.
Title: Re: Calendar
Post by: Tucayo on June 23, 2010, 01:04:26 AM
Thanks for noticing that, I will tell Tappy.




Actually, if the calendar doesn't work, perhaps we should just disable it....
Title: Re: Calendar
Post by: tacopill on June 23, 2010, 01:07:31 AM
you're welcome.  ;D
Title: Re: Calendar
Post by: Member#36 on June 23, 2010, 03:47:38 AM
And I would of gotten away with it too if it wasn't for that meddling Tacopill and his stupid code knowledge....
Title: Re: Calendar
Post by: tacopill on June 23, 2010, 01:12:44 PM
Quote from: ????  link=topic=289.msg5149#msg5149 date=1277264858
And I would of gotten away with it too if it wasn't for that meddling Tacopill and his stupid code knowledge....

I knew it, it was ???? disguised as Tappy.
Title: Re: Calendar
Post by: Member#36 on July 25, 2010, 08:19:55 AM
It's still there, ha.  BUT, seeing as how there are bigger issues to deal with, and the fact that no one clicks the calendar... it hardly matters right now.

Bumped for future references and so it gets done eventually.
Title: Re: Calendar
Post by: Tappy on July 25, 2010, 02:44:40 PM
ohai, what's going on?
Title: Re: Calendar
Post by: Member#36 on July 25, 2010, 05:56:13 PM
Quote from: Tappy on July 25, 2010, 02:44:40 PM
ohai, what's going on?

It's not the most imporant issue, but take a look at the calendar.
Title: Re: Calendar
Post by: Tappy on July 25, 2010, 08:22:24 PM
Fixed ^^


/* Calendar Black Box of Death Fix */
.calendar_today {
background: #cecece;
}
Title: Re: Calendar
Post by: Member#36 on July 25, 2010, 09:22:25 PM
Quote from: Tappy on July 25, 2010, 08:22:24 PM
Fixed ^^


/* Calendar Black Box of Death Fix */
.calendar_today {
background: #cecece;
}


Awesome, it can be locked now. :)
Title: Re: Calendar
Post by: Tucayo on July 26, 2010, 12:06:04 AM
Thanks :) Now anotehr issue is that events can't be added