Questions tagged [drupal-comments]

This tag should be used for questions about node comments.

In Drupal, comments are handled by the Comment module, which define the permissions that allow users to create, edit, and delete node comments.

Resources

61 questions
0
votes
1 answer

Drupal Search Module Linking to Comments Directly

On my drupal search results page link directly to the comments of the post, in addition to just the post itself. Looking at the search.module file the relevant code seems to be. $output = '
alan
  • 391
  • 1
  • 4
  • 8
0
votes
1 answer

Commenting system like Mashable? (user comments with their external sites credentials without creating an account in your site)

I´m struggling with comments. I have a site that has a commenting system, and I want people that has an account with FB, Twitter, or G+, to be able to post comments using those credentials. The thing is that I want something like, let´s say,…
Rosamunda
  • 14,620
  • 10
  • 40
  • 70
0
votes
1 answer

How to insert this javascript code inside my template.tpl.php to modify the comment form? (function XX_comment_form DRUPAL)

I´ve got a Drupal site and I need to limit comments length. So, I´ve found this code: Inside ghead I should add this: