Add support for flagging comments?
brunodbo - June 16, 2008 - 12:43
| Project: | Flag |
| Version: | 5.x-1.0-beta2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | quicksketch |
| Status: | closed |
Jump to:
Description
Would you consider / would it be possible to add support for flagging comments?

#1
Indeed! That was a primary goal of the "new" version Views Bookmark, so in moving Views Bookmark over to Flag, we made additional columns in all the tables and parameters in all the API functions. Right now, everything just assumes the "node" content type, but we plan to support comments. The initial version probably won't support comments, since it's important to get a stable version of Flag for Drupal 6 for those people that need an upgrade path from Views Bookmark on D5.
So after Flag 1.0 comes out, then we'll work on comments for the next version. But already, all the infrastructure is in place to support them.
#2
Great!
#3
I'm working on this functionality.
#4
Well... that was a lot easier than I thought! Looks like the planning paid off, comments were very easy to implement, aside from the Views integration. Note that Views integration for comments is only included in the Drupal 6 version, since Views 1 can't display lists of comments.
Commits:
D5: http://drupal.org/cvs?commit=122941
D6: http://drupal.org/cvs?commit=122942
#5
Great work, thanks.
#6
Automatically closed -- issue fixed for two weeks with no activity.