Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • emperor37 Friend
    #167827

    Hi,

    Can ypu please tell me
    – how can I remove or configure top panel? with configure I mean, changing text and links.
    I removed cpanel but top panel not clear.

    – how can I change default logo?

    – Do you have turkish translation file available for template, if not how can I translate?

    Regards
    Fatih

    khoand Friend
    #408695

    I removed cpanel but top panel not clear.

    You login backend > Extensions > Template management > ja_social > Profile tab > set hide to all item of USER TOOLS

    how can I change default logo?

    You change /templates/ja_social/images/logo.png

    – Do you have turkish translation file available for template, if not how can I translate?

    No, we don’t. To translate, you edit files in /language/en-GB

    emperor37 Friend
    #408916

    Hi,

    Thanks for answers.

    For Top Panel, I already did what you suggested, but it still exists! I cleared browser’s cache too many times.
    For translation, please let me know which specific files I need to translate for JA Social?

    Regards

    emperor37 Friend
    #408917

    I found how to remove Top Panel, its from backend via JA Top Panel module. But could not find how to change text in top panel menu.

    khoand Friend
    #408918

    For Top Panel, I already did what you suggested, but it still exists! I cleared browser’s cache too many times.

    Could you give me backend information to check it?

    For translation, please let me know which specific files I need to translate for JA Social?

    Depending what you want to change. To translate all of things, you translate all of files on /language/en-GB

    khoand Friend
    #408922

    <em>@emperor37 263071 wrote:</em><blockquote>I found how to remove Top Panel, its from backend via JA Top Panel module. But could not find how to change text in top panel menu.</blockquote>
    What text do you want to translate? A snapshot with your annotation is very helpful to help me understand your idea.

    Phill Moderator
    #408930

    I have yet to try it but from what I have been told this little extensions comes in handy for creating your own translations – http://extensions.joomla.org/extensions/tools/development-tools/15408

    emperor37 Friend
    #408981

    Hi khoand,

    I attached screenshot, it should be clear now.

    Regards,


    1. support
    n6rej Friend
    #408992

    their are language packs @ joomla.org for most languages. These will effect the frontend only!. joomfish is considered by many to be the best “live” translator. One thing that will be important to you is “encoding” which is how characters are handled that contain foreign names. UTF-8 is the predominate standard these days.

    The following link http://community.joomla.org/translations.html may be of great benefit to you. There is a turkish translation there but its obsolete.

    Lastly there is a usergroup in istanbul http://community.joomla.org/user-groups/europe/turkey/joomla-user-group-turkey.html

    khoand Friend
    #409157

    If you use ja_social j1.5, you download and install Turkish language pack (http://joomlacode.org/gf/download/frsrelease/9306/35056/tr-TR_joomla_lang_full.1.5.9v2.zip) as n6rej said.
    To translate date time, you replace this code from /templates/ja_social/blocks/topbar.php


    <?php
    echo "<span class="day">".date ('l')."</span>";
    echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
    ?>

    with

    <?php
    echo "<span class="day">".JHTML::date(date (''), '%a')."</span>";
    echo "<span class="date">, ".JHTML::date(date (''), '%b')." ".date ('d').date ('S')."</span>";
    ?>

    If you install language pack, you don’t do this step. Otherwise, you find this code from /language/en-GB/en-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

    You change bold text

    khoand Friend
    #409159

    If you install language pack, you don’t do this step. Otherwise, you find this code from /language/en-GB/en-GB.ini (translate login text)

    LOGIN=Login
    To translate Create an account text

    REGISTER=Create an account

    khoand Friend
    #409161

    To translate “Welcome to frontpage”, you login backend > Menus > Main menu > edit Home menu item > change Page title (in Parameters (System) tab)
    joomfish is component is used for multi-language purpose. If your website just uses one language, you don’t need to joomfish.

    khoand Friend
    #409164

    Title of box is using fonts: ‘Segoe UI’, Helvetica, sans-serif. Maybe, fonts don’t support your special characters. You find another font support them, and I will help you change font of box titles.
    To use original text on title of box, you find this code from /templates/ja_social/css/template.css


    div.ja-moduletable h3, div.moduletable h3 {
    color: white;
    font-size: 110%;
    font-family: "Segoe UI", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase; < remove this code
    }

    – Delete all of files of /cache and /t3-assets folder

    n6rej Friend
    #409177

    khoand won’t that mess up his englis visitors? Would think he would need to copy/rename en-gb.ini ?

    emperor37 Friend
    #409222

    Hi,

    I already installed tr language pack for Joomla but some parts translated and some not. For example, date part not translated.
    I did changes for date but result is “%pm, %b 28th Last update03:56:34 AM” on page.

    For login translation, I rename and copy en-GB.mod_jalogin.ini as tr-TR.mod_jalogin.ini under tr-TR folder and translated it.
    I think I need to do that for other modules too.
    Btw, my website will be only in native language, so i think joomfish is not necessary.

    For module titles,after the change they are OK.

    Regards

Viewing 15 posts - 1 through 15 (of 19 total)

This topic contains 19 replies, has 4 voices, and was last updated by  khoand 13 years, 2 months ago.

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