We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 45189
    • 35 Posts
    I can't seem to figure it out.

    This is my mxcalendar call which lists all my events nicely:

    [[!mxcalendar?
        &elEndDate=`+52 week`
      	&eventListlimit=`999`
        &eventListlimit=`999`
      	&limit=`999`
      	&displayType=`list`
      	&dir=`ASC`
      	&tplListItem=`tpl-event_list_item`
      	&tplListWrap=`tpl-event_list_wrap`
      	&tplListHeading=``
      	&ajaxResourceId=`13` (this is my detail template page)
     ]]
    


    And then in tpl-event_list_item my link to the detail page looks like this:
    <a href="[[+detailURL]]">Read More</a>


    That link sends me to the detail template, but then I can't get any of the placeholders to work ([[+content]], [[+location_address]], etc.). What am I missing? [ed. note: shonna last edited this post 9 years, 11 months ago.]
      • 45189
      • 35 Posts
      Never mind. I think I figured it out, mxcalendar has to be called on the detail page as well. I didn't get much farther than that though, I went a different route.