Hi honzas,
You can achieve it by the following code.
Find file 'CuteSoft_Client/Gallery/Editor/Explorer/Code.js'
Find about line 59, add
- uploadbtn.style.display = "none";
then about line 193 in function ShowAllPhotos(), add
- if(uploadbtn.style.display=="")
- uploadbtn.style.display = "none";
then about line 214, at the end of function SelectCategory(category), add
- if(uploadbtn.style.display=="none")
- uploadbtn.style.display = "";
Regards,
Jeff