Log in or register to post comments
Last post
Hide Folder Context Menu in CK Finder
Hello,

I am trying to remove the folder context menu in ck finder since it is unnecessary in our application. We have been able to grey out all the options in the menu by removing privileges to them in the php file, but I have been unable to remove the actual menu, or any menu items. I tried using the disablefolderContextMenuOption function, but it does not seem to work on the Delete, Rename, or Add Subfolder options. Can these options be disable? Is there some way other than hiding all the options to get rid of the context menu? NOTE: I do not want to get rid of the file context menu, just the folder.

Thanks,

Joel
Re: Hide Folder Context Menu in CK Finder
I wanted to point out that this is the exact issue that I have been experiencing, and that in addition to using the same text as the label "Delete", "Rename", "Add Subfolder" I have also tried the commands used. Additionally I was successfully able to add something to the context menu using the same syntax, so I am fairly certain that I was going about it correctly.