Posted by verynic on October 25, 2010 at 8:07am
18 followers
Jump to:
| Project: | Media Gallery |
| Version: | 7.x-1.0-beta1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Issue Summary
Does it disable to comment?comments to a photo are always the best way for interaction.
Comments
#1
i found there is comment for gallery,but no for per media.
#2
Yeah, this is something we decided to delay :( Comment module is node-centric. We want to change this, but it will take some time. If someone wants to start writing a comment_on_any_entity module, we'll probably contribute and review.
#3
I found a core issue for this at
#893854: Make comment module available for entity not for node
#4
+1
#5
The core issue above was closed as a duplicate of #731724: Decouple comment.module from node by turning comment settings into a field.
#6
Subscribing
#7
Subscribing
#8
See http://drupal.org/sandbox/swentel/1160452
#9
sub
#10
Any news about this?
BTW, if media items were nodes we could also add fields such as date taken, type of camera, etc.
#11
I could really use this feature for my gallery. If you have no intention on adding it, could anyone recommend an alternative gallery that allows comments per media item added?
#12
The problem is, that the comment module only works with nodes, but not with entities (like media/files).
As mentioned in #5, there is an issue for that #731724: Decouple comment.module from node by turning comment settings into a field. That issue is about Drupal 8. I'm not sure, but i don't think, that it will be backported to D7.
It seems, that the reply-project tries to fix this for D7. I have tried the module, but was not successful (just getting notices and warnings). So if someone is able to integreate reply or another comment module, we can work on that.