两步实现模块调用评论功能

第一步:

在栏目下的 common/template/default.jtbc 中的 detail 节点中的适当位置加入如下语句

{$=itransfer("genre=public/comment;tpl=global.public/comment:comment.api-list;type=new;topx=5;osql= and pc_keyword='{$-genre}' and pc_fid={$id}")}

第二步:

在适当的位置再加入提交评论的语句:

{$=crValcodeTpl(ireplace("global.public/comment:comment.api-add", "tpl", "-keyword={$-genre}|-fid={$id}"))}

这样,就带有评论功能了