Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • fmedia Friend
    #147065

    hi,

    is there a way to have the date and the last update time in the top left corner dispayed in a different language? croatian in specific.

    i am also looking for a way to rename the “Headlines” word but cant find where to do it.

    and the last thing i couldnt rename is the navigation ( You are here: Home)…

    thank you!

    gray Friend
    #327385

    About modification of date (changing the language). There is a thread on this topic.

    For Cyrillic languages I use this code in templatesja_teline_iiilayoutsblocksheader.php:
    [php]
    <p class=”ja-day”>
    <?php
    echo “<span class=”day”>”.JText::_(date (‘l’)).”</span>”;
    echo “<span class=”date”>, “.date (‘d’).’ ‘.JText::_(date (‘F’)).’ ‘.date (‘Y’).”</span>”;
    ?>
    </p>
    [/php]

    gray Friend
    #327386

    <em>@fmedia 157849 wrote:</em><blockquote>
    i am also looking for a way to rename the “Headlines” word but cant find where to do it.
    </blockquote>

    In template v1.4 this text is not hardcoded. You can change it form News Ticker module’s settings.

    gray Friend
    #327387

    <em>@fmedia 157849 wrote:</em><blockquote>
    and the last thing i couldnt rename is the navigation ( You are here: Home)…
    </blockquote>

    There is a piece of code in layoutsblocksmainnav.php

    [php]
    <strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
    [/php]

    BUT, if you want just to translate it, open en-GB.tpl_ja_teline_iii.ini, translate all language constants, rename the ini file to hr-HR.tpl_ja_teline_iii.ini and put it in respective Joomla language folder.

    fmedia Friend
    #327424

    tnx gray, guys like you are making this forum very helpful!

    how do i change the “More: ” word on front page under ja news 2?

    thank you

    gray Friend
    #327428

    <em>@fmedia 157912 wrote:</em><blockquote>tnx gray, guys like you are making this forum very helpful!

    how do i change the “More: ” word on front page under ja news 2?

    thank you</blockquote>

    Glad to be helpful. As regards “More”, pls look at this thread.

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

This topic contains 6 replies, has 2 voices, and was last updated by  gray 14 years, 10 months ago.

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