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:
Open administrator\components\com_joomfish\models\ContentObject.php
Go to line 616
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?
精彩评论