我已经为我的SS 3.0博客安装了评论模块,它正在运行。
但我想覆盖CommentInterface.ss模板,我无法弄清楚将覆盖文件放在何处。我尝试过主题/ mytheme / template和themes / mytheme / templates / Includes,似乎都没有。
这应该不难,所以我一定很容易错过。
线索?
鲍勃
答案 0 :(得分:1)
将CommentsInterface.ss
放入/themes/mytheme/templates/
。
然后运行?flush = all来刷新模板缓存,以便Silverstripe开始使用新模板。
答案 1 :(得分:0)
只要我相信这需要放入mysite / templates而不是/ themes / mytheme / templates /。不确定的确切原因,但它对我有用。