-
AuthorPosts
-
obliat Friend
obliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
August 20, 2011 at 8:46 pm #167631Well 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.phpWould 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.
obliat Friendobliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
August 20, 2011 at 10:26 pm #407355Found 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 21, 2011 at 6:23 am #407386Hi,
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"1 user says Thank You to khoand for this useful post
obliat Friendobliat
- Join date:
- December 2010
- Posts:
- 416
- Downloads:
- 12
- Uploads:
- 64
- Thanks:
- 108
- Thanked:
- 31 times in 1 posts
August 21, 2011 at 9:08 pm #407496Thanks 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!
1 user says Thank You to obliat for this useful post
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 22, 2011 at 5:34 am #407553I’m sorry about my mistake. I changed my previous post. Thank you
AuthorPostsViewing 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
How to translate JA Slideshow Readmore link (in button) with Joomfish
Viewing 5 posts - 1 through 5 (of 5 total)