We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18397
    • 3,250 Posts
    Ladies and gentlemen, here is the default content/themes for 0.9.5. I still have one or two minor bugs left to squash but Ryan wanted everyone to be able to see it. Sorry about the full db dump, I need to get to bed. Here you go!
      • 6726
      • 7,075 Posts
      Ok downloaded this... I’ll try out and report, probably much later since my hands are full today with a client...
        .: COO - Commerce Guys - Community Driven Innovation :.


        MODx est l'outil id
        • 2762
        • 1,198 Posts
        the file modxhost/modxhost.tpl seems contain source of default theme, instead modxhost source:

        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
        <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
        <head>
        <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
        <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="[(site_url)][~11~]" />
        <link title="Trend" rel="stylesheet" type="text/css" href="[(base_url)]assets/templates/default/fashion-modx-clear.css" />
        <link rel="stylesheet" type="text/css" href="[(base_url)]assets/templates/default/modx.css" />
        <link rel="stylesheet" type="text/css" href="[(base_url)]assets/templates/default/print.css" media="print" />
        <link title="ZiX" rel="alternate stylesheet" type="text/css" href="[(base_url)]assets/templates/default/zi-modx-1.css" />
        <link title="ZiX Background" rel="alternate stylesheet" type="text/css" href="[(base_url)]assets/templates/default/zi-modx-2.css" />
        <link title="Trend (Alternate)" rel="alternate stylesheet" type="text/css" href="[(base_url)]assets/templates/default/default.css" />
        <link title="Light" rel="alternate stylesheet" type="text/css" href="[(base_url)]assets/templates/default/light_green.css" />
        <link title="Light Green" rel="alternate stylesheet" type="text/css" href="[(base_url)]assets/templates/default/light.css" />
        <link title="Dark" rel="alternate stylesheet" type="text/css" href="[(base_url)]assets/templates/default/dark.css" />
        <script src="[(base_url)]assets/templates/default/styleswitcher.js" type="text/javascript"></script>
        <base href="[(site_url)]" />
        <title>[(site_name)] | [*pagetitle*]</title>
        <script src="manager/media/script/scriptaculous/prototype.js" type="text/javascript"></script>
        <script src="manager/media/script/scriptaculous/scriptaculous.js" type="text/javascript"></script>
        <script src="assets/snippets/AjaxSearch/AjaxSearch.js" type="text/javascript"></script>
        </head>
        <body>
        <div id="wrap">
          <div id="header">
            <div id="title">
              <h1><a href="[~[(site_start)]~]">[(site_name)]</a></h1>
              <p id="slogan">{{slogan}}</p>
            </div>
            <h2 class="hide">Main menu</h2>
            <div id="mainmenu">[!DropMenu? &selfAsLink=`1` &useCategoryFolders=`0` &startDoc=`0` &levelLimit=`1` &hereClass=`current`!]</div>
            <div class="clear"></div>
          </div>
          <div id="leftside">
            <div id="lmenu" style="display: none;">
              <h2>Menu</h2>
              [!DropMenu? &selfAsLink=`1` &useCategoryFolders=`0` &startDoc=`0` &hereClass=`current`!]</div>
            <h2>Search</h2>
            [!AjaxSearch!]
            <h2>News</h2>
            [[NewsListing? &startID=`2` &summarize=`1` &total=`1` &commentschunk=`FormBlogComments` &tpl=`nl_sidebar` &showarch=`0` &truncLen=`100` &truncSplit=`0`]]
            <h2>Login</h2>
            <div id="sidebarlogin">[!WebLogin? &tpl=`FormLogin` &loginhomeid=`[(site_start)]`!]</div>
            <h2>Styles</h2>
            {{styles}} </div>
          <div id="contentwide">
            <h2>[*longtitle*]</h2>
            [*#content*] </div>
          <div id="footer">
            <p> {{footer}}</p>
            <p>MySQL: [^qt^], [^q^] request(s), PHP: [^p^], total: [^t^], document retrieved
              from [^s^].</p>
          </div>
        </div>
        </body>
        </html>



          Free MODx Graphic resources and Templates www.tattoocms.it
          -----------------------------------------------------

          MODx IT  www.modx.it
          -----------------------------------------------------

          bubuna.com - Web & Multimedia Design
          • 18397
          • 3,250 Posts
          Thanks, I really need to fix that and add some install instructions.
            • 25663 MODX Staff
            • 12,272 Posts
            Any chance of that happening before you take off?
              Ryan Thrash, MODX Co-Founder
              Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
              • 18397
              • 3,250 Posts
              In the immortal words of someone, there is no time! I have to finish my HW, pack, sleep, go to school and get on a plane all in the next 16 hours....
                • 25663 MODX Staff
                • 12,272 Posts
                what exactly needs to be done to fix it... would love to get a test build out with this in it...
                  Ryan Thrash, MODX Co-Founder
                  Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                  • 18397
                  • 3,250 Posts
                  Nothing needs to be done to fix it. The SQL file has everything you need. Banzai was just pointing out that I didn’t update the template file that would be used if a user deleted his/her template.
                    • 25663 MODX Staff
                    • 12,272 Posts
                    I’ll be attempting to get this content into the installer for a new 0.9.5 test build along with an updated ajaxsearch and drop menu replacement that is much simpler and more powerful. smiley
                      Ryan Thrash, MODX Co-Founder
                      Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                      • 25663 MODX Staff
                      • 12,272 Posts
                      Initial default content commit is in the most recent SVN branch. You have to disable the SlimStats plugin to get it to render though (should be fixed on that one tomorrow). Styleswitcher doesn’t seem to be working though...

                      Very cool to see ajax search working without having to configure a thing. smiley
                        Ryan Thrash, MODX Co-Founder
                        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me