-
AuthorPosts
-
August 12, 2011 at 8:25 pm #167350
Hello, I installed the minisite templates and I have a problem at the time of the frontpage is in English, would like to change to the style of Brazil. Ished in already changed the global configuration / server / location Settings / Time Zone for the changing of Brazil but does not work. Please would somebody’s help. Thank you.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 13, 2011 at 3:53 am #406061<em>@unicoba 259463 wrote:</em><blockquote>Hello, I installed the minisite templates and I have a problem at the time of the frontpage is in English, would like to change to the style of Brazil. Ished in already changed the global configuration / server / location Settings / Time Zone for the changing of Brazil but does not work. Please would somebody’s help. Thank you.</blockquote>
Hi,
Could you give me a snapshot with your annotation?August 15, 2011 at 11:37 am #406341khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 15, 2011 at 4:14 pm #406396You change this code from templatesja_minisiteblocksbreadcrums.php
<p class="ja-day">
<?php
echo "<span class="day">".date ('D').",</span>";
echo "<span class="date">".date ('d')."</span>";
echo "<span class="month">".date ('M')."</span>";
echo "<span class="year">".date ('Y')."</span>";
?>
</p>1 user says Thank You to khoand for this useful post
August 17, 2011 at 5:08 pm #406745khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 17, 2011 at 5:36 pm #406748You change this code from languageen-GBen-GB.ini
; Months
JANUARY_SHORT="Jan"
JANUARY="January"
FEBRUARY_SHORT="Feb"
FEBRUARY="February"
MARCH_SHORT="Mar"
MARCH="March"
APRIL_SHORT="Apr"
APRIL="April"
MAY_SHORT="May"
MAY="May"
JUNE_SHORT="Jun"
JUNE="June"
JULY_SHORT="Jul"
JULY="July"
AUGUST_SHORT="Aug"
AUGUST="August"
SEPTEMBER_SHORT="Sep"
SEPTEMBER="September"
OCTOBER_SHORT="Oct"
OCTOBER="October"
NOVEMBER_SHORT="Nov"
NOVEMBER="November"
DECEMBER_SHORT="Dec"
DECEMBER="December";Days of the Week
SAT="Sat"
SATURDAY="Saturday"
SUN="Sun"
SUNDAY="Sunday"
MON="Mon"
MONDAY="Monday"
TUE="Tue"
TUESDAY="Tuesday"
WED="Wed"
WEDNESDAY="Wednesday"
THU="Thu"
THURSDAY="Thursday"
FRI="Fri"
FRIDAY="Friday"August 18, 2011 at 1:03 pm #406865thanks again! I made all the changes indicated, but unfortunately does not work.
# Months
JANEIRO_SHORT=Jan
JANEIRO=Janeiro
FEVEREIRO_SHORT=Fev
FEVEREIRO=Fevereiro
MARCO_SHORT=Mar
MARCO=Marco
ABRIL_SHORT=Abr
Abril=Abril
MAIO_SHORT=Mai
MAIO=Maio
JUNHO_SHORT=Jun
JUNHO=Junho
JULHO_SHORT=Jul
JULHO=Julho
AGOSTO_SHORT=Agos
AGOSTO=Agosto
SETEMBRO_SHORT=Set
SETEMBRO=Setembro
OUTUBRO_SHORT=Out
OUTUBRO=Outubro
NOVEMBRO_SHORT=Nov
NOVEMBRO=Novembro
DEZEMBRO_SHORT=Dez
DEZEMBRO=Dezembro#Days of the Week
SAB=Sab
SABADO=Sabado
DOMINGO=Dom
DOMINGO=Domingo
SEGUNDA=Seg
SEGUNDA=Segunda
TERCA=Ter
TERCA=Terca
QUARTA=Quar
QUARTA=Quarta
QUINTA=Quin
QUINTA=Quinta
SEXTA=SEX
SEXTA=Sextakhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 18, 2011 at 2:34 pm #406880What version of joomla do you use?
August 18, 2011 at 2:55 pm #406886Versão 1.5.23
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 18, 2011 at 3:44 pm #406898You replace this code from templatesja_minisiteblocksbreadcrums.php
echo "<span class="day">".date ('D').",</span>";
echo "<span class="date">".date ('d')."</span>";
echo "<span class="month">".date ('M')."</span>";
with
echo "<span class="day">".JHTML::date(date (''), '%a').",</span>";
echo "<span class="date">".date ('d')."</span>";
echo "<span class="month">".JHTML::date(date (''), '%b')."</span>";
You change bold texts
JANUARY_SHORT=Jan
FEBRUARY_SHORT=Feb
MARCH_SHORT=Mar
APRIL_SHORT=Apr
MAY_SHORT=May
JUNE_SHORT=JUN
JULY_SHORT=Jul
AUGUST_SHORT=Aug
SEPTEMBER_SHORT=Sep
OCTOBER_SHORT=Oct
NOVEMBER_SHORT=Nov
DECEMBER_SHORT=Dec
SAT=Sat
SUN=Sun
MON=Mon
TUE=Tue
WED=Wed
THU=Thu
FRI=Fri
1 user says Thank You to khoand for this useful post
August 18, 2011 at 5:09 pm #406909Thank you for your help! everything ok 🙂
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 2 voices, and was last updated by unicoba 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum