Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已答复] 如何修改代码,当后台禁止某一文章评论时候,隐藏前台文章下的平台表单提交?

[复制链接]
safol 发表于 2009-6-30 16:27:20 | 显示全部楼层 |阅读模式
本帖最后由 safol 于 2009-6-30 19:25 编辑

如何修改代码,当后台禁止某一文章评论时候,隐藏前台文章下的平台表单提交?
紫琼 发表于 2009-6-30 16:34:14 | 显示全部楼层
你只能自己研究 SupeSite 代码进行二次开发,我们不提供程序修改服务。
回复

使用道具 举报

lidq.jingwu 发表于 2009-6-30 16:49:38 | 显示全部楼层
在news_view.html.php文件中找到以下代码:

  1.                         <div id="sign_msg">
  2.                                 <form  action="#action/viewcomment/itemid/$news[itemid]/php/1#" method="post">
  3.                                 <script language="javascript" type="text/javascript" src="{S_URL}/batch.formhash.php?rand={eval echo rand(1, 999999)}"/></script>
  4.                                 <fieldset>
  5.                                 <legend>发表评论</legend>
  6.                                 <textarea id="message" name="message" onfocus="showcode()" onkeydown="ctlent(event,'postcomm');"></textarea><br />
  7.                                 <!--{if empty($_SCONFIG['noseccode'])}-->
  8.                                 <div class="security_code">
  9.                                         <label for="seccode">验证码:</label><input type="text" id="seccode" name="seccode" maxlength="4" style="width:85px;" /> <img id="xspace-imgseccode" src="{S_URL}/do.php?action=seccode" onclick="javascript:newseccode(this);" alt="seccode" title="看不清?点击换一个" /> <a class="c_blue" title="看不清?点击换一个" href="javascript:newseccode($('xspace-imgseccode'));">换一个</a>
  10.                                 </div>
  11.                                 <!--{/if}-->
  12.                                
  13.                                 <!--{if $_SGLOBAL['supe_uid']&&$_SCONFIG['allowfeed']}-->
  14.                                 <div id="add_event_box"><label for="add_event">加入事件</label>
  15.                                 <input type="checkbox" name="addfeed" <!--{if ($_SCONFIG['customaddfeed']&2)}-->checked="checked"<!--{/if}-->>               
  16.                                 </div>
  17.                                 <!--{/if}-->
  18.                                 <input type="submit" value="提交" id="submit" class="input_search"/>
  19.                                 <input type="hidden" value="submit" name="submitcomm" />
  20.                                 <input type="hidden" id="itemid" name="itemid" value="$news[itemid]" />
  21.                                 </fieldset>
  22.                                 </form>
  23.                         </div><!--sign_msg end-->
复制代码

将其替换为下面的代码:

  1.                         <!--{if $news[allowreply]}-->
  2.                         <div id="sign_msg">
  3.                                 <form  action="#action/viewcomment/itemid/$news[itemid]/php/1#" method="post">
  4.                                 <script language="javascript" type="text/javascript" src="{S_URL}/batch.formhash.php?rand={eval echo rand(1, 999999)}"/></script>
  5.                                 <fieldset>
  6.                                 <legend>发表评论</legend>
  7.                                 <textarea id="message" name="message" onfocus="showcode()" onkeydown="ctlent(event,'postcomm');"></textarea><br />
  8.                                 <!--{if empty($_SCONFIG['noseccode'])}-->
  9.                                 <div class="security_code">
  10.                                         <label for="seccode">验证码:</label><input type="text" id="seccode" name="seccode" maxlength="4" style="width:85px;" /> <img id="xspace-imgseccode" src="{S_URL}/do.php?action=seccode" onclick="javascript:newseccode(this);" alt="seccode" title="看不清?点击换一个" /> <a class="c_blue" title="看不清?点击换一个" href="javascript:newseccode($('xspace-imgseccode'));">换一个</a>
  11.                                 </div>
  12.                                 <!--{/if}-->
  13.                                
  14.                                 <!--{if $_SGLOBAL['supe_uid']&&$_SCONFIG['allowfeed']}-->
  15.                                 <div id="add_event_box"><label for="add_event">加入事件</label>
  16.                                 <input type="checkbox" name="addfeed" <!--{if ($_SCONFIG['customaddfeed']&2)}-->checked="checked"<!--{/if}-->>               
  17.                                 </div>
  18.                                 <!--{/if}-->
  19.                                 <input type="submit" value="提交" id="submit" class="input_search"/>
  20.                                 <input type="hidden" value="submit" name="submitcomm" />
  21.                                 <input type="hidden" id="itemid" name="itemid" value="$news[itemid]" />
  22.                                 </fieldset>
  23.                                 </form>
  24.                         </div><!--sign_msg end-->
  25.                         <!--{/if}-->
复制代码
回复

使用道具 举报

 楼主| safol 发表于 2009-6-30 18:43:31 | 显示全部楼层
<!--{if $news[allowreply]}-->

..


   <!--{/if}-->


谢谢 lidq.jingwu 和 紫琼 的解答。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-1-7 20:16 , Processed in 0.039770 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表