网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 生活知识 知识问答

ASPCMS自带的默认栏目分类的删除方法

时间:2026-03-01 13:21:56

1、首先找到 \admin\_content\_Sort\AspCms_SortFun.asp 这个文件

ASPCMS自带的默认栏目分类的删除方法

2、然后找到代码

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 

3、将

<=20 修改为1,或者-1即可,或者修改为0 这样默认的栏目就可以删除了, 

ASPCMS自带的默认栏目分类的删除方法

© 2026 智德知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com