I need some help installing this.. I’m all new to modx and snippets so i believe it’s a very simple mistake but i cannot find it..
I’ve followed the installation but the calendar won’t show..
First I’ve created a folder called CALx in ’mysitefolder\assets\snippets\’
Then I created a new snippet called CALx with the given php-code in the first post.
Then I created the TV’s as shown in the images from the first post
Then I created a new document (id=5) added some text, a startdate and an enddate
Then I edited the ’Minimal Template’ with an extra <li> in the sidebar with the folowing code:
<ul>
<li id="dropmenu"><a name="dropmenu"></a><h2>Pages:</h2>
[[Wayfinder? &startId=`0`]]
</li>
<li><h2>Meta:</h2>
<ul>
<li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
<li><a href="http://jigsaw.w3.org/css-validator/check/referer" title="This page uses valid Cascading Stylesheets" rel="external">Valid <abbr title="W3C Cascading Stylesheets">css</abbr></a></li>
<li><a href="http://modxcms.com/" title="Powered by MODx, Do more with less.">MOD<strong>x</strong></a></li>
</ul>
</li>
<li><h2>Calendar:</h2>
[[CALx? &getFolder=`5` &dayStart=`0` &inactDay=`6` &useTV=`false` &popupType=`2` &popupSize=`300`
&toolTipPosition=`CENTER` &getTypeProcess=`createCal`]]
</li>
</ul>
But when i open a page the <li> shows with the h2 Calendar but instead of the calendar showing, the text "[[CALx? &getFolder=`5` &dayStart=`0` &inactDay=`6` &useTV=`false` &popupType=`2` &popupSize=`300`
&toolTipPosition=`CENTER` &getTypeProcess=`createCal`]]" shows..
What am i doing wrong?