New Category

Last post 01-12-2011, 11:03 AM by Eric. 1 replies.
Sort Posts: Previous Next
  •  01-12-2011, 8:17 AM 65691

    New Category

    How would you remove the option to create a new category
    Filed under:
  •  01-12-2011, 11:03 AM 65693 in reply to 65691

    Re: New Category

    Dear skinner,
     
    Please open "\CuteSoft_Client\Gallery\Editor\Explorer\Code.js", and comment the following lines:
     
    var newcatebtn=CreateEditorButton("Images/standard-category.png",GalleryLocalize.CLICK_NEWCATEGORY);
     leftToolbar.appendChild(newcatebtn);
     newcatebtn.onclick=function(){ browser.PromptNewCategory(); };
     
    After done, please test it again.
     
    Thank you for asking
View as RSS news feed in XML