Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • unicoba Friend
    #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 Friend
    #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?

    unicoba Friend
    #406341

    Hi, thank you for your suport Khoand.

    Follow the example of image data on my site.


    1. site-date
    khoand Friend
    #406396

    You 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>

    unicoba Friend
    #406745

    thanks for replying. But he is not in English and in Portuguese-BR. can you help me?


    1. imagem
    khoand Friend
    #406748

    You 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"

    unicoba Friend
    #406865

    thanks 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=Sexta

    khoand Friend
    #406880

    What version of joomla do you use?

    unicoba Friend
    #406886

    Versão 1.5.23

    khoand Friend
    #406898

    You 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

    unicoba Friend
    #406909

    Thank you for your help! everything ok 🙂

Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 11 replies, has 2 voices, and was last updated by  unicoba 13 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum