需要在 drupal 中自定义评论功能(超出评论模块)

发布于 2024-10-19 03:13:42 字数 204 浏览 2 评论 0原文

我已经启用了评论模块。

对于我的网站,我有以下要求:

  1. 客户将留下评论 页面上的供应商服务
  2. 将向供应商提供可以回复的登录名 评论
  3. 只有供应商才能回复评论

另外,我想限制评论作者姓名中使用的某些单词,例如“客户”。

我只想知道是否存在具有此功能的模块,或者我需要自己编码。

I've already enabled comments module.

For my website i've following requirements:

  1. Customers will leave comments about
    vendor service on Pages
  2. Vendor will be provided a login who can reply
    comments
  3. Only vendors will be able to reply comments

Also I want to restrict some words used in comment author names like "customer".

All I want to whether any module exists with this functionality or I need to do coding myself.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月静好 2024-10-26 03:13:42

这几乎肯定是一个自定义代码作业。 Drupals默认的评论系统允许任何拥有正确权限的人对节点进行评论。

comment_reply()将为您提供实现您想要的目标的起点。

This is almost certainly a custom code job. Drupals default comment system allows anyone to with the correct permissions to comment on nodes.

comment_reply() will give you a starting block to achieve what you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文