Upcoming Events Time Zone

5 views
Skip to first unread message

Val

unread,
Dec 4, 2009, 4:21:28 PM12/4/09
to planscalendar
Hi. I'm having 2 problems. I am running version 8.1.7. The times of
the events on the calendar itself are correct, but in the upcoming
events they're hours off. I've seen on here where others have asked
this question but I couldn't find where there was a solution for it.
Does anyone know how to fix this? Also, when I click on an event from
the "Upcoming Events" the box pops up but it doesn't have the event
info. It's kinda weird. Here is the url: http://www.crossfitbiloxibeach.com/indexmain.html
for the upcoming events issue. I have two installations of Plans, one
running parallel to the other. I have it set so that the calendar
everyone sees has no control options. I enter the events using the
other installation and have it set so the info is stored in the other
installation. All is working fine except for the upcoming events
issue. Please help! Thanks so much.

Val

unread,
Dec 4, 2009, 4:47:26 PM12/4/09
to planscalendar
Okay, I fixed the issue where the upcoming events detail box didn't
have the info. However, now there's a new issue with that box. When
it comes up the info is there, but the background color is not the
same as it is set in the original event, it's black. How do I fix
that also? Thanks again.

Valerie

daltonlp

unread,
Dec 5, 2009, 11:26:05 PM12/5/09
to planscalendar
Hi Val,

Thank you for the detailed report.

The just-released version 8.1.8 of Plans fixes the upcoming event
timezone bug.

- Lloyd


On Dec 4, 3:21 pm, Val <volleyball...@yahoo.com> wrote:

Val

unread,
Dec 6, 2009, 1:01:21 AM12/6/09
to planscalendar
Thanks so much! That fixed it. :) Now, can you possibly tell me how
to fix the other problem....when I click on an event from the
"upcoming events" area the event details box comes up with a black
background instead of the color it is in the actual calendar. I just
can't figure out what's going on there. Thank you so much for your
help. :)

Val

Val

unread,
Dec 6, 2009, 1:10:08 AM12/6/09
to planscalendar
One other thing....while we're on the subject of the "upcoming events"
how do I get rid of the dropdown box? I don't want viewers to be able
to change lists. I'm only using the one calendar (plus holidays). I
thought that would be easy but I can't seem to find the right code to
manipulate to do the job. Thanks again! :)

Val

unread,
Dec 9, 2009, 10:52:44 AM12/9/09
to planscalendar
Is there anyone who can help me with this please. I would be so
grateful! :) I've tried so many things that I've got a migraine from
staring at so much code. Thanks to anyone! :)

Val

EM

unread,
Dec 11, 2009, 5:52:09 AM12/11/09
to planscalendar
Hello Val,

I've looked up your code and there's an error on the body tag

Here:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<meta http-equiv="pragma" content="no-cache">
<link rel="stylesheet" href="http://www.crossfitbiloxibeach.com/
Calendar/theme/plans.css" type="text/css" media=screen>
<script type="text/javascript" src="http://
www.crossfitbiloxibeach.com/Calendar/theme/jquery-1.3.2.min.js"></script>
<script type="text/javascript">var $j = jQuery.noConflict();</script>
<script type="text/javascript" src="http://
www.crossfitbiloxibeach.com/Calendar/theme/jquery-ui-1.7.1.custom.min.js"></script>

<script type="text/javascript" src="http://
www.crossfitbiloxibeach.com/Calendar/theme/colorpicker/js/eye.js"></script>
<script type="text/javascript" src="http://
www.crossfitbiloxibeach.com/Calendar/theme/colorpicker/js/utils.js"></script>

<script type="text/javascript" src="http://
www.crossfitbiloxibeach.com/Calendar/theme/colorpicker/js/colorpicker.js"></script>

<script type="text/javascript" src="http://www.crossfitbiloxibeach.com/
Calendar/theme/plans_lang.js"></script>
<script type="text/javascript" src="http://www.crossfitbiloxibeach.com/
Calendar/theme/plans.js"></script>

<title>CF Games</title>
</head>
<body">

I'd suggest taking a look at that and see how it comes up...

Also... take a look at the css file... maybe it's just a matter of
changing the background color there...

body {
background-color: #000;
font-family: helvetica, sans-serif;
margin-left:20px;
margin-right:20px;
}

body.event_details_body {
background-color: #fff;
}


Good luck!

Eduardo.

Val

unread,
Dec 11, 2009, 6:46:43 PM12/11/09
to planscalendar
I see that quote mark in the body tag, thanks for that because I never
would have noticed it. I've been looking at code trying to figure it
out until I'm batty! However, the weird thing is is that I can't
figure out how to fix it. When I'm in the "upcoming_events.html" to
edit, that error is not there. So I don't have a clue where to fix
it. As far as the css I've tried all that I know to try. I'm going
crazy. :) Thanks for those suggestions. Do you or anyone else have
other suggestions? Thanks for your help. I really appreciate it. :)

Val

