Closed (fixed)
Project:
Node Comments
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2008 at 20:59 UTC
Updated:
7 Aug 2008 at 15:04 UTC
Change line 533 from
$links['comment_add']['href'] = "node/add/$comment_type/$node->nid";
to
$links['comment_add']['href'] = "node/add/" . str_replace('_', '-', $comment_type) . "/$node->nid";
Comments
Comment #1
andrewlevine commentedYou also need to change line 592 from:
to
Comment #2
sirkitree commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.