【发布时间】:2015-02-02 20:36:34
【问题描述】:
我正在 Silverstripe 建立我的第一个站点,但我在使用 silverstripe 博客模块 (https://github.com/silverstripe/silverstripe-blog/tree/0.3) 时遇到了问题。我已经安装了它和两个支持模块 cmets (https://github.com/silverstripe/silverstripe-comments) 和 grid-field-bulk-editing 工具,它们似乎都安装好了。最后,我为我的博客持有者和我的第一篇测试博客文章选中了设置中的复选框以允许 cmets。但是,当我查看该测试博客文章时,我认为读者无法发布任何 cmets。我错过了什么?
提前感谢任何人提供的任何帮助!
【问题讨论】:
-
嗨 sszee。欢迎来到 StackOverflow 和 SilverStripe。我希望我们能帮助你,但首先我有几个问题。您是否安装了 SilverStripe 博客的 0.3 分支? 0.3 分支适用于 SilverStripe 的旧版本,即 2.3 版。 SilverStripe 的最新版本目前是 3.1。您使用的是什么版本的 SilverStripe?如果你使用 SilverStripe 3.1,你应该安装 blog 模块的 master 分支。
-
您是否使用 composer 安装模块?有关作曲家使用的更多信息,请参阅docs.silverstripe.org/en/getting_started/composer。安装后是否刷新并运行了开发/构建?
标签: comments blogs silverstripe