您现在的位置是:首页 > cms教程 > Ecshop商城教程Ecshop商城教程

ecshop留言版限制只有会员才可以留言的实现方法

晓巧2024-05-04Ecshop商城教程已有人查阅

导读ECSHOP商城的留言版没有限制,也就是说访客也能留言,要不是有验证码把关,恐怕早晚被垃圾塞爆,但这样并不能防止广告留言,因此,若是您也有此困扰,代码号教大家修改一下吧!

ECSHOP商城的留言版没有限制,也就是说访客也能留言,要不是有验证码把关,恐怕早晚被垃圾塞爆,但这样并不能防止广告留言,因此,若是您也有此困扰,代码号教大家修改一下吧!
请打开模版目录的 message_board.dwt 约56行开始至107行,整个表单改为:
<form action="message.php" method="post" name="formMsg" onSubmit="return submitMsgBoard(this)">
<table width=" " border="0" cellpadding="3">
<tr>
<!--{if $smarty.session.user_name}-->
<td align="right">{$lang.username}</td>
<td>
<font class="f4_b">{$username}</font><label for="anonymous" style="margin-left:8px;"><input type="checkbox" name="anonymous"
value="1" id="anonymous" />{$lang.message_anonymous}</label>
</td>
</tr>
<tr>
<td align="right">{$lang.email}</td>
<td><input name="user_email" type="text" class="inputBg" size="20" value="{$smarty.session.email|escape}" /></td>
</tr>
<tr>
<td align="right">{$lang.message_board_type}</td>
<td><input name="msg_type" type="radio" value="0" checked="checked" />
{$lang.message_type[0]}
<input type="radio" name="msg_type" value="1" />
{$lang.message_type[1]}
<input type="radio" name="msg_type" value="2" />
{$lang.message_type[2]}
<input type="radio" name="msg_type" value="3" />
{$lang.message_type[3]}
<input type="radio" name="msg_type" value="4" />
{$lang.message_type[4]} </td>
</tr>
<tr>
<td align="right">{$lang.message_title}</td>
<td><input name="msg_title" type="text" class="inputBg" size="30" /></td>
</tr>
<!-- 判断是否启用验证码{if $enabled_mes_captcha} -->
<tr>
<td align="right">{$lang.comment_captcha}</td>
<td><input type="text" size="8" name="captcha" class="inputBg" />
<img src="captcha.php?{$rand}" alt="captcha" style="vertical-align: middle;cursor: pointer;"
onClick="this.src='captcha.php?'+Math.random()" /> </td>
</tr>
<!--{/if}-->
<tr>
<td align="right" valign="top">{$lang.message_content}</td>
<td><textarea name="msg_content" cols="50" rows="4" wrap="virtual" style="border:1px solid #ccc;"></textarea></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><input type="hidden" name="act" value="act_add_message" />
<input type="submit" value="{$lang.post_message}" class="bnt_blue_1" />
<!-- {else} -->
<td align="right"></td>
<td>
本留言版只有会员能留言,如果你是会员请先<a href="user.php">登入</a>,否则请先<a href="user.php?act=register">注册</a>
<!-- {/if} -->
</td>
</tr>
</table>
</form>

本文标签:

很赞哦! ()

相关源码

  • (PC+WAP)绿色草坪地坪操场pbootcms网站模板该模板基于PbootCMS内核开发,专为人造草坪、地坪施工企业设计,采用绿色主题呼应行业属性,实现PC与WAP端全栈响应式适配,确保跨设备无缝浏览体验。查看源码
  • 自适应新闻资讯技术博客个人网站pbootcms模板该模板基于PbootCMS开源内核深度开发,该模板适用于游戏新闻网站、游戏博客等企业或个人网站,新闻资讯技术博客pbootcms模板;采用六级分辨率断点适配技术查看源码
  • (自适应)科技产品设备技术作品pbootcms网站模板带下载和招聘基于PbootCMS内核开发的高端科技企业模板,采用响应式布局技术,适配各类移动终端设备。模板设计聚焦科技行业特性,通过模块化结构实现企业形象展示、技术成果发布与人才招募等核心需求查看源码
  • (自适应)家政保洁保姆打扫卫生清灰服务pbootcms模板免费下载采用手工编写的DIV+CSS架构,代码结构清晰无冗余,加载速度优异。响应式设计适配各类终端设备,保障手机、平板、电脑端的一致浏览体验。查看源码
  • WordPress主题模板主题巴巴/博客X主题源码免费下载博客X主题专注于内容创作领域,为博客、资讯类网站提供专业的内容展示解决方案。该模板采用精心设计的布局结构,能够有效提升内容的可读性和用户停留时间。查看源码
  • (PC+WAP)绿色日志美文文学说说博客网站pbootcms模板除日志博客类网站外,通过替换图文内容可快速适配:心情日记分享平台、文学创作社区、朋友圈内容聚合站、美文鉴赏网站、读书笔记平台等应用场景。查看源码
分享笔记 (共有 篇笔记)
验证码:

本栏推荐