Joomla 1.6 关于将 PivotViewer 纳入 Joomla 扩展的问题
我真的认为我在这种情况下的问题源于对 Joomla 缺乏了解,而不是我试图安装的 PivotViewer 组件(http://joomlacode.org/gf/project/pivotviewer/)。
该组件在文章中添加了一些宏代码,但是当我发布时,文章只显示宏文本,并不执行宏。结果是一篇包含以下文本的文章:
{pivotviewer id="5" name="MarkBrandon"}</p>"</p>"
此代码应该呈现 Silverlight PivotViewer 控件。我是否以阻止渲染宏的方式使用所见即所得编辑器?我仔细检查了组件文档,看看我是否做错了什么。我通过 Microsoft WebMatrix、IIS 7.5、.NET 4.0 使用本地主机。
I really think my problem in this case stems from a lack of understanding about Joomla and not the PivotViewer Component (http://joomlacode.org/gf/project/pivotviewer/) which I am trying to install.
The component adds a bit of macro code into an article, but when I publish, the article just displays the macro text and does not execute the macro. What results is an article with this text:
{pivotviewer id="5" name="MarkBrandon"}</p>"</p>"
This code is supposed to render a Silverlight PivotViewer control. Have I utilized the WYSIWYG editor in such a way as to prevent rendering of the macro? I have scoured over the Component documentation to see if I have done anything wrong. I am using a localhost via Microsoft WebMatrix, IIS 7.5, .NET 4.0.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否检查过以确保该插件已激活?安装后不会自动激活。另外你说它是一个组件,但是调用 {pivotviewer id="5" name="MarkBrandon"} 是一个插件,也许你仍然需要安装这个插件,因为你只安装了该组件。
Have you checked to ensure that the plugin is activated? It is not automatically activated when installed. Also you say it is a component, however the call {pivotviewer id="5" name="MarkBrandon"} is for a plugin, maybe you still need to install this plugin as you ave only installed the component.