账号通
    

账号  

密码  

6230

查看

8

回复
主题:KesionCMS V9.0x sql标签查询栏目表时,也自动加入currclass的修改 [收藏主题] 转到:  
科汛官方 当前离线

47268

主题

145

广播

405

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

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

用系统函数标签的栏目(频道)总导航标签可以很方便的给生成的当前栏目加上currclass,但有些情况,我们必须得用sql标签来实现的话,又苦于无法给当前栏目加上currclass样式


现提供实现方法:


打开ks_cls/kesion.label.sqlcls.asp


找到300多行,增加下面红色的代码即可


regEx.Pattern = "{\$Field\([^{\$}]*}"
     regEx.IgnoreCase = True
     regEx.Global = True
     Set Matches = regEx.Execute(CirLabelContent)
     TempStr=Replace(CirLabelContent,"{$AutoID}",N)
     If Instr(tempstr,"{#GetItemUrl}")<>0 then tempstr=replace(tempstr,"{#GetItemUrl}",GetItemUrl(KS_RS_Obj))
    If Instr(tempstr,"{#CurrClass}")<>0 then
       if Split(KS.C_C(Fcls.RefreshFolderID,8)&",",",")(0)=KS_RS_Obj("id") or (UCase(FCls.RefreshType) = "INDEX" and N=1) then
       tempstr=replace(tempstr,"{#CurrClass}"," class=""currclass""")
       else
         tempstr=replace(tempstr,"{#CurrClass}","")
       end if
     End If
     For Each Match In Matches




使用方法:


在sql标签的循环体里加入{#CurrClass}标签。


如:


点击查看原图



最终生成的代码里就会根据当前栏目自动加了 class="currclass"的样式名称了,方便我们控制。

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