Sharepoint 博客:启用/禁用有关帖子字段值的评论
我需要启用/禁用有关帖子列表中新字段的值的帖子评论。 我不知道该怎么做...有什么想法吗?
为什么转换为 XSLT 时出现错误? 是否可以获取查询字符串来执行此操作?
I need to enable/disable post comments regarding the value of a new field in Post list. I don't see how to do this... Any ideas?
Why is there an error when converts to XSLT? Is possible to get the querystring to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您无法通过标准博客组件获得这种级别的控制。 不过,使用 CKSEBE 应该相当容易实现。
我在标准博客中能想到的最简单的方法是使用 jQuery 隐藏评论表单 - 这样您只需要获取出现在页面上某处的字段的值。
I don't think you'll be able to get that level of control with the standard blog component. Should be reasonably easy to implement using CKSEBE though.
Easiest method I can think of within the standard blog is to use jQuery to hide the comment form - that way you only need to get the value of the field appearing somewhere on the page.