很多人在網站建設的時候,對ASPCMS的相互新聞不知道怎么調用.經研究和測試以后,公布相關新聞的調用方法。
需要修改的文件位置:/INC/AspCms_MainClass.asp
找到如下代碼:
if not isnul(aboutkey) then
aboutkey=replace(getTagID(aboutkey),"}{","%' or ContentTag like '%")
aboutkey=replace(aboutkey,"{"," (ContentTag like '%")
aboutkey=replace(aboutkey,"}","%')")
aboutkey=replace(aboutkey,"%'","}%'")
aboutkey=replace(aboutkey,"'%","'%{")
whereSort=whereSort&" and "&aboutkey
end if
大概在835行吧。注意我標色的位置;
把getTagID(aboutkey)替換為aboutkey。
修改完成,TAG匹配功能正常。
前臺調用
{aspcms:content sort={aspcms:topsortid} tag=[news:tag] num=9 order=order}
{/aspcms:content}
本文原創(chuàng),轉載請標明出處