Instructions

Need Overlay Paths module, in Overlap Path UI (need to enable as well) include this as a non-admin overlay path: paragraph_comments_comment_form/* and paragraph_comments_perfect_form/*

Set permissions for roles to submit paragraph comments in the permissions area.  Note, all users who should be able to submit paragraph comments need permission to 
submit regular comments as well.  If you want users to be able to use the modal form pop-up for comments, they will also need permission for 'Access the administrative overlay'.  
This does not give them admin permissions.


You must uncheck the box 'Limit allowed HTML tags' in the formats area admin/config/content/formats/ for whichever format you're using.  Check the box to 'Convert line breaks into HTML'.  The jQuery is looking for the <p> tags, so any other type of separation between paragraphs such as <div> or <br> are ignored.

The module also scans any node for php tags on hook_node_view.  If it finds <?php it will not run for fear of damaging code and instead sends a warning to watchdog.

$paragraph_id is available in tokens.  Use with rules for notification messages.

Thanks to Santiago Princ for the jQuery that allows the paragraph text to appear in comment text area by default.  Thanks to Ryan Burke for icons and design.



