Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • alexHOKAMP Friend
    #1091281

    Is there no posibility to use the content type plugin on a website other than an English language website. Obiviously the text is hardcoded into the core code of the plugin.

    For example file templates/ja_charity/html/layouts/joomla/content/item/event.php line 204 says:

    <?php echo JText::_(Speakers’); ?>

    Of course I could change that to whatever I want to, but in a multilanguage site it should look like that:

    <?php echo JText::_(‘PLG_JACONTENT_TYPE_SPEAKERS_LABEL’); ?>

    So you can create seperate language files for each language you need if not availabale. Otherwise if changed in the core, multilanguage is not possible and with the next template update the changes are gone.

    Has anyone a solution for this?

    Further, is there a possibility to create an override for files like templates/ja_charity/html/layouts/joomla/content/item/event.php? If yes, where may the location for the override be?

    Thanks in advance.

    Saguaros Moderator
    #1091431

    Hi,

    You can create a new folder called local in this directory: root/templates/ja_charity/

    then copy above file to this local folder (remember to create sub-folders like in old path): root/templates/ja_charity/local/html/layouts/joomla/content/item/event.php

    Then edit as you wish.

    Cheers!

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

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 6 years, 2 months ago.

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