We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 21088
    • 85 Posts

    I have heard you need to active the "table" plugin for TinyMCE 2.1.0 but i really cant find where to add or disable the "table plugin"

    I have looked in the "plugin" tab with no luck.

    Can somebody help me ?
      • 21088
      • 85 Posts

      Never mind i found the solution smiley
        • 29525
        • 388 Posts
        Where did you find the solution?
          www.terrybarthdesign.com
          • 21088
          • 85 Posts

          Check this link:

          http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/table
            • 29525
            • 388 Posts
            Excellent! Thank you!
              www.terrybarthdesign.com
              • 21088
              • 85 Posts

              I just cant understand why it isnt turned on as default!

              Maybe they just rather want a slim code smiley
                • 4114
                • 11 Posts
                have added ’table’ to the plugin list under ’Tools>configuration - Custom Plugins:’
                tried adding ’tablecontrols’ into the ’Tools>configuration - Custom Buttons’ .... but still no table control buttons?

                I’ve read the moxiecode article.

                it say’s to add these lines ...
                plugins : "table",
                theme_advanced_buttons3_add : "tablecontrols".
                without telling you where to add these lines?

                which file is this function in? (from the moxiecode article)
                tinyMCE.init({ .....


                saying you added it, without saying WHERE you added it, isn’t really much use. The article doesn’t say, and I couldn’t locate it.

                can anyone help ? huh
                  • 27672
                  • 168 Posts
                  bripod,
                  i was able to get this working (MODX 1.0.2) by going to Tools->Configuration, Interface & Features, scroll down to the TinyMCE Settings and:

                  1) Change "Theme" to ’Custom’
                  2) add ’table’ to the end of the "Custom Plugins"
                  3) add ’tablecontrols’ to the "Custom Buttons" (i put it on row 3)

                  click "Save" and then go to edit a page. you don’t need to edit any source files. sounds like you just didn’t change "Theme" to ’custom’ - that’s why i couldn’t get it working at first.