|
#1
|
|||
|
|||
|
problem with calendar
since may 1, my calendar shows the wrong day of the week, i.e. monday for may 1, 2005 ??
strange ops:
|
|
#2
|
|||
|
|||
|
Kalvin,
which version are you using? can you give us the URL of your website, so we can check it? |
|
#3
|
|||
|
|||
|
well connie thks in advance,
the url is www.ouvertures.info/pix |
|
#4
|
|||
|
|||
|
sorry version is pixelpost 1.4
|
|
#5
|
|||
|
|||
|
Kalvin,
you are right, it's the same in version 1.4.1, I checked it... that is strange... it sure is a mistake in the calendar-addon we must keep an eye on it so for the moment I suggest using a horizontal calendar... :cry: |
|
#6
|
||||
|
||||
|
I changed
Code:
$days = array("$lang_monday","$lang_tuesday","$lang_wednesday","$lang_thursday","$lang_friday","$lang_saturday","$lang_sunday");
Code:
$days = array("$lang_sunday","$lang_monday","$lang_tuesday","$lang_wednesday","$lang_thursday","$lang_friday","$lang_saturday");
tell me if this is wrong though. just as far as i'm concerned sunday is the first day of the week :P. this is a long shot but it seems ok on my temporaray calendar now! EDIT : IGNORE THE ABOVE. JUST REALISED THE PROBLEM WAS ONLY WITH MAY.
__________________
Affordable Website Design in North Wales |
|
#7
|
|||
|
|||
|
thks and damned, Youaare really a doctor ...guru. It works, at least on a temporary basis. I tell you the issue next month
many thks
|
|
#8
|
||||
|
||||
|
yeah it should be more solid way . some bug inside the code
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#9
|
||||
|
||||
|
yes. that was merely a temporary idea!
there is definetely a more important bug but my php skills are definetely not a match for it! :?
__________________
Affordable Website Design in North Wales |
|
#10
|
||||
|
||||
|
i suggested it already in another posting, and fixing this bug could now be a chance to rewrite the calendar addon in that way, that months are shown according to the images displayed!
i think everyone would like this! |
| Post Reply |
| Thread Tools | |
|
|