我是Joomla CMS的初学者,也许答案很明显。
我已经下载了最新发布的sIFR 2.0.7版本。当我尝试通过向导在我的Joomla站点上安装插件时,它告诉我该包不包含XML安装文件。我打开了.zip存档,我也找不到它,正如安装程序向导告诉我的那样。
也许我错过了什么,但我该如何安装包?有没有要求?
此致
的Yoann
P:对不起,如果我的英语不好,我就是法语:)答案 0 :(得分:0)
您无法下载sIFR-2.0.7.zip并希望它像Joomla插件一样加载。你必须从这里Joomla sIFR获得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>