我是Joomla CMS的初学者,也许答案很明显。

我已经下载了SIFR 2.0.7的最后发布版本。当我尝试通过向导在Joomla站点上安装插件时,它告诉我该软件包不包含XML安装文件。我已经打开了.zip档案,正如安装人员向导告诉我的那样,我也找不到它。

也许我缺少一些东西,但是如何安装软件包?有什么要求吗?

问候,

Yoann

PS:对不起,如果我的英语不好,我是法语:)

有帮助吗?

解决方案

您无法下载sifr-2.0.7.7.zip,并期望它像joomla插件一样加载。您必须从这里获得SIFR Joomla Sifr. 。这将加载没有任何问题,因为它被设计为Joomla 1.5+插件。您得到的文件的名称是 bot_sifr_v2.0.7_J15.zip.

为了使所有内容运行,您将根据此消息做出响应:

Loads sIFR inside joomla, place the following code at the bottom of your template (just before </body></html>) to make it work:

<script type="text/javascript">
if(typeof sIFR == "function"){
  sIFR.replaceElement(".contentheading, .componentheading", named(
    {sFlashSrc: "plugins/system/bot_sifr/tradegothic.swf", sColor: "#c64934", sWmode: "transparent"}
  ));
}
</script>
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top