开发者

Joomla multilingual !! Joomfish plugin content is not updating

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!


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")


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?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