评论列表标签
- order排列顺序desc倒序,asc正序
- by排序依据 id, time,up,down
- start从第几条开始
- num获取条数
- rid关联数据id
- {maccms:comment num="10" paging="yes" order="asc" by="sort"}
- {$vo.comment_id}编号
- {$vo.comment_mid}模块id,1视频2文字3专题
- {$vo.comment_name}昵称
- {$vo.comment_status}状态0未审核1已审核
- {$vo.comment_ip}ip地址
- {$vo.comment_time} 时间
- {$vo.comment_content} 留言内容
- {$vo.comment_up} 顶数
- {$vo.comment_down} 踩数
- {$vo.comment_report} 举报
- {/maccms:comment}
- 调用方式,例如视频内容页中:
- <div class="mac_comment" data-id="{$obj.vod_id}" data-mid="{$maccms.mid}" ></div>
- <script>
- $(function(){
- MAC.Comment.Login = {$comment.login};
- MAC.Comment.Verify = {$comment.verify};
- MAC.Comment.Init();
- MAC.Comment.Show(1);
- });
- </script>
声明:有的资源均来自网络转载,版权归原作者所有,如有侵犯到您的权益 请联系邮箱:123456@qq.com 我们将配合处理!
原文地址:苹果cms-v10最新版本模板标签大全- 评论列表标签发布于2025-11-18 00:00:00

