账号通
    

账号  

密码  

2929

查看

3

回复
主题:[分享]KesionCMS X1.0x发布文章同步到论坛无法同步过去的BUG修复 [收藏主题] 转到:  
科汛官方 当前离线

47268

主题

145

广播

405

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

用户积分:101604 分
登录次数:7935 次
注册时间:2006/12/7
最后登录:2023/12/14
科汛官方 发表于:2015/1/26 15:34:57   | 显示全部帖子 查看该作者主题 楼主 
科汛在线商城系统(NET)

问题如题


解决方法:


打开admin/article/ks.article.asp


找到

If KS.Setting(56)="1" Then '绑定论坛
       If KS.ChkClng(Request("bid"))<>0 Then
        KS.Echo "<iframe src=""KS.Push.asp?action=doPush&ChannelID=" & ChannelID &"&ItemID=" & Rs("Id") & "&Bid=" & Request("Bid") & "&CategoryId=" & Request("CategoryId") &""" width=""0"" height=""0""></iframe>"
       End If
        End If


改成

If KS.Setting(56)="1" Then '绑定论坛
       If KS.ChkClng(Request("bid"))<>0 Then
        KS.Echo "<iframe src=""../club/KS.Push.asp?action=doPush&ChannelID=" & ChannelID &"&ItemID=" & Rs("Id") & "&Bid=" & Request("Bid") & "&CategoryId=" & Request("CategoryId") &""" width=""0"" height=""0""></iframe>"
       End If
        End If





再往下找到

If KS.ChkClng(Request("bid"))<>0 Then
         If  KS.ChkClng(RS("PostID"))<>0 Then
         Conn.Execute("Update KS_GuestBook Set BoardID=" & KS.ChkClng(Request("bid")) & ",categoryID=" & KS.ChkClng(Request("CategoryID")) & " Where ID=" & KS.ChkClng(RS("PostID")))
         Else
        KS.Echo "<iframe src=""KS.Push.asp?action=doPush&ChannelID=" & ChannelID &"&ItemID=" & Rs("Id") & "&Bid=" & Request("Bid") & "&CategoryId=" & Request("CategoryId") &""" width=""0"" height=""0""></iframe>"
         End If
       End If


改成


If KS.ChkClng(Request("bid"))<>0 Then
         If  KS.ChkClng(RS("PostID"))<>0 Then
         Conn.Execute("Update KS_GuestBook Set BoardID=" & KS.ChkClng(Request("bid")) & ",categoryID=" & KS.ChkClng(Request("CategoryID")) & " Where ID=" & KS.ChkClng(RS("PostID")))
         Else
        KS.Echo "<iframe src=""../club/KS.Push.asp?action=doPush&ChannelID=" & ChannelID &"&ItemID=" & Rs("Id") & "&Bid=" & Request("Bid") & "&CategoryId=" & Request("CategoryId") &""" width=""0"" height=""0""></iframe>"
         End If
       End If

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