We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25663 MODX Staff
    • 12,272 Posts
    Great find Susan, thanks!
      Ryan Thrash, MODX Co-Founder
      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      Quote from: Mark at Mar 12, 2006, 01:05 PM

      Is it just me or is the styling for QE Links in the frontend seem to be missing?

      It’s not just you. I get plain "Edit Content" links as well. The main QuickEdit menu bar is OK, though.
        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
        • 6726
        • 7,075 Posts
        Quote from: zi at Mar 11, 2006, 11:47 AM
        WinRAR and 7Zip both are giving errors, but WinRAR extracts files and gives error, 7Zip denied to extract at all. 7Zip extracted all files without errors in 5th or 6th try! @#$%! but WinRAR still display CRC error after extraction.

        Sorry to bring this up again but I got this too, with WinRAR... CRC error. It does decompress, but how do I know everything is OK with the files ?
          .: COO - Commerce Guys - Community Driven Innovation :.


          MODx est l'outil id
          • 25663 MODX Staff
          • 12,272 Posts
          I wouldn’t trust a decompression that throws errors. Try any other utilities?

          More importantly though, can you verify if the install fiasco experienced by many in the French community is resolved?
            Ryan Thrash, MODX Co-Founder
            Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
            • 6726
            • 7,075 Posts
            Quote from: rthrash at Mar 16, 2006, 08:22 AM
            I wouldn’t trust a decompression that throws errors. Try any other utilities? More importantly though, can you verify if the install fiasco experienced by many in the French community is resolved?

            I wanted to do just that (in fact, pretty impatient to see this work I confess), but making sure first that the archive was not compromised...

            I’ll try another utility (or reboot and boot SuSE 10), still it’s strange that WinRAR doesn’t work...

            Edit : OK it worked allright with 7zip the first time smiley
            I’ll go and test this baby right now !

            Edit : Waow guys, great work !!!
            No errors whatsoever @install with the problematic local EasyPHP 1.8 local WAMP package ! Since it’s the most popular local testing windows platform in France, expect quite a few new users after 0.9.2 release grin

            I’ll proceed to testing with one of the french host that caused problems...


            A few things :

            Is it intentionnal to have NewsListing 4.4 bundled instead of latest (6.3.3) ? Same for PageTrail, I think it’s not up to date... I’d have to check the others...

            Great to have the QuickEdit doc in the manager laugh , one thing would even be greatest would be to have the current language doc displayed (but hey, we’ll first have to translate this... another ToDo !).

            Other than that, just a not important glitch, the manager display rev 725...

            I’ll go back to test the install on free.fr... and do some more testing, just a first round here...





              .: COO - Commerce Guys - Community Driven Innovation :.


              MODx est l'outil id
              • 33337
              • 3,975 Posts
              Just to plug my 2 cents in, isn’t phrase "Build 726" better than "rev 726" ?

              regards,

              zi
                Zaigham R - MODX Professional | Skype | Email | Twitter

                Digging the interwebs for #MODX gems and bringing it to you. modx.link
                • 10487 MODX Staff
                • 1,535 Posts
                Quote from: Mark at Mar 12, 2006, 01:05 PM

                Is it just me or is the styling for QE Links in the frontend seem to be missing?
                Nope, not just you wink There appears to be some missing entries (namely those for styling the links on the page) from the 0.9.2 output.css for QuickEdit. Temporarily replaced with the 0.9.1 output.css and the links appeared with the correct styles.

                Confirmed this fix with Susan as well.

                EDIT:

                1. The MemberCheck snippet is still PHP 5 only. I did a fix in this thread (sorry, forgot to log in bugtracker) but would need checking as I’m not exactly sure of all the differences between PHP 4 and 5.

                2. If I add/delete a module or update a module name, the Modules tab at the top doesn’t get updated unless I do a full screen refresh. Is it possible to make it refresh automatically so the changes are immediately visible.
                  Garry Nutting
                  Senior Developer
                  MODX, LLC

                  Email: [email protected]
                  Twitter: @garryn
                  Web: modx.com
                  • 28042 ☆ A M B ☆
                  • 24,524 Posts
                  I did the auto-refresh thing, it’s in my branch of cvs.

                  In modules.static.action.php, add this to the bottom of the <script> section:

                  top.mainMenu.location.reload();


                  That causes the top menu to reload every time the modules frame is loaded, such as after you have saved or deleted a module (unless you have the continue editing button selected).
                    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
                    • 33337
                    • 3,975 Posts
                    here is little replacement from me, if it looks good:

                    In main index.php

                    Replace:
                    <?php  // <- strip me out!
                    
                    // get the required includes
                    if($database_user=="") {
                    	$rt = @include_once "manager/includes/config.inc.php";
                    	if(!$rt) {
                    		echo "<h3>Unable to load configuration settings</h3>";
                    		echo "Please run the MODx <a href='install'>install utility</a>";
                    		exit;
                    	}
                    }
                    


                    With:
                    <?php  // <- strip me out!
                    
                    // get the required includes
                    if($database_user=="") {
                    	$rt = @include_once "manager/includes/config.inc.php";
                    	if(!$rt) {
                    	echo "
                    		<style type=\"text/css\">
                    		* {margin: 0px; padding: 0}
                    		body {
                    			margin: 50px;
                    			background: #eee;
                    			}
                    		.install {
                    			padding: 10px;
                    			border-top: 10px solid #f22;
                    			border-bottom: 5px solid #f22;
                    			background: #f99;
                    			margin: 0 auto;
                    			font: 120%/1em Georgia, Arial, Helvetica, sans-serif;
                    			text-align: center;
                    			}
                    		p {
                    			margin: 20px 0 20px 0;
                    			}
                    		.link a:link, .link a:visited{
                    			font-size: 200%;
                    			color: #f22;
                    			text-decoration: underline;
                    			margin-top: 30px;
                    			padding: 5px;
                    			}
                    		.link a:hover {
                    			background: #f22;
                    			color: #fff;
                    			}
                    		</style>
                    				<div class=\"install\">
                    					  <p>It seems you haven't installed MODx yet, because MODx couldn't found the configuration file.</p>
                    					  <p class=\"link\"><a href='install'>Install Now!</a></p>
                    				</div> ";
                    		exit;
                    	}
                    }
                    


                    See the preview of changes here.

                    NOTE: Also check if phrase/sentence/words are correct. tongue

                    Thanks

                    zi
                      Zaigham R - MODX Professional | Skype | Email | Twitter

                      Digging the interwebs for #MODX gems and bringing it to you. modx.link
                      • 25663 MODX Staff
                      • 12,272 Posts
                      I love it Zi... much better and committed already. smiley
                        Ryan Thrash, MODX Co-Founder
                        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me