-
AuthorPosts
-
August 5, 2016 at 9:11 am #957237
Hi,
I have 3 problems with the Hebrew version:- 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/ - 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
August 6, 2016 at 8:15 pm #957507I 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 11, 2016 at 7:19 am #958942I 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 11, 2016 at 7:49 am #958959You 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>
AuthorPostsViewing 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
- How can I change the language of the registration/login?
Colors, registration and video probems
Viewing 5 posts - 1 through 5 (of 5 total)