New Category

Last post 11-14-2016, 9:14 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  11-10-2016, 8:32 AM 85231

    New Category

    How /Where set Visible None to the button/image "New Category" in the Upload Files window?
  •  11-14-2016, 9:14 AM 85233 in reply to 85231

    Re: New Category

    Hi,

     

    Please open file "\CuteSoft_Client\Gallery\Editor\Explorer\Code.js" and find the code below, then remove it. it will removes the new category button.

     

    1. var newcatebtn=CreateEditorButton("Images/standard-category.png",GalleryLocalize.CLICK_NEWCATEGORY);  
    2.     leftToolbar.appendChild(newcatebtn);  
    3.     newcatebtn.onclick=function(){ browser.PromptNewCategory(); };  
     

    Regards,

     

    Ken 

View as RSS news feed in XML