I don't think there is actually much to do here, but we need to update a site using nodecomment 1 to nodecomment 2. At the very least it will need to turn on comment.module as this is now a dependency rather than incompatible, and it may need to also move some settings around to make sure things are in the right place.

Comments

merlinofchaos’s picture

Status: Active » Fixed

I *think* this is fixed tho I don't have a good test case.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

OneTwoTait’s picture

Status: Closed (fixed) » Active

I've upgraded and found two issues that may need to be documented or fixed.

Problem 1) Under "comment view" on the admin/content/node-type/(node type) pages, there is nothing to select from. Also, node comments no longer show up on nodes.
Solution) Edit the Nodecomments view (should be at admin/build/views/edit/nodecomments, by adding a new "display" to the view available in the dropdown as "Nodecomments". This makes it available in the content-type settings where you see "Comment view:" drop-down selection. I suppose this should be done for the "nodecomments_threaded" view as well (at admin/build/views/edit/nodecomments_threaded).

Problem 2) Access denied for posting a nodecomment in some cases. Out of 15 nodes tested, I have only found this behaviour for one node. I've noticed that the URL for posting a nodecomment for this node only has two digits at the end, while the others have 5. (That is, for most nodes, the URL to add a review looks like node/add/review/16803, but the URL given by the problem node looks like "node/add/review/98".) This node has been commented on before and is currently displaying several comments.
I have no solution for this yet.
Attempted Solutions) - Rebuild permissions at admin/content/node-settings.
- Make sure nodecomment is configured for this content type in an identical manner to other content types.
- Clear cache.
- Test other nodes of this content type (they worked).

maria_zk’s picture

taite11 I am having the same problem (1). Could you please share the view settings???
I am not able to see the node comment settings...

OneTwoTait’s picture

This should work:
1) Go to ...admin/build/views/edit/nodecomments
2) Click the dropdown list on the left used to add displays, select "nodecomments", then click "Add display".
3) Go to the content type that you want to use nodecomments on (should have a URL like ...admin/content/node-type/(yourcontenttype) and the "comment view" should now show up.

I think that's all I did.

crea’s picture

Status: Active » Closed (won't fix)

2.x is unlikely to get any support at this point. Closing all related issues.