Multi-language for Hot Scroll

  • diegoarpo
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 2 months ago #23557 by diegoarpo
Hi,

I'm setting up a site in spanish and need to change the "Read More" that goes into the Hot Scroller for the Spanish version (Ver mas)... however it seems that this value is hard coded. Can anybody point out the right file to modify?

Thanks!

Please Log in to join the conversation.

More
12 years 2 months ago - 12 years 2 months ago #23565 by ivan.milic
open :

modules\mod_hot_scroller\mod_hot_scroller.php

near bottom you will see:
Code:
// Item introtext if ($display != 0 || $more) { if ($display != 0) { $html .= '<div>'.$row->text; } if ($more) { $html .= ' <a class="readon" href="'.$link.'">'.JText::sprintf('Read more...').'</a>'; } if ($display != 0) { $html .= '</div>'; } }


so eater change text in JText::sprintf('Read more...') or provide translation for Read more... in any language .ini file:

Read more...="your translation"
Last edit: 12 years 2 months ago by ivan.milic.

Please Log in to join the conversation.

Time to create page: 0.142 seconds
Powered by Kunena Forum