On Dec 11, 4:52 am, EM <marques...@gmail.com> wrote:
> Hello Val,
>
> I've looked up your code and there's an error on the body tag
>
> Here:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>
> <html>
> <head>
> <meta http-equiv="pragma" content="no-cache">
> <link rel="stylesheet" href="http://www.crossfitbiloxibeach.com/
> Calendar/theme/plans.css" type="text/css" media=screen>
> <script  type="text/javascript" src="http://www.crossfitbiloxibeach.com/Calendar/theme/jquery-1.3.2.min.js"></script>
> <script type="text/javascript">var $j = jQuery.noConflict();</script>
> <script  type="text/javascript" src="http://www.crossfitbiloxibeach.com/Calendar/theme/jquery-ui-1.7.1.custom.min.js"></script>
>
> <script  type="text/javascript" src="http://www.crossfitbiloxibeach.com/Calendar/theme/colorpicker/js/eye.js"></script>
> <script  type="text/javascript" src="http://www.crossfitbiloxibeach.com/Calendar/theme/colorpicker/js/utils.js"></script>
>
> <script  type="text/javascript" src="http://www.crossfitbiloxibeach.com/Calendar/theme/colorpicker/js/colorpicker.js"></script>

EM

unread,
Dec 15, 2009, 5:15:22 AM12/15/09
to planscalendar
Val, checkout upcoming_events.cgi, I think the problem might be
there..


On 11 dez, 21:46, Val <volleyball...@yahoo.com> wrote:
> I see that quote mark in the body tag, thanks for that because I never
> would have noticed it.  I've been looking at code trying to figure it
> out until I'm batty!  However, the weird thing is is that I can't
> figure out how to fix it.  When I'm in the "upcoming_events.html" to
> edit, that error is not there.  So I don't have a clue where to fix
> it.  As far as the css I've tried all that I know to try.  I'm going
> crazy.  :)  Thanks for those suggestions.  Do you or anyone else have
> other suggestions?  Thanks for your help.  I really appreciate it.  :)
>
> Val
>
> On Dec 11, 4:52 am, EM <marques...@gmail.com> wrote:
>
> > Hello Val,
>
> > I've looked up your code and there's an error on the body tag
>
> > Here:
>
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
>
> > <html>
> > <head>
> > <meta http-equiv="pragma" content="no-cache">
> > <link rel="stylesheet" href="http://www.crossfitbiloxibeach.com/
> > Calendar/theme/plans.css" type="text/css" media=screen>
> > <script  type="text/javascript" src="http://www.crossfitbiloxibeach.com/Calendar/theme/jquery-1.3.2.min.js"></script>
> > <script type="text/javascript">var $j = jQuery.noConflict();</script>
> > <script  type="text/javascript" src="http://www.crossfitbiloxibeach.com/Calendar/theme/jquery-ui-1.7.1.cus..."></script>
>
> > <script  type="text/javascript" src="http://www.crossfitbiloxibeach.com/Calendar/theme/colorpicker/js/eye.js"></script>
> > <script  type="text/javascript" src="http://www.crossfitbiloxibeach.com/Calendar/theme/colorpicker/js/util..."></script>
>
> > <script  type="text/javascript" src="http://www.crossfitbiloxibeach.com/Calendar/theme/colorpicker/js/colo..."></script>

Val

unread,
Dec 15, 2009, 10:52:00 PM12/15/09
to planscalendar
Hello. Thanks again for for your suggestion. I looked and couldn't
find anything....but that really doesn't mean much considering I don't
know what I'm looking for. I don't know anything about that type
code. I haven't changed anything in it so if there is something wrong
with it it's part of this version of Plans. Maybe you can see
something in it that I can't. If you can let me know. Or if you have
any other suggestions keep 'em coming. I've run out of ideas. Thanks
again for all your help. :)

Val

EM

unread,
Dec 22, 2009, 5:30:03 AM12/22/09
to planscalendar
Hello Val!

Any luck so far? Can't think of what the problem may be... it's a
little more difficult to analyse without having the source code to
fiddle around..
I'm going on vacations now and I'll return 11th of January... if you
haven't solved the problem by then, drop a line here.. maybe you could
send the source files and I'll try to help you a bit more!

Regards,
Eduardo

Val

unread,
Dec 31, 2009, 8:37:12 AM12/31/09
to planscalendar
Hi. I didn't really have any luck figuring out what was wrong but
when I upgraded to the new version it was fixed. I guess either there
was a bug or somehow I inadvertently changed something that I never
meant to change. At any rate it's working now. Thank you so much for
your help. I hope you had a nice vacation and Christmas and new
year. :)

Val

Val

unread,
Jan 2, 2010, 4:31:56 PM1/2/10
to planscalendar
Hi. It turns out that I didn't fix it like I thought. But after I
thought I was fixed and it wasn't I started another post. Here is the
link to the new post... http://groups.google.com/group/planscalendar/browse_thread/thread/b7f5618af5d6e835.
Thanks for your help. :)
Reply all
Reply to author
Forward
0 new messages