We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
  • 1. No can do. Has to be done from the back end (at least AFAIK).

    2. When you find out, do please let me know! I can do it for the back end editor, but haven’t figured it out for the front end yet.
      Studying MODX in the desert - http://sottwell.com
      Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
      Join the Slack Community - http://modx.org
      • 18397
      • 3,250 Posts
      For the frontend, edit the FCKeditor’s configuration string...

      Manage Resources >> Plugins >> FCKeditor >> Configuration ....... you will see the rest...
        • 11413
        • 203 Posts
        I know that FCK editor let you define button sets in its configuration script. there should be a new widget property to define this button set when needed, and maybe a button set editor inside the ressources.
          Blaise Bernier

          www.medialdesign.com - Solutions for small business, hosting, design and more!
          • 11413
          • 203 Posts
          GOT IT! grin

          It’s in the FCKEditor plugin :

          /**
          * FCKEditor - RichText Editor Plugin
          * Written By Raymond Irving - June 22, 2005
          * Modified By Jeff Whitfield - October 13, 2005
          *
          * Both frontend and backend interface provided
          *
          * Configuration:
          * &webset=Web Toolbars;string;[’Bold’,’Italic’,’Underline’,’-’,’Link’,’Unlink’]
          *
          * Version 2.1.1
          * FCKeditor v2.1.1
          *
          */

          Now let’s play with it!
            Blaise Bernier

            www.medialdesign.com - Solutions for small business, hosting, design and more!
          • Thank you all very much! Now all we need is for the Resources Browser to work in NewsPublisher! but that’s another matter altogether.
              Studying MODX in the desert - http://sottwell.com
              Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
              Join the Slack Community - http://modx.org
              • 11413
              • 203 Posts
              would it be possible to link the plugin configuration with a widget property? It would let you decide wich buttons are correct for your needs : Personnally, I’d like to have two button sets : one for the summary and another for the content of the article...
                Blaise Bernier

                www.medialdesign.com - Solutions for small business, hosting, design and more!