We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 2901
    • 277 Posts
    you guys must be doing something wrong just sent my changed tiny_mce.js to c-m and in his installation ist works perfect as well.

    I add some more code lines so you can see where you have to make the changes.
    HTML 4.01 Transitional//EN">',visual_table_class:'mceItemTable',visual:1,inline_styles:true,convert_fonts_to_spans:true,font_size_style_values:'xx-small,x-small,small,medium,large,x-large,xx-large',apply_source_formatting:1,directionality:'ltr',forced_root_block:false,valid_elements:'@[id|

    this is the way you have to change it and it works perfect.
      • 26931
      • 2,314 Posts
      thanks Matt & bbeer,

      my cache wasn’t cleared propperly - again(!) - it’s working!

      j
        • 20728
        • 53 Posts
        Thanks for this, I’ve been looking for a solution for a while.
          Enovate Design | Web Design Agency Essex
          • 15003
          • 85 Posts
          I’ve used this technique in the past successfully, but in MODx Evolution 1.0.2 there is also an updated tinymce (version 3.241) and this solution is not longer working for me.

          The code in assets\plugins\tinymce3241\jscripts\tiny_mce.js where "forced_root_block" shows up now looks to be commented out. I’m not familiar with javascript so I don’t really understand what’s going on.

          Has anyone else had this problem? Appreciate any help!

          Cheers
          Jules
            • 26931
            • 2,314 Posts
            I’ve used this technique in the past successfully, but in MODx Evolution 1.0.2 there is also an updated tinymce (version 3.241) and this solution is not longer working for me.
            The code in assets\plugins\tinymce3241\jscripts\tiny_mce.js where "forced_root_block" shows up now looks to be commented out. I’m not familiar with javascript so I don’t really understand what’s going on.
            Has anyone else had this problem? Appreciate any help!
            Hi Jules,

            simply go to the plugin’s configuration tab and add following code to the "Custom Parameters" field:

            forced_root_block:0
              • 15003
              • 85 Posts
              Thank you sharkbait, that worked beautifully! grin
                • 1208
                • 79 Posts
                Quote from: sharkbait at Mar 08, 2010, 12:51 AM

                Hi Jules,

                simply go to the plugin’s configuration tab and add following code to the "Custom Parameters" field:

                forced_root_block:0

                Can’t find that field. Can anyone give a screenshot where to put it? I have the russian version of MODx
                  • 26931
                  • 2,314 Posts
                  Can’t find that field. Can anyone give a screenshot where to put it? I have the russian version of MODx
                    • 2901
                    • 277 Posts
                    Hi almaron

                    me neither. But I have come to another solution anyway. I simply make tv’s for the calls.

                    fe I have a tv "call above content" or a tv "call below content" That actually helps.

                    Hope you can live with this.
                    Beat
                      • 33308
                      • 3 Posts
                      Hi all!

                      Just found out that getting rid of p in (forced_root_block : ’p’) like this: (forced_root_block : ’’) works fine. No more formatting!!!