- Posts: 14116
- Thank you received: 1639
Serbian Translation
-
ivan.milic
Support Staff - Moderator
Less
More
13 years 6 months ago #8989
by ivan.milic
Replied by ivan.milic on topic Re: Serbian Translation
Maybe you disabled read more in module settings, check that. Or maybe you translated it with some tool in undesired way???..
Please Log in to join the conversation.
-
Shonewizard
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 6 months ago #9004
by Shonewizard
Replied by Shonewizard on topic Re: Serbian Translation
I'm installed a new Joomla site and then seperatley installed Sportal template. It's now works fine. Now i set up all modules at their positions and i have one problem. In the module "Last Interviews" place where is text or picture is red colored but darker then the rest of module. But on my site it is all the same color. What to do?
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6746
- Thank you received: 716
13 years 6 months ago #9013
by milos
Replied by milos on topic Re: Serbian Translation
Make sure you're using Newsflash module here (vertical layout).
Please Log in to join the conversation.
-
badterror
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
13 years 2 weeks ago #13309
by badterror
Replied by badterror on topic Re: Serbian Translation
I already had this problem on
www.pariuri-x.ro
and I didn`t resolve it, I changed it to english :) did you know how to resolve now?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 weeks ago #13317
by ivan.milic
Replied by ivan.milic on topic Re: Serbian Translation
open modules\mod_hot_joomla_carousel_pro\mod_hot_joomla_carousel_pro.php
find this:
$output .= '<a class="readon" href="'.$link.$customItemIDHTML.'">'.JText::sprintf('Read more...').'</a>';
$output .= "\n"; //line break
replace JText::sprintf('Read more...') with:
JText::sprintf('MY_READ_MORE')
then add in language ini file for module:
MY_READ_MORE="your translation"
find this:
$output .= '<a class="readon" href="'.$link.$customItemIDHTML.'">'.JText::sprintf('Read more...').'</a>';
$output .= "\n"; //line break
replace JText::sprintf('Read more...') with:
JText::sprintf('MY_READ_MORE')
then add in language ini file for module:
MY_READ_MORE="your translation"
Please Log in to join the conversation.
Time to create page: 0.091 seconds