). The source of the problem is really that I am not yet familiar enough with the CMS and I’ve not been able to find what I need to know online. Put the following snippet call in the SimplicityX template:
... "replace with Ditto snippet". ... Can someone explain (or just provide the code for) what I need to do here?
[[Ditto? &startID=`2` &summarize=`2` &tpl=`nl_sidebar` &showarch=`0` &trunc=`0`]]
A MODx port of the Intense Simplicity template from http://www.openwebdesign.org/viewdesign.phtml?id=3076
Upload the inner SimplicityX folder to your assets/templates folder.
Create a new template and copy/paste the text from the SimplicityX.template.html file.
Create new chunks and copy/paste the content of the chunk.html files.
Add more chunks to the right sidebar as desired, using the same <div> containers as the simpNews chunk.
Replace the unordered list in the simpTopMenu chunk with a menu builder snippet if desired. Adjust the CSS as needed.
Edit the simpFooter chunk to suit your needs.
<div class="sideitem"> <h4>News</h4> <!-- replace with Ditto snippet --> <p><b>5/09/06</b> - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas iaculis urna hendrerit. <a href=#">read more></a></p> <p><b>5/05/06</b> - Nam blandit. Nunc dolor. Vestibulum auctor. Mauris congue. <a href="#">read more></a></p> </div>
Are you referring to the nl_sidebar that I mentioned not having? If so, I was responding to TDRWH’s post where he indicated I should have that.
The simplicityx instructions mention nothing about the nl_sidebar item so I am not sure if I even need to use that.
<strong><a href="[~[+id+]~]" title="[+title+]">[+title+]</a></strong><br /> [+longtitle+]<br /><br />
And here is the text of the simpnews chuck:
<div class="sideitem"> <h4>News</h4> <!-- replace with Ditto snippet --> <p><b>5/09/06</b> - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas iaculis urna hendrerit. <a href=#">read more></a></p> <p><b>5/05/06</b> - Nam blandit. Nunc dolor. Vestibulum auctor. Mauris congue. <a href="#">read more></a></p> </div>
Notice the comment to replace with Ditto snippet. This is where I am lost.