I want to create panel view based on comment. I there is any comment i want to disable comment for, and when there are no comment related to node i want to display comment form.
I want to do it via selection rules but I don't see any selection rules regarding to comments. I also try php visibility rule
if(%node:comment-count-new ==0)return false;
Still not working any one can help ?