i wont to make some change to code of default.asp, forum.asp, and active.asp. i want to cahge the permissone for delete. i want only forumadmin who can delete cat,and forum.
All you need to do is replace the mlev = 4 check with one like this: if MemberID <> intAdminMemberID then. Why would you want to do this though? It defeats the purpose of giving people admin priviledges.
if you just want to get rid the link from general Admin to SuperAdmin only, i think it's not so hard to do this... just as Dave mentioned..
for example, in forum.asp find this function sub ForumAdminOptions() then change this (AdminAllowed = 1) or this mLev = 4 to MemberID = intAdminMemberID
(depend on what admin feature you want to change...)
then almost the same doing to another active or default files.