Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • graffa Friend
    #130897

    Hi

    Anybody idea where i can change the language (move, close, verify, fields etc.) in the register form from highslide? Found it for other things but not this one :confused:

    look at my jpg file.

    thanks and regards


    1. ScreenShot001
    Sherlock Friend
    #260124

    Hi graffa !
    You open default.php file in templatesja_teline_iihtmlmod_login folder , find following code at about line 80 :


    <ul>
    <li class="highslide-move">
    <a href="#" onclick="return false">Move</a>
    </li>
    <li class="highslide-close">
    <a href="#" onclick="return hs.close(this)">Close</a>
    </li>
    </ul>

    you must change red text.

    rubikonas Friend
    #260421

    hi there,

    I wanted to do the same in the Search form?

    to change words CLOSE, ABOUT into my native language

    Can I erase “Powered by JA Highslide” ?

    thank you
    robertas

    <em>@hainn84 66960 wrote:</em><blockquote>Hi graffa !
    You open default.php file in templatesja_teline_iihtmlmod_login folder , find following code at about line 80 :


    <ul>
    <li class="highslide-move">
    <a href="#" onclick="return false">Move</a>
    </li>
    <li class="highslide-close">
    <a href="#" onclick="return hs.close(this)">Close</a>
    </li>
    </ul>

    you must change red text.</blockquote>

    Sherlock Friend
    #260428

    Hi
    About Search, you can edit default.php (templatesja_teline_iihtmlmod_search)

    <li class="highslide-move">
    <a href="#" onclick="return false">Move</a>
    </li>
    <li class="highslide-close">
    <a href="#" onclick="return hs.close(this)">Close</a>
    </li>

    About “Powered by JA Highslide”:
    edit index.php(templates/Ja_teline_ii)
    Search those lines:

    <script type="text/javascript">
    hs.graphicsDir = '<?php echo $tmpTools->templateurl(); ?>/highslide/graphics/';
    hs.showCredits = true; // you can set this to false if you want
    hs.creditsText = 'Powered by JA Highslide';
    hs.creditsHref = 'http://joomlart.com/';
    hs.creditsTitle ='Go to the Highslide JA homepage';
    </script>

    Change as you want

    rubikonas Friend
    #260572

    thanks very much. it worked

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

This topic contains 5 replies, has 3 voices, and was last updated by  rubikonas 16 years, 3 months ago.

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