We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 34084 ☆ A M B ☆
    • 756 Posts
    Quote from: Hat-rack at Jan 26, 2011, 11:18 AM

    Charless thanks for the great Calendar snippet.

    Can you view an entire calendar for the year 2011, with all months displayed and the days highlighted if something is on that day? Kind of like this: http://img.brothersoft.com/screenshots/softimage/c/calendar_year_simple-230955-1239674365.jpeg

    Cheers



    Sorry not currently, but that is something that I’ve received several request about and has been added to the road map for enhancement.

    Cheers
      Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
      Visit CharlesMx.com for latest news and status updates.
      • 11858
      • 130 Posts
      Great, thanks charless
        • 27081
        • 1 Posts
        Hi,

        how to display only optional past events for list view? Couldn’t find parameter or setting on wiki or in forums. I’m sure it’s something simple smiley

        Thanks
        I


          • 34084 ☆ A M B ☆
          • 756 Posts
          I’d first recommend updating to the latest version of mxCalendar, make sure you back up your tables in the database. Then use the following parameters for your list view snippet call.

          &mxcStartDate=`last Monday` &mxcEndDate=`first day next month`
          


          let me know if you have any further questions.

          cheers
            Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
            Visit CharlesMx.com for latest news and status updates.
            • 27081
            • 1 Posts
            Hi Charless,

            Thanks for recommendation. But I still can not get this to work and show past events.
            I’m using Version: 0.1.2-rc2 (this should probably go to a different thread on this forum) on Evo 1.0.4

            Idea was to show past events on different page where events might go back even for 2 years.
            This is my new custom snippet call for past events list view as you sugested:

            [!mxcalendar? &mxcType=`list` &mxcTplEventListWrap=`one` &mxcTplEventListItemWrap=`two` &mxcEventListTitleLink=`0` &mxcTplEventListWrapTitle=`Past Events` &mxcStartDate=`last Monday` &mxcEndDate=`first day next month`!]

            I even tried mxcStartDate=`-2 month`; `last week`; `-2 year`; and few other combinations but no joy.
            Events displayed are future ones only.

            Any other suggestions? or if you need more info let me know.


            Thanks
            I