账号通
    

账号  

密码  

4129

查看

6

回复
主题:KesionCMS V9.5评论列表增加显示发表人IP的修改方法 [收藏主题] 转到:  
科汛官方 当前离线

47268

主题

145

广播

405

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

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2013/9/27 11:06:58   | 显示全部帖子 查看该作者主题 楼主 
科汛智能建站系统

V9.5评论列表样式已经模板化了,对于有DIY需求的用户,人性化了不少。


今天给大家介绍下在评论列表增加显示发表人IP


打开config/comment.xml


找到如下代码

<tr>
    <td rowspan="3" style="border-bottom: #999999 1px dotted; margin-top: 3px" width="70">
     <a href="{$SpaceUrl}" target="_blank"><img alt="{$UserName}" border="1" height="60" src="{$UserFace}" width="60" /></a>
    </td>
    <td height="25" width="*">
     {$Publish} <font color="#999999">(发表时间: {$AddDate} UserIP:{$UserIP})</font></td>
    <td>
     <font style="font-family: Arial Black; color: #eef0ee; font-size: 32px">{$Floor}</font></td>
   </tr>


增加上面红色的代码,加上显示IP功能。



接下来打开


ks_cls/kesion.label.commoncls.asp,找到约185行

        LC=Replace(LC,"{$Publish}",publish)
        LC=Replace(LC,"{$UserID}",Node.SelectSingleNode("@userid").text)
        LC=Replace(LC,"{$UserIP}",Node.SelectSingleNode("@userip").text)
        LC=Replace(LC,"{$UserName}",Node.SelectSingleNode("@username").text)
        LC=Replace(LC,"{$UserFace}",faceStr)

同样增加上面红色的代码,这样在评论列表就会显示用户IP了,如下图:

点击查看原图

 
KesionCMS,,
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.53125秒 powered by KesionCMS 9.0