Reputation: 3289
How does one hide a link in drupal? I am guessing hook_link_alter(&$links, $node, $comment=null) does the trick. A working example would be helpful.
Upvotes: 0
Views: 954
Reputation: 9809
The Flatcomments module allows you to hide the reply link on comments.
Upvotes: 2