N2 CMS 评级用户控制
我目前正在 N2 CMS 框架中构建一个网站。 我想做的一件事是能够让用户使用相当标准的星级评级风格的用户控件或类似的东西来对网站的各种元素进行评级。
有没有人觉得 N2 中专门实现了类似的东西? 只是寻找一些关于在 N2 中实现这一目标的最佳方法的指示。
另外,我认为这不会产生什么影响,但我目前正在 N2 中使用 ASP MVC 来实现这一切。
预先感谢
保罗
I'm currently putting together a site in the N2 CMS framework. One of things I'd wanted to do was to be able to have users rate various elements of the site using a fairly standard star rating-style user control or something similar.
Has anyone seem anything similar to this implemented within N2 specifically? Just looking for some pointers as to the best way to achieve this in N2.
Also, don't think it should make a difference, but I'm currently implementing all this using ASP MVC within N2.
Thanks in advance
Paul
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查BlogSvc(即将称为AtomServer)
源 的源代码 /WebCore/Plugins/Rater/RaterService.cs
这是一个片段:
Check the source code of BlogSvc (soon to be called AtomServer)
Source/WebCore/Plugins/Rater/RaterService.cs
Here is a snippet:
这就是我在网站中使用的内容评级 - 1 到 5 星
N2CMS - EditableEnum 非常适合这项工作
This is what i use in my website for rating content - 1 to 5 stars
N2CMS - EditableEnum works perfectly for this job