We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 34162
    • 1 Posts
    This is an auto-generated topic for mxCalendar 0.1.0-rc1 by charless.

    Brief Description:

    mxCalendar for ModX was created to fill in the gap of event calendar capabilities of ModX. It fully supports ModX templating for greater control of your sites look-n-feel.

    Core Features:
    * Event management through Manager Module interface
    * Start / End date times
    * Optional past event display
    * Full calendar view with previous/next click through
    * Upcoming events list
    * Roll-over (Lightbox) view or click to full event view
    * External resource linking
    * Multiple events per day
    * Single Events across multiple days
    * Reoccurring events
    * Parameter to display event duration (days,hours,minutes)
    * Parameter to display event start and end times (uses date(format) according to PHP Date manual)
    * events sorted by date,time so the first event of the day is first
    * Location integration with Google Map API v3
    * AJAX event detail view
    * Theme capabilities for full display and layout control
      • 2369
      • 44 Posts
      Hi,

      I’m updating from a previous version and when running the install I get a mySQL error:

      Execution of a query to the database failed - Unknown column ’E.restrictedwebusergroup’ in ’where clause’

      Running:
      Evolution 1.0.4
      PHP v5.2.14
      mySQL v5.1.47
      OS Linux
      Browser: Firefox 3.6.12

      Thanks for a great plugin. Can’t wait to get the latest version operational.

      John
        • 25803 ☆ A M B ☆
        • 721 Posts
        I’ve got the calendar working well and the list of events in the side bar beside the calendar, but how do you get a list of events in the detail view? In my case, the event list becomes the detailed view as well.
          • 25803 ☆ A M B ☆
          • 721 Posts
          Never mind, I see I had to use: &mxcTypeLocked=`true`.
            • 34084 ☆ A M B ☆
            • 756 Posts
            Quick patch added to Versoin to fix some reported bugs; check Issue 35 on google code and try the new patch file.


            mxCalendar.0.1.1-rc1 Patch (bug fixes)[Minor]
            * Repeat Date occurrence time stamp on Event Detail page
            * Calendar displaying future year events of the same month in current year view

            cheers
              Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
              Visit CharlesMx.com for latest news and status updates.
              • 34084 ☆ A M B ☆
              • 756 Posts
              Wanted to check-in with the community and see how everything was going for everyone.

              Happy Holiday’s

              cheers
                Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                Visit CharlesMx.com for latest news and status updates.
                • 34084 ☆ A M B ☆
                • 756 Posts
                Bug fix for Full Calendar view

                Just posted a quick update, version 0.1.2-rc2, to fix the Full calendar display stuck on Dec 2010, looks like only one person had downloaded so I replaced the version files.

                Manual correction (GLOBAL non-version dependent):
                /mxCalendar/includes/calendar.inc.php

                On Line 74 (depending on version):
                }elseif($newMonth == 1 & $type == ''){


                needs to become:
                }elseif($newMonth == 1 & $type == '' &  isset($_REQUEST['dt'])){

                  Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                  Visit CharlesMx.com for latest news and status updates.
                  • 16945
                  • 12 Posts
                  How can is show the list without the Content?
                  Here is a sample how i will that the page is shown: http://pack4.vectortechgraphics.com/events.html

                  This is my website:http://heidegger-rotterdam.nl/index.php
                  I just want the Date and Name to be shown.

                  Btw is there some explanation how the Chunks works. I try the events but with no luck.
                  Let me know.
                  Thanx for the help.

                    • 34084 ☆ A M B ☆
                    • 756 Posts
                    Quote from: leodigital at Jan 05, 2011, 02:17 PM

                    How can is show the list without the Content?
                    Here is a sample how i will that the page is shown: http://pack4.vectortechgraphics.com/events.html

                    This is my website:http://heidegger-rotterdam.nl/index.php
                    I just want the Date and Name to be shown.

                    Btw is there some explanation how the Chunks works. I try the events but with no luck.
                    Let me know.
                    Thanx for the help.



                    The best method would be to create a new chunk to override the default theme, if you did not create your own theme, that has the following line removed (siteroot/assets/modules/mxCalendar/themes/default/views/event.list.event.html)
                    <p>[+mxcEventListItemDescription+]</p>


                    so in your case create a new chunk and give it a name say mxcEventListItem then in the snippet call pass that chunk in as using the following:
                    [!mxCalendar?  &mxcTplEventListItemWrap=`mxcEventListItem` !]


                    here is an example of my snippet call with some of the additional parameters set as well (see attachment):
                    [!mxcalendar? &mxcType=`list` &mxcAjaxPageId=`49` &mxcTplEventListMoreLink=`See all events` &mxcTplEventListWrapTitle=`mxCalendar List` &mxcTypeLocked=`true` &mxcDefaultCatIdLock=`1` &mxcTplEventListItemWrap=`mxcEventListItem` !]


                    cheers
                      Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                      Visit CharlesMx.com for latest news and status updates.
                      • 16945
                      • 12 Posts
                      Charless: Thanks a lot. I will try it tomorrow and let you know.

                      Regards