We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • Please install the following files on top of TP3 to see if they resolve the following bugs:

      [list]
    • fix friendly url bug when error page is being viewed
    • fix TV bug with drop-down menus (Jeff)
    • fix installer bug with duplicate plugin events
    • fix bug in site cache class with improper escape sequence

    What’s left to be done:

    • add? <base href="$base_url"> to parser
    • set FCKConfig.AutoDetectLanguage = false - this might require a system setting to allow user to change when needed

    Are there any other major or minor TP3 bugs/omissions you’ve seen floating around the forums?

    I’ve also included the SMF and TinyMCE plugins which need to be tested prior to release as well... Thanks![/list]
      Ryan Thrash, MODX Co-Founder
      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
    • Any feedback so far? Things working or not?
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
        • 4018
        • 1,131 Posts
        Well...so far, so good...

        There are definitely some changes that need to be made to the TinyMCE plugin. I’ll go into a little more detail once I get to work...still too damn early to think about this stuff. Need coffee!! wink

        More to come....
          Jeff Whitfield

          "I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
          • 7455
          • 2,204 Posts
          I tryed installing tinyMCE and got NO errors installing it.
          I selected TinyMCE in config.
          Tryed editing a page but no edito, only plane code...
          no errors nothing just plane code in a textfield

          in the page source i searched for this content field to see what the code was.:
          <!-- Content -->
          <div class="sectionHeader"><img src='media/images/misc/dot.gif' alt="." /> Document content</div><div class="sectionBody">
          			<div style="width:100%"><textarea id="ta" name="ta" style="width:100%; height: 400px;" onChange="documentDirty=true;"></textarea> </div>
          		</div>
          


          then I opent a older version of Mod-X running htmlarea and TinyMCE and looked again at the same part:

          <!-- Content -->
          <div class="sectionHeader"><img src='media/images/misc/dot.gif' alt="." /> Document content</div><div class="sectionBody">
          		<!-- tinyMCE -->
          	<textarea id="ta" name="ta" style="width:100%; height: 400px;" onChange="documentDirty=true;"><p /></textarea>
          	<script language="javascript" type="text/javascript" src="media/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
          	<script language="javascript" type="text/javascript">
          	   tinyMCE.init({
          			theme : "advanced",
          			mode : "exact",
          			elements : "ta",
          									debug : false
          	   });
          	</script>
          	<!-- /tinyMCE -->
          	</div>
          


          See the difference?

          What part of the plugin puts the missing part in the page?

          at the bottom of the first example (Tiny NOT working I fount this:

          		<script language="javascript" type="text/javascript" src="//assets/plugins/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
          		<script language="javascript" type="text/javascript">
          		tinyMCE.init({
          			  theme : 'default',
          			  plugins : "table,advhr,advimage,advlink",
          			  theme_advanced_buttons1_add_before : "save,separator",
          			  theme_advanced_buttons1_add : "fontselect,fontsizeselect",
          			  theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor",
          			  theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
          			  theme_advanced_buttons3_add_before: "tablecontrols,separator",
          			  theme_advanced_buttons3_add : "emotions,iespell,flash,advhr,separator,print",
          			  theme_advanced_toolbar_location : "top",
          			  theme_advanced_toolbar_align : "left",
          			  theme_advanced_path_location : "bottom",
          				plugin_insertdate_dateFormat : "%Y-%m-%d",
          				plugin_insertdate_timeFormat : "%H:%M:%S",
          			  extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
          			  mode : "exact",
          			  
          			  
          			  elements : 'ta',
          			  onchange_callback : "tvOnTinyMCEChangeCallBack"
          		   });
          
          		function tvOnTinyMCEChangeCallBack(i){
          			  i.oldTargetElement.onchange();            
          		}
          	 </script>
          


          Should that part not be placed around the content field like example 2 (WORKING)

          Greets Dimmy
            follow me on twitter: @dimmy01
            • 4018
            • 1,131 Posts
            Aside from the little bug fixes already made with the update files, everything appears ok so far (the keyword is "appears"). I’ll keep plugging away at it to see if anything else pops up though. One thing I still feel pretty strongly about is the initial size of the menu frame...I really think it should be 350 pixels instead of 200 (as set in \manager\frames\1.php around line 23). It just makes more sense to me is all.

            Now, regarding the TinyMCE plugin...I’m going to create a different thread for that topic.

            More to come in a different thread...

            Jeff
              Jeff Whitfield

              "I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
            • Jason and I have confirmed on two installs that there is a problem with Web User Logins... they don’t seem to work at all. It seems like it just doesn’t log you in, ever. The same thing happens with signups.

              Access permissions are tuned on if that makes a difference. Web user groups have been created as well. The only indication that you have done something is that the forms are cleared and the URLs are appended with a "?&".

              Any ideas?
                Ryan Thrash, MODX Co-Founder
                Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                • 32963
                • 1,732 Posts
                Now resolved
                  xWisdom
                  www.xwisdomhtml.com
                  The fear of the Lord is the beginning of wisdom:
                  MODx Co-Founder - Create and do more with less.