首页如何调用文章中的自定义字段
我在文章中,加了个日期自定义字段,因为系统中,文章的更新时间不可以自定义,所以,想通过加个自定义字段来实现可以自定义文章的时间。现在想知道,在首页调用文章列表时候,如何调...
我在文章中,加了个日期自定义字段,因为系统中,文章的更新时间不可以自定义,所以,想通过加个自定义字段来实现可以自定义文章的时间。现在想知道,在首页调用文章列表时候,如何调用自定义的字段?请大家支持下
展开
1个回答
展开全部
唉,既然没有现成的,只能自己解决了。在AspCms_MainClass.asp中,第982行,查找“if str="content" or str="aboutcontent" or str="news" or str="product" or str="down" or str="pic" then”,这句。因为我自定义的字段是个日期类型的,在首页想显示出来,所以,我在这个代码段中加了: case "C_fabudate" timestyle = parseArr(fieldArr)("style") : if isNul(timestyle) then timestyle = "m-d" select case timestyle case "yy-m-d" nloopstr = replace(nloopstr,matchfield.value,FormatDate(rsObj("C_fabudate"),1)) case "y-m-d" nloopstr = replace(nloopstr,matchfield.value,FormatDate(rsObj("C_fabudate"),2)) case "m-d" nloopstr = replace(nloopstr,matchfield.value,FormatDate(rsObj("C_fabudate"),3)) end select没时间给做成通用的,如果有朋友也想实现这样的目的,可以参照着修改 查看原帖>>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询