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
5
votes
2 answers

Drupal - How to change input format for comments?

This issue irritates me much. Somehow after installing wysiwig editor my comment body form turned into rich.. bla bla area. I do not want this but I can not find the place where to turn back comment input format to the plain text (or filtered…
Lukasz
  • 19,816
  • 17
  • 83
  • 139
3
votes
2 answers

Drupal 7, trying to "theme" the node links i.e. "Add new Comment" "Read More" etc

I'm spending more and more time here, and constantly wishing Drupal was easier to understand then I'm finding it, oh well :) so todays question is, I'm trying to remove the "2 comment" and "1 new comment" links from a node in Teaser view. I do…
Purplemonkey
  • 1,927
  • 3
  • 27
  • 39
3
votes
3 answers

Get all Comment ID's within a Drupal node

I have a node in Drupal with a few comments. Is there an easyish way to get the CID of every comment within the node? Also, is there a way to sort them by various parameters, chronology, karma of the comment etc. Thank you.
alan
  • 391
  • 1
  • 4
  • 8
3
votes
3 answers

Drupal 7 comment.tpl.php overwrite for specific node type is not working

I've created a comment--track.tpl.php file in order to theme the comments of my "track" type node but I can't get Drupal to use it. It keeps using my themename/comment.tpl.php file. I made sure to clear cache, I also set the Devel module to rebuilt…
vxcriss
  • 31
  • 1
  • 4
3
votes
4 answers

Drupal Views of nodes to show node comments

I've encountered a Drupal problem: I'm using the Views module for rendering nodes of a kind, based on the user id of it's author (it is a Content Profile actually). I want the view to show the comments for the node, just like in node/%. I could not…
ifroz
  • 103
  • 3
  • 6
3
votes
2 answers

Drupal and Comment Form

I need to insert the comment form directly to the node template (I use node-type.tpl.php to theme the node-type). In related issue, if I go to /comment/reply/NID I get the comment form, but it's got only "preview" button, and no submit button. the…
Eli
  • 2,666
  • 7
  • 33
  • 37
2
votes
1 answer

Facebook: Using my drupal comments system and FB comments all at the same time, and storing comments inside my own site and not FB?

I´ve just started to test, use and play with facebook apps. I´ve searched stackoverflow but didn´t find exactly what I need, so, here I am. I´ve a drupal site. I´ve installed the Facebook for Drupal module, so I can use facebook in my site. I want…
Rosamunda
  • 14,620
  • 10
  • 40
  • 70
2
votes
1 answer

drupal7 change format of comment's $created

I have been trying for some time now to reformat the date that appears below the avatar when a comment is made to a blog post. I have found no way of doing it through any settings, so I have moved over to the template files. Changing the date format…
2
votes
3 answers

How do I print a single comment in drupal?

I want to print a individual comment in drupal based on it's comment ID. How can I do this? Google and other sources have yielded me nothing. Thank you.
alan
  • 391
  • 1
  • 4
  • 8
2
votes
2 answers

How to send an email when a user responds to a comment

What I want is to announce the original comment poster, when someone has responded on his comment It's a bit blurry on how to do this with triggers. Has anybody done that, or is there another way to do this?
PartySoft
  • 2,749
  • 7
  • 39
  • 55
2
votes
2 answers

How do I programmatically submit comments?

I am not sure how to do this; I want to manually submit a comment.
Navane
  • 1,348
  • 2
  • 12
  • 25
2
votes
3 answers

Drupal view to list nodes and comments

I want to create a view that shows the latest posts in a forum and also any latest comments. The comments and the posts would all show in the same view. Is it possible for me to do this? Thanks in advance, Ben
Ben
  • 897
  • 2
  • 16
  • 34
2
votes
2 answers

Drupal 6 module for adding CCK-like fields to comments?

I'm needing to allow users of a site to add structured comments to nodes. Are there any stable modules out there for Drupal 6 that will enable me to do this? I'm thinking along the lines of being able to add CCK-like fields to the comment type. In…
drmonkeyninja
  • 8,490
  • 4
  • 31
  • 59
2
votes
1 answer

Drupal 7 - multilingual comments

I have a multilingual Drupal 7 site with i18n and Entity translation enabled. Node fields translation works perfectly, but there is something wrong with comments. I enabled translation of comment body field. The problem is that comments are only…
2
votes
2 answers

Anonymous comments not saved in Drupal

For some reason I can no longer post a comment as an Anonymous user in my Drupal installation. I haven't tried in a while, so I'm not quite sure when this functionality was broken. I have Services installed, and I can post anonymous comments using…
Marco
  • 2,329
  • 1
  • 21
  • 25
1
2 3 4 5