Re: Admin/General User Permissions

  •  03-02-2009, 9:03 PM

    Re: Admin/General User Permissions

    Hi acecuteeditor,
     
    You can try this way:
     
    Open file 'InsertImage.aspx' (root\CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx)
     
    local to:
     
    protected override void InitOfType()
       {
            //add if section here, like:
            if(is not admin)
                     {
                    //hide something
                    //hide some div button link or another options  you want
                     }
        }
     
     
    Regards,
     
    Ken
View Complete Thread