test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • davosh Friend
    #164495

    how can fix this problem
    after I updated spanish language 1.5.23 ja teline IV version 1.5 and choosed spanish by default
    mod_jabulletin shows an error

    13397
    need your help friends!


    1. 1
    gray Friend
    #393184

    The module contains all language strings in en-GB.mod_jabulletin.ini file stored in /languages/en-GB/ folder.

    As soon as you set Spanish language by default, Joomla is trying to find a respective language file for all components.

    Try the following: copy “en-GB.mod_jabulletin.ini” rename it to “es-ES.mod_jabulletin.ini” and place into “/languages/es-ES/” folder (check that /es-ES/ folder exists!) and see what happens. If the error is resolved, translate front-end strings from new .ini into Spanish.

    davosh Friend
    #393281

    doesnt work, I did but nothing happens, need more help but thanku
    I think this mod just work for english language

    gray Friend
    #393314

    The default.php in template file stays on lines 46-48
    [php]
    <?php if ($showreadmore) : ?>
    <br/><a href=”<?php echo $item->link; ?>” class=”readon” title=”<?php echo JText::sprintf(‘READ_MORE’);?>”><?php echo JText::sprintf(‘READ_MORE’);?></a>
    <?php endif; ?>
    [/php]
    But READ_MORE constant is not set in the module’s language file at all…

    So, please open your es-ES.mod_jabulletin.ini file and insert at the bottom:
    [php]
    READ_MORE=”Leer más”
    [/php]

    PS ‘Leer más’ – this is as given by Goolge translate 🙂

    mayuri_g Friend
    #394019

    Hello Davosh, did you tried solution of Gray? If is working fine then let me know.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  mayuri_g 13 years, 6 months ago.

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