I have created content types using cck.
Then i have created views to display those content types using views 2.
I need to display the "comment form" in the views for a paticular view only.

How can we do this?

Comments

dawehner’s picture

Priority: Critical » Normal

You can do this with theming and the snippet

comment_form_box(array('nid' => $nid), t('Post new comment'));

Sure you have to edit $nid to the nid, you give as argument.

PS: Support Requests aren't critical or?

esmerel’s picture

Status: Active » Closed (fixed)

Solution suggested, no response.