dede评论功能游客可以对文章进行评论
<div class="comment">
<!–评论:标题–>
<div class="commenttitle">
<div class="title"><strong>最新评论</strong>共有 {dede:field name=’postnum’/} 位网友发表了评论 </div>
<div class="gotopost"><a href="{dede:field name=’phpurl’/}/feedback.php?arcID={dede:field name=ID/}">查看所有评论</a></div>
</div>
<!–评论内容–>
<div class="commentbox">
<script src="{dede:field name=’phpurl’/}/feedback_js.php?arcID={dede:field name=’ID’/}"></script>
</div>
<!–发表评论:标题–>
<div class="posttitle"><strong>发表评论</strong></div>
<!–发表评论–>
<form action="{dede:field name=’phpurl’/}/feedback.php?action=send" method="post" name="feedback">
<input type="hidden" name="arcID" value="{dede:field name="id"/}">
<div class="postbox">
<div class="txtbox">
<strong>评论内容:</strong>不能超过250字,需审核,请自觉遵守互联网相关政策法规。
<textarea name="msg" cols="60" rows="6"></textarea>
</div>
<div class="userbox">
<dl>
<dd>
<strong>用户名:</strong><input name="username" class="username" type="text" maxlength="20" />
<strong>密码:</strong><input name="pwd" class="password" type="password" maxlength="20" />
</dd>
<dd></dd>
<dd class="mtop"><input name="notuser" type="checkbox" value="1" /> <strong>匿名?</strong></dd>
<dd><input name="sb" type="button" class="submit" value="发表评论" onClick=’javascript:if(document.feedback.msg.value!="") document.feedback.submit(); else alert("评论内容不能为空!");’/>
</dd>
<dd class="mtop"><a href="{dede:field name=’memberurl’/}/index_do.php?fmdo=user&dopost=regnew" target="_blank">注册</a></dd>
</dl>
</div>
</div></form>
</div>
</div>
(这些就是评论那一块的所有代码)
2,找到以上代码中的
<strong>密码:</strong><input name="pwd" class="password" type="password" maxlength="20" />
然后删除。
找到
<strong>匿名?</strong>
然后删除。
找到
<input name="notuser" type="checkbox" value="1" />
,然后更改为<input name="notuser" type="hidden" value="1" />.最后提交保存,OK了,大功告成!
- 上一篇:dedecms标题加省略号的实现方法
- 下一篇:如何利用织梦cms做多语言的网站
☉首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程:
- 织梦dede首页列表页获取文章对应的tag标签
- 织梦dede导航栏目顶级和二级判断二级输出不同url
- 织梦dede标签array runphp静态生成乱码BUG解决方法
- 织梦dede如何禁止会员发布文章内容带超链接
- 织梦ajax跨域提交自定义表单和跨域验证码问题
- 织梦CMS MIP文章内容页图片适配百度MIP规范
- 织梦CMS时间格式实现XX秒前、XX分钟前、XX天前
- 织梦DedeCMS更新系统缓存增加清理沉余缓存的功能
- 织梦CMS让channelartlist标签支持currentstyle属性的
- 织梦dede自带编辑器替换百度ueditor编辑器
- 织梦DEDECMS整站动态化或整站静态化设置方法
- 织梦dede 模板路径templets目录都有什么?