Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • obliat Friend
    #167631

    Well It looks like it’s hard coded so I can’t find a decision on this except I found it being defined by

    <div class="maskDesc"><div class="inner"><?php if ($showDescription=='desc-readmore'){?><a class="readon" title=""><span><?php echo $readmoretext;?></span></a><?php }?></div></div>
    in module’s default.php

    Would love to get some help on how to translate it and have it available on my website’s second language (still a WAMP localhost project so far). Same with Login – when you hit Login (the green button in the demo homepage) dropdown appears with Login in the button at the bottom. Can’t find a way to translate it as well.


    1. button-text-translations
    obliat Friend
    #407355

    Found it – updated JA Slideshow 2 and version 2.2.5 has it in there so edit now possible and also able to translate with JF – still trying to find out how to do the Login button.

    khoand Friend
    #407386

    Hi,
    You replace this code from templatesja_community_plushtmlmod_jalogindefault.php


    <div class="button-round"><span><input type="submit" name="Submit" class="button" value="Login" /></span></div>

    with


    <div class="button-round"><span><input type="submit" name="Submit" class="button" value="<?php JText::_('Login') ?>" /></span></div>

    You add this code into /language/your-language/your-language.ini (example: /language/en-GB/en-GB.ini)


    LOGIN="login-second-language"

    obliat Friend
    #407496

    Thanks a lot khoand. At first it didn’t work, but once I changed it to

    <div class="button-round"><span><input type="submit" name="Submit" class="button" value="<?php echo JText::_( 'Login' ) ?>" /></span></div>
    all went fine.

    Your efforts count dude – than you very much!

    khoand Friend
    #407553

    I’m sorry about my mistake. I changed my previous post. Thank you

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

This topic contains 5 replies, has 2 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