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


Login with username, password and session length

Search

 
Advanced search

8054 Posts in 1860 Topics- by 2099 Members - Latest Member: roi
Pages: [1]   Go Down
Print
Author Topic: Current Date Highlight  (Read 1641 times)
0 Members and 1 Guest are viewing this topic.
BobJ
New Member
*

Karma: 0
Offline Offline

Posts: 2


WWW
« on: June 04, 2008, 12:27:09 PM »

Been using Calendar Script for a number of years now with no issues.  I "just noticed" that the current date highlight shows up for all years.  If the date is 6/4/2008 then all 6/4' are highlighted: 2005,2006,2007,2008,2009. . . . . .

Is there a work around for this.  I'm running v3. 21

Thanks
Logged
DanO
Full Member
***

Karma: 13
Offline Offline

Posts: 235

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


WWW
« Reply #1 on: June 04, 2008, 09:14:45 PM »

.
Try looking in the calendar.pl file for the text "# Get selected date". The next line is:

$selected_datestring = $in{'selected_datestring'} || $year.&LZ($now_mm).&LZ($now_dd);

Try changing it to:

$selected_datestring = $in{'selected_datestring'} || $now_yy.&LZ($now_mm).&LZ($now_dd);

This is untested so use at your own risk. I don't know what other affects it might have, possibly none at all.

Please let the forum know if it works.

Dan O.
Unofficial CalendarScript - Mods and Plugins site



Logged
Lindau
New Member
*

Karma: 0
Offline Offline

Posts: 30


WWW
« Reply #2 on: June 04, 2008, 11:19:19 PM »

It worked for me.
Logged
BobJ
New Member
*

Karma: 0
Offline Offline

Posts: 2


WWW
« Reply #3 on: June 05, 2008, 10:07:12 AM »

It worked.   I run a "mirror" of my actual web site on the Apache server on my Mac.   I will "poke at it" for a few weeks before I take the change "live". 

I've learned over the years to be paranoid when it comes to software. 

EDIT: I should point out that the only view I use is the month grid view.  I have gone in and disabled all the others for our site.
« Last Edit: June 05, 2008, 04:05:46 PM by BobJ » Logged
Pages: [1]   Go Up
Print
Jump to: