简体   繁体   English

关于Drupal 6的匿名论坛主题

[英]anonymous forum topics on Drupal 6

i want to allow anonymous users to create forum topics with their information ( name, email ) and also to be able to alert them when a new comment is posted. 我想允许匿名用户使用他们的信息(姓名,电子邮件)创建论坛主题,并且还能够在发布新评论时提醒他们。 There is any simple way to do so ? 有任何简单的方法吗?

请查看匿名发布模块http://drupal.org/project/anonymous_posting ,它允许匿名用户填写他们的联系信息,就像评论一样。

You need to give the anonymous user role the permission to create forum posts ("create forum topics") and comment ("post comments", you probably also want "post comments without approval"). 您需要授予匿名用户角色创建论坛帖子(“创建论坛主题”)和评论(“帖子评论”的权限,您可能还希望“未经批准就发表评论”)。

For notifications, there are several modules available, a simple one that also works well for anonymous users is http://drupal.org/project/comment_notify . 对于通知,有几个可用的模块, http://drupal.org/project/comment_notify是一个适用于匿名用户的简单模块。 Users just need to tick the checkbox when they write a comment and they will receive an alert when an answer is posted. 用户只需在撰写评论时勾选复选框,他们就会在发布答案时收到提醒。

您可以在您的drupal网站上下载和使用ADVANCED FORUM模块,该模块包含大量功能,可帮助您进行有效的论坛讨论。安装该模块后,请检查是否启用了匿名复选框(如果未启用该复选框)。任何疑问在安装高级论坛模块之前都要参考文档。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM