hide reply link from comment in drupal
How does one hide a 开发者_StackOverflow社区link in drupal? I am guessing hook_link_alter(&$links, $node, $comment=null) does the trick. A working example would be helpful.
The Flatcomments module allows you to hide the reply link on comments.
精彩评论