Joomla 多语言!! Joomfish 插件内容未更新

发布于 2024-10-12 16:35:12 字数 163 浏览 3 评论 0原文

我正在使用 joomfish 插件来创建多语言网站。我成功安装了joomfish。正确安装joomfish和语言包后,在网页前端,当我单击标志切换到语言时,只有作者和发布日期发生变化,但完整内容没有变化。与右侧和左侧模块相同,也是默认语言(英语)。请任何人都可以向我推荐任何好的文档或为我提供上述问题的解决方案!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

躲猫猫 2024-10-19 16:35:12

对于 joomfish 2.1.7:

  1. 打开管理员\组件\com_joomfish\models\ContentObject.php

  2. 转到第 616 行

  3. 在IF语句中替换

    <前><代码>&& $fieldContent->reference_field=="全文"

&& ($fieldContent->reference_field=="fulltext" || $fieldContent->reference_field=="introtext")

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")
许一世地老天荒 2024-10-19 16:35:12

您是否确实尝试过通过后端的 Components>Joom!Fish>Translation 来翻译您的文章(选择您的语言和 Contents 作为过滤器),但没有成功?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文