在control/c_skins.asp中找到
在下面加
在control/Action.asp中找到
Case "doIndex":
conn.Execute("update blog_module set IndexOnly=true where id="&selectID(i))
Case "cancelIndex":
conn.Execute("update blog_module set IndexOnly=false where id="&selectID(i))
在下面加
Case "doSystem":
conn.Execute("update blog_module set IsSystem=true where id="&selectID(i))
Case "cancelSystem":
conn.Execute("update blog_module set IsSystem=false where id="&selectID(i))
注:此方法并不是所有的自定义模块都能显示。