Closed (fixed)
Project:
Node Comments
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2007 at 14:22 UTC
Updated:
29 May 2008 at 16:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
tristan_roddis commentedThis seems to be because the code in nodecomment_views.inc was creating an array key of 'nid' which was overriding the default provided by the Views module. I changed this to a non-conflicting string (see attached patch file) and it now seems to work again.
Update 2008-01-16: the initial patch caused problems with the view used to display comments. These parameters need to be changed too (included in updated patch file below)
Comment #2
krew commentedThis worked, but I to deactivate then reactivate the Node Comments module.
Comment #3
sethcohn commentedLooks good to me.
Comment #4
tristan_roddis commentedWoah there! I just discovered that my initial patch caused problems with viewing nodes (content would get doubled up). This was because I didn't also update the key used for the default views.
I have re-edited the patch to include this - if you had already integrated the patch, please undo it and use this new version. Thanks.
Comment #5
tristan_roddis commentedkrew, please not my comments above. You will need to use the new patch on your code instead!
Comment #6
sirkitree commentedapplied to 5.x branch
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.