We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32963
    • 1,732 Posts
    META Keywords (for want of a better name) - Now you can easily add meta tags and keywords to your documents. You no longer need the GetKeywords snippet


    Modules - Easily extend the functionallity of the manager with the new modules interface. Create dependencies listing and share module configurations with snippets and plugins. These features allows you to create a virtual network between your modules, plugins and snippets.


    RichText Plugins - Now you can extend the cms to do whatever you want. The new FCKEitor plugin allows you to customize the RTE’s toolbar globally or for indivitual use.


    More access permissions - Lock down any part of the manager with the extended user access permissions.


    Isolated web login sessions - Web user sessions are completly isolated from manager users.

    Enhanced user interface - The new grid interface allows you to easily search through your users and modules listings.

    Event log viewer - The event log viewer allows you to view error logs and system event messaged that has been generated by the parser.


    Faster web page parser - Improved snippet and plugin execution.

    New systems events - Add your own system settings and register you own RTE’s with the new OnInterfaceSettingsRender and OnRichtextEditorRegister system events. See the plugins resource for more details.


      xWisdom
      www.xwisdomhtml.com
      The fear of the Lord is the beginning of wisdom:
      MODx Co-Founder - Create and do more with less.
      • 25663 MODX Staff
      • 12,272 Posts
      That’s really awesome stuff! laugh Now... off to download and install at pixelhick.com... I’ll post a login for everyone here.
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
        • 32963
        • 1,732 Posts
        I’ve just made a small change to the parser (now in SVN).

        This is to allow META tags to be inserted be the processing of TV, snippets, etc. By doing this we will be able to extend meta tags to do support customized values.

        example:

        <meta name="description" content="[*description*]" />
        <meta name="author" content="[*PageAuthor*]" />
        <meta name="keywords" content="[+MyKeywords+]" />


          xWisdom
          www.xwisdomhtml.com
          The fear of the Lord is the beginning of wisdom:
          MODx Co-Founder - Create and do more with less.
          • 28150
          • 155 Posts
          Holy mother...I guess this makes my work on the UI seem paltry in comparison laugh

          Does anyone else have any major additions that I need to concern myself with? I’d like to bang out as much as possible in CSS, but the more additions we make, the more times I will have to go back in and fix it.
            • 25663 MODX Staff
            • 12,272 Posts
            Hey John! Welcome back and how’d it go?

            If you (or anyone else) wants to check out a live install (which went flawlessly, btw) login to pixelhick.com/manager/ with the uber-secure login/pw combo of admin/password.
              Ryan Thrash, MODX Co-Founder
              Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
              • 32963
              • 1,732 Posts
              Quote from: SpeedStreet at Jun 29, 2005, 04:12 PM

              Holy mother...I guess this makes my work on the UI seem paltry in comparison laugh

              Does anyone else have any major additions that I need to concern myself with?? I’d like to bang out as much as possible in CSS, but the more additions we make, the more times I will have to go back in and fix it.

              Hi John,

              Welcome back. I take it that all when well with you last friday? smiley

              Nothing much has changed in the UI when you look at the code really. Only a few enhancements where made to the system that I think will help users search and view information. All you have to do is to change the CSS inside the style.css and all should work well.

              BTW the new grid listings IMO are much better than what we had before. These will also make there way to plugins, snippets and templates.

              Keep up the good work.

                xWisdom
                www.xwisdomhtml.com
                The fear of the Lord is the beginning of wisdom:
                MODx Co-Founder - Create and do more with less.
                • 28150
                • 155 Posts
                Quote from: rthrash at Jun 29, 2005, 04:22 PM

                Hey John! Welcome back and how’d it go?

                If you (or anyone else) wants to check out a live install (which went flawlessly, btw) login to pixelhick.com/manager/ with the uber-secure login/pw combo of admin/password.

                Son of a @#$!@!!! That is my username and password for Domain Admin access on my company’s Win domain smiley

                  • 28042 ☆ A M B ☆
                  • 24,524 Posts
                  Minor issue in the datagrid control class:

                  Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /Library/WebServer/Documents/working/susan/manager/includes/controls/datagrid.class.php on line 201
                    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
                    • 32963
                    • 1,732 Posts
                    Thanks susan

                    It’s now fixed and inside SVN

                    * fix call-time pass-by-reference in datagrid.class.php
                    * move warnings to top section of welcome screen
                    * add option to installer to remove install folder using remove_installer.processor.php
                    * add Test connection to installer
                      xWisdom
                      www.xwisdomhtml.com
                      The fear of the Lord is the beginning of wisdom:
                      MODx Co-Founder - Create and do more with less.