We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 17459
    • 268 Posts
    I updated Tiny MCE to new version (because were problems with new Opera) but when I open FCE Editor for selecting picture (javascript:openBrowser(’srcbrowser’,’src’, ’image’,’theme_advanced_image_image_browser_callback’); ) I see only white window..
      • 17459
      • 268 Posts
      I tested in most popular browsers:

      In Opera 9.5 - white window
      In Flock and Safari - works ok
      In FireFox and IE7/8beta - window of filemanager, but wihout any images

      Next, I installed another richtext editor (FCKEditor) and tried open filemanager.
      FCKEditor doesn’t work with Flock and Safari (don’t see button menus, see only html-code), but in FireFox this editor work ok and filemanager works ok too.

      Main question: why filemanager from TinyMCE plugin doesn’t work with FireFox?..
      Any ideas?..
        • 4018
        • 1,131 Posts
        Did some testing of my own and I can confirm that Opera 9.5 has an issue with the file browser. TinyMCE requires that you include a file called tiny_mce_popup.js for a custom file browser. The problem with Opera appears to be due to the presence of this file and is cause some kind of incompatibility. This might be a little tough to fix since Opera isn’t giving me any kind of indication as to what the error is.

        To be honest, Opera compatibility has always been a bit of a thorn at times. Since this particular issue only effects Opera I’m not sure how much time I’ll be investing in it. I’d rather put my energy into replacing the file browser with a newer version rather than constantly trying to fix it. It’s legacy code at best and really needs an update.

        As far as other browser go, if the Resource URL and Resource Path configuration options are set properly then everything should work fine. I tested IE7, Safari, and Firefox 2 & 3...all worked fine. Haven’t tested IE8 yet only because I need to figure out the best way to force IE7 mode for the file browser.
          Jeff Whitfield

          "I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
          • 17459
          • 268 Posts
          Resource path: /home/sanyuus/public_html/assets/
          Resource URL: assets/

          (paths by default, I didn’t change it)

          from phpinfo:

          PHP Version 4.4.4

          Configure Command ’./configure’ ’--with-apxs=/usr/local/apache/bin/apxs’ ’--prefix=/usr/local’ ’--with-xml’ ’--enable-bcmath’ ’--enable-calendar’ ’--enable-ftp’ ’--with-gd’ ’--with-jpeg-dir=/usr/local’ ’--with-png-dir=/usr’ ’--with-xpm-dir=/usr/X11R6’ ’--enable-magic-quotes’ ’--with-mysqli’ ’--with-mysql=/usr’ ’--enable-discard-path’ ’--with-pear’ ’--enable-sockets’ ’--enable-track-vars’ ’--with-zlib’

          Server API Apache

          Apache Version Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a

          SCRIPT_FILENAME /home/sanyuus/public_html/manager/index.php

          Other members of team told me about this bug too, so it is not problem on my computer.
            • 17459
            • 268 Posts
            I tried play with settings.. I know why was my bug: I used custom Theme and
            Custom Plugins: safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template

            Custom Buttons:
            Row 1: save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect

            Row 2: cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor

            Row 3: tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen

            Row 4: insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak

            This is copy-paste from demo-pages.. Look: http://wiki.moxiecode.com/examples/tinymce/installation_example_02.php
              • 17459
              • 268 Posts
              So new question: can I use Advanced Theme Full (all available buttons and functions) in ModX?..

              If yes, how to fix conflict with resource manager?..
                • 4018
                • 1,131 Posts
                There isn’t necessarily a Full Theme, just an Advanced one. What you can do is choose the Custom theme and add the plugins and buttons you want. Here’s a list of the plugins and buttons on the TinyMCE wiki:

                http://wiki.moxiecode.com/index.php/TinyMCE:Plugins
                http://wiki.moxiecode.com/index.php/TinyMCE:Control_reference

                The default selections are based on the Content Editor theme. I felt this was a good start. And, honestly, I would only add in what you really need and use. Adding everything just makes it load that much slower and you end up with a bunch of buttons and functions you don’t even use. Just my two cents. smiley
                  Jeff Whitfield

                  "I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
                  • 22668
                  • 718 Posts
                  My temporary fix:
                  Copy tinymce.functions.php from Tiny 309 to your 3.1.0.1
                  assets\plugins\tinymce3101\tinymce.functions.php
                  with mcpuk from manager its work fine. laugh
                  ps. Im using Firefox 3.0

                  ps
                  http://modxcms.com/forums/index.php/topic,5403.msg164434.html#msg164434

                  check attach if you dont have 309
                    • 4018
                    • 1,131 Posts
                    The tinymce.functions.php file you have is from one of the very first builds I posted. It was a screwup on my part and I quickly changed out the file upon realizing it. I think you just grabbed it before I could change it. Sorry about that. The version that is in the 3.1.0.1a download should be fine since it’s virtually identical to the 3.0.9 version. Man...I should probably start putting the version in the functions file as well. laugh

                    Jeff
                      Jeff Whitfield

                      "I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."