Old problem ..
1. Set the Permission Policy for the entire web application and remove the permission definition for "create notification. Http: // Management Center/_ admin/vsmask. aspx
2. If you only want to remove it from a list or document library, you can use Js.
For documentlibrary
Eval (adddoclibmenuitems. tostring (). Replace ('hasrights (0x80, 0x0) ', 'false & hasrights (0x80, 0x0 )'))
For list
Eval (addlistmenuitems. tostring (). Replace ('hasrights (0x80, 0x0) ', 'false & hasrights (0x80, 0x0 )'))
As for how to use this code .. You must be smart...
Update: it is still troublesome to find out how to use it. paste the code.
<SCRIPT>
Function fuckalert (){
If (typeof (adddoclibmenuitems) = 'function '){
Eval (adddoclibmenuitems. tostring (). Replace ('hasrights (0x80, 0x0) ', 'false & hasrights (0x80, 0x0 )'))
Window ["adddoclibmenuitems"] = adddoclibmenuitems
} Else {
Window. setTimeout ("fuckalert ()", 500 );
}
}
_ Spbodyonloadfunctionnames. Push ("fuckalert ")
</SCRIPT>