Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • digisefer Friend
    #957237

    Hi,
    I have 3 problems with the Hebrew version:

    1. How can I change the language of the registration/login?
      It’s English.
      2.After placing the logo I can’t change the colors, I don’t want it yellow, I want it red, but I can’t/
    2. Video (youtube) doesn’t have an image, how can I put it? And I have relevant videos when it ends. In wordpress you can write rel=0, where can I do it here?
      http://www.digisefer.net
    digisefer Friend
    #957507

    I solved 2 problems, but have a new one (still don’t find the file to change the registration to Hebrew).
    Which File should I find to translate Kunena menu to Hebrew?

    pavit Moderator
    #957540

    Which File should I find to translate Kunena menu to Hebrew

    Hi there

    You should post this question to Kunena Forum since it is not a joomlart product.

    Try to take a look HERE

    Best regards

    digisefer Friend
    #958942

    I solved all the problems by myself except the registration problem/
    PLEASE< IT"S AN URGENT QUESTION!!!!!!!!
    I’m waiting for more than a week!
    This is the first question I asked!

    HOW CAN I TRANSLATE THE REGISTRATION MODULE????
    It’s English. I translated all the modules, I can’t find where can I translate the registration module.

    pavit Moderator
    #958959

    You can translate it from your language manager adding new overrides for text

    Text is defined in this file /templates/ja_platon/html/mod_jalogin/default.php

    <fieldset>
                                    <?php if (isset($fieldset->label)):// If the fieldset has a label set, display it as the legend.?>
                                        <legend><?php echo JText::_($fieldset->label);?></legend>
                                    <?php endif;?>
                                        <dl>
                                            <dt>
                                                <label  class="required" for="jform_name" id="jform_name-lbl" title=""><?php echo JText::_( 'JANAME' ); ?>:</label>
                                                <em> (*)</em>
                                            </dt>                       
                                            <dd><input type="text" size="30" class="required inputbox" value="" id="jform_name" name="jform[name]"></dd>
    
                                            <dt>
                                                <label title="" class="required" for="jform_username" id="jform_username-lbl"><?php echo JText::_( 'JAUSERNAME' ); ?>:</label>
                                                <em> (*)</em>   
                                            </dt>                       
                                            <dd><input type="text" size="30" class="validate-username required inputbox" value="" id="jform_username" name="jform[username]"></dd>
    
                                            <dt>
                                                <label title="" class="required" for="jform_password1" id="jform_password1-lbl"><?php echo JText::_( 'JGLOBAL_PASSWORD' ); ?>:</label>
                                                <em> (*)</em>
                                            </dt>                       
                                            <dd><input type="password" size="30" class="validate-password required inputbox" autocomplete="off" value="" id="jform_password1" name="jform[password1]"></dd>
    
                                            <dt>
                                                <label title="" class="required" for="jform_password2" id="jform_password2-lbl"><?php echo JText::_( 'JGLOBAL_REPASSWORD' ); ?>:</label>
                                                <em> (*)</em>
                                            </dt>                       
                                            <dd><input type="password" size="30" class="validate-password required inputbox" autocomplete="off" value="" id="jform_password2" name="jform[password2]"></dd>
    
                                            <dt>
                                                <label title="" class="required" for="jform_email1" id="jform_email1-lbl"><?php echo JText::_( 'JAEMAIL' ); ?>:</label>
                                                <em> (*)</em>   
                                            </dt>                       
                                            <dd><input type="text" size="30" class="validate-email required inputbox" value="" id="jform_email1" name="jform[email1]"></dd>
    
                                            <dt>
                                                <label title="" class="required" for="jform_email2" id="jform_email2-lbl"><?php echo JText::_( 'JACONFIRM_EMAIL_ADDRESS'); ?>:</label>
                                                <em> (*)</em>   
                                            </dt>                       
                                            <dd><input type="text" size="30" class="validate-email required inputbox" value="" id="jform_email2" name="jform[email2]"></dd>
    
                                            <?php  if(!empty($captchatext)) { ?>
                                            <dt>
                                                <label title="" class="required"  id="jform_captcha-lbl"><?php echo JText::_( 'JACAPTCHA'); ?>:</label>
                                                <em> (*)</em>   
                                            </dt>                       
                                            <dd><?php echo $captchatext; ?></dd>
                                            <?php } ?>
                                        </dl>
                                    </fieldset>

    So if you want to translate the string text "name" then you should override the string "JANAME"

    <label  class="required" for="jform_name" id="jform_name-lbl" title=""><?php echo JText::_( 'JANAME' ); ?>:</label>

    1. Screenshot-at-ago-11-09-48-36
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 4 replies, has 2 voices, and was last updated by  pavit 8 years, 3 months ago.

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