Hi,
1. Please open file "\CuteSoft_Client\Gallery\Popup\Default\Code.js".
2. Find function below
GalleryPopup.prototype.ShowPhotoMenu=function _GalleryPopup_ShowPhotoMenu(photo,element,event,listener)
{}
3. Add the section below into the function above. then it will disable the context menu of the category images what you set in it. you can find the category id from file category.config.
-
- if (photo.CategoryID == "3")
- {
- return;
- }
Regards,
Ken