Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://nogates.ca/forum/portal.php
PHP Version: 3.0.7-PL1
What have you done before the problem was there?
Nothing,install just fine.
What have you already tryed to solve the problem?
Remoove it,change start days of the week,change language to french.
Description and Message
The mini calender show the wrong day.
It show thursday for the 22 september 2010.
Everything else work ok,change of start of week and full name of the month.
All other block work just fine.
Not activate for now but if needed could be whit a email saying when to put it back,maybe.
Mini calender
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Mini calender
Hi,
may correct the date is not on your board.
may correct the date is not on your board.
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: Mini calender
I just put it back on,and all other date from board,like robot visit is ok.
And please use clear english because not my first language.
Not of what you where trying to tell me but hope it's about the mini calender not been there.
Would love to have it on my board but......not like that.
And please use clear english because not my first language.
Not of what you where trying to tell me but hope it's about the mini calender not been there.
Would love to have it on my board but......not like that.
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Mini calender
This is a bug in the French language.
You have to change the order of the day of the week in the French language:
EDIT:
search in root / language / fr / mods / lang_portal.php
replace with:
You have to change the order of the day of the week in the French language:
EDIT:
search in root / language / fr / mods / lang_portal.php
Code: Select all
'mini_cal' => array(
'day' => array(
'1' => 'Lu',
'2' => 'Ma',
'3' => 'Me',
'4' => 'Je',
'5' => 'Ve',
'6' => 'Sa',
'7' => 'Di',
),
Code: Select all
'mini_cal' => array(
'day' => array(
'1' => 'Di',
'2' => 'Lu',
'3' => 'Ma',
'4' => 'Me',
'5' => 'Je',
'6' => 'Ve',
'7' => 'Sa',
),
V.G. archivar
sorry for my bad english
sorry for my bad english
Re: Mini calender
Thanks for the exelent support.
Work just fine.
Us the french whit our accens and all the rule,man not easy in programing,all the typo we have to set.
But now where thursday even in french.lolll
Thanks again.
Work just fine.
Us the french whit our accens and all the rule,man not easy in programing,all the typo we have to set.
But now where thursday even in french.lolll
Thanks again.