Pergunta

I'm using the joomfish plugin for creating the multilingual website. I installed the joomfish successfully. After the proper installation of joomfish and language package, in the front-end of the webpage when i click the flag to switch to the language only the author and posted dates getting changed but not the full content. Same like the right and left side modules also in the default language(english). Please could any one can suggest me any good documentation or give me the solution for the above problem!

Foi útil?

Solução

Have you actually tried to translate your articles by going at Components>Joom!Fish>Translation in the backend (select your language and Contents as filters) and it didn't work?

Outras dicas

For joomfish 2.1.7:

  1. Open administrator\components\com_joomfish\models\ContentObject.php

  2. Go to line 616

  3. In the IF statement replace

    && $fieldContent->reference_field=="fulltext"
    

with

&& ($fieldContent->reference_field=="fulltext" || $fieldContent->reference_field=="introtext")
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top