账号通
    

账号  

密码  

1555

查看

2

回复
主题:v9.5x 问答系统专家增加设置推荐属性的修改。 [收藏主题]  
科汛官方 当前离线

47268

主题

145

广播

405

粉丝
添加关注
级别:管理员

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2014/4/19 9:25:56   | 只看该作者 查看该作者主题 楼主 
科汛智能建站系统

在http://域名/ask/zj.asp页面有按推荐查看,但后台无法设置推荐属性。



以下给出修改方法:



打开admin/ks.askzj.asp



<tr class="tdbg">

                            <td  class="clefttitle" style='text-align:right'>是否固顶:</td>

                            <td colspan=3>

       <input type="radio" name="istop" value="0"<%if ks.chkclng(rs("istop"))="0" then response.write " checked"%>>否

       <input type="radio" name="istop" value="1"<%if rs("istop")="1" then response.write " checked"%>>是

      

       </td>

                          </tr>

                         <tr class="tdbg">

                            <td  class="clefttitle" style='text-align:right'>是否推荐:</td>

                            <td colspan=3>

       <input type="radio" name="recommend" value="0"<%if ks.chkclng(rs("recommend"))="0" then response.write " checked"%>>否

       <input type="radio" name="recommend" value="1"<%if rs("recommend")="1" then response.write " checked"%>>是

      

       </td>

                          </tr>



<tr class="tdbg">

          <td  class="clefttitle"></td>

                            <td colspan=3><input type="submit" class="button" value="确定保存" /></td>

                          </tr>





增加红色代码,









再往下找,同样加红色的

  RS.Open "Select top 1 * From KS_ASKZJ Where ID=" & KS.ChkClng(Request("id")),Conn,1,3

     IF Not RS.Eof  Then

     RS("AddDate")=Now

     RS("Status")=KS.ChkClng(Request("status"))

     RS("istop")=KS.ChkClng(request("IsTop"))

     RS("recommend")=KS.ChkClng(request("recommend"))

     RS("RealName")=RealName

     RS("Birthday")=Birthday

     RS("qq")=qq

     RS("Sex")=Sex







这样在修改里就可以设置推荐了。

 
KesionCMS,,
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
hzh567 当前离线

215

主题

8

广播

2

粉丝
添加关注
级别:二年级

用户积分:555 分
登录次数:21 次
注册时间:2012/9/10
最后登录:2015/3/2
hzh567 发表于:2014/4/19 23:19:19   | 只看该作者 查看该作者主题 沙发 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
zjkrongfa 当前离线

3

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:5 分
登录次数:2 次
注册时间:2013/12/27
最后登录:2014/4/20
zjkrongfa 发表于:2014/4/20 17:26:41   | 只看该作者 查看该作者主题 藤椅 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.09375秒 powered by KesionCMS 9.0