[USAGES]: 1. Upload: Upload all the extract files and directorys to $LifeType_Install_Dir/plugin/cocomment 2. Modify template: Use $cocomment->show($postId) in template file to enbed coComment toggle-integration script in LiFeType. [IMPORTANT NOTICE] 1. The form must has name and id attribute with value "NewComment", just like Code:
2. The submit button must has name and id attribute with value "post", like Code: [EXAMPLE]: Add the following code in commentform.template to replace
: Code: {assign var="postId" value=$post->getId()} {$cocomment->show($postId)}