
Upgrade Your Drupal Skills
We trained 1,000+ Drupal Developers over the last decade.
See Advanced Courses NAH, I know EnoughHow To Remove a "Reply" Link In Drupal 7 Comments
Parent Feed:
In your template.php file add the following code:
function themename_preprocess_comment(&$variables) { unset($variables['content']['links']['comment']['#links']['comment-reply']); }
Don't forget to change themename to your theme's name. Now, everything should be working.
TagsĀ
Original Post:
About Drupal Sun
Drupal Sun is an Evolving Web project. It allows you to:
- Do full-text search on all the articles in Drupal Planet (thanks to Apache Solr)
- Facet based on tags, author, or feed
- Flip through articles quickly (with j/k or arrow keys) to find what you're interested in
- View the entire article text inline, or in the context of the site where it was created
See the blog post at Evolving Web