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!
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
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>
Thanks, I really need to fix that and add some install instructions.
-
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
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....
-
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
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.