disable watermark

Last post 01-24-2013, 7:12 PM by kjell.ek. 8 replies.
Sort Posts: Previous Next
  •  01-19-2013, 6:37 PM 76697

    disable watermark

    How disable watermark panel in Image editor?
  •  01-21-2013, 12:38 PM 76705 in reply to 76697

    Re: disable watermark

    Hi kjell.ek,

     

    1. Please open file \richtexteditor\config\default.config 

     

    2. Find section below

     

          <security name="DrawWatermarks">true</security>

     

    3. Change it to

     

          <security name="DrawWatermarks">false</security> 

     

    Regards,

     

    Ken 

  •  01-21-2013, 7:41 PM 76708 in reply to 76705

    Re: disable watermark

    Have already done that, will not work....
  •  01-22-2013, 1:07 PM 76715 in reply to 76708

    Re: disable watermark

    Hi kjell.ek,

     

    Can you send me your editor page url? So I can check it for you directly.

     

    Regards,

     

    Ken 

  •  01-22-2013, 4:53 PM 76719 in reply to 76715

    Re: disable watermark

    http://test.draghundsport.se/editor/

     

    The security file is test.config and set to: <security name="DrawWatermarks">false</security>

  •  01-23-2013, 12:33 PM 76721 in reply to 76719

    Re: disable watermark

    Hi kjell.ek,

     

    You disabled the upload function, so I can not try the watemark. Can you enable it?

     

    If do not set the security file for the editor and use the default one, does it still get this problem? 

     

    Regards,

     

    Ken 

  •  01-23-2013, 10:11 PM 76722 in reply to 76721

    Re: disable watermark

     It is not at upload, i want to set the watermark button in the image editor dialog to visible = false

     

  •  01-24-2013, 12:51 PM 76725 in reply to 76722

    Re: disable watermark

    Hi kjell.ek,

     

    Please open file "richtexteditor\rtepaint5\html5ui.xml"

     

    Find section below

     

          <panel dock="top" height="24" margin="5,2,0,0" css_text="border:solid #999999 1px; background:#f3f3f3;color:#333333;border-radius:2px; -webkit-border-radius:2px;">

     

    Change it to

     

          <panel dock="top" height="24" margin="5,2,0,0" css_text="border:solid #999999 1px; background:#f3f3f3;color:#333333;border-radius:2px; -webkit-border-radius:2px;display:none">

     

    Regards,

     

    Ken 

  •  01-24-2013, 7:12 PM 76728 in reply to 76725

    Re: disable watermark

    Thanks, works fine :-)
View as RSS news feed in XML