aspcms 默认栏目不能删除解决方法
不指定首先找到
\admin\_content\_Sort\AspCms_SortFun.asp
这个文件。
然后将
if isnul(id) then alertMsgAndGo “请选择要操作的内容”,”-1″
dim ids,i
ids=split(id,”,”)
for i=0 to ubound(ids)
if ids(i) <= 20 then alertMsgAndGo “栏目ID号”& ids(i) &”为保护栏目不可删除,请修改或者禁用!”,”-1″
if ids(i) <= 20 then exit sub
‘删除子分类和子类中的内容
中的
<=20 修改为1,或者-1即可,或者修改为0
这样默认的栏目就可以删除了,
Hi, this is a comment. To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard. Commenter avatars come from Gravatar.