Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Drupal 7,它有评论和博客作为核心模块。我添加了内联评论模块。
当匿名用户添加评论时,在我的博客查看页面上,它允许添加他们的名字,但在保存时,他们的名字是可见(存储)为匿名的。
但是在我的节点博客页面上,如果匿名用户添加评论,它还允许添加他们的名字并将他们的名字保存为他们添加的任何内容,而不是匿名。
所以,我也想在我的博客查看页面上,当匿名用户添加评论时,它应该显示他们的名字而不是匿名。