We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30319
    • 406 Posts
    Upon testing, FF 3.6.x tells me this:

    Error: Class is not defined
    Source File: http://mls2/dev2/manager/media/script/mootools/moodx.js
    Line: 1

    Error: MOOdalBox.init.bind is not a function
    Source File: http://mls2/dev2/assets/modules/mxCalendar/scripts/moodalbox121/js/moodalbox.v1.2.full.js
    Line: 239

    Doesn’t seem to affect usage etc. Hope this is fixable.

    Thank you, Tom

      • 30319
      • 406 Posts
      Errors in IE testing:

      Webpage error details

      User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
      Timestamp: Mon, 3 May 2010 17:35:13 UTC

      Message: ’Class’ is undefined
      Line: 1
      Char: 1
      Code: 0
      URI: http://mls2/dev2/manager/media/script/mootools/moodx.js

      Message: Object doesn’t support this property or method
      Line: 239
      Char: 1
      Code: 0
      URI: http://mls2/dev2/assets/modules/mxCalendar/scripts/moodalbox121/js/moodalbox.v1.2.full.js

      Line number same as the FF error, getting no ’lightbox’ display in ajax mode.

      Thank you, Tom

        • 30319
        • 406 Posts
        Has anyone figured out using mxcalendar twice on the same page with the SAME events??

        Once with calendar view and once with list view??
        I want both views displayed on the same page.

        I tried using two snippets with different names, mxcalendar_month and mxcalendar_list, no good (yet).

        Thank you...
          • 34084 ☆ A M B ☆
          • 756 Posts
          Quote from: TomMLS at May 03, 2010, 01:02 PM

          Has anyone figured out using mxcalendar twice on the same page with the SAME events??

          Once with calendar view and once with list view??
          I want both views displayed on the same page.

          I tried using two snippets with different names, mxcalendar_month and mxcalendar_list, no good (yet).

          Thank you...

          this is one issue I’m working on and will get into the next release.

          I agree with the bug fixes, and I’ve been trying to release them as clean as possible there are so many features that full regression testing takes so much more time now with all the features. Accept my apologies as to all the issues, as those are ofter packaging issues.

          Cheers
            Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
            Visit CharlesMx.com for latest news and status updates.
            • 30319
            • 406 Posts
            Ohhhhhhhh...so what I want is not now possible?? sad
            It *WASN’T* me!! Yay!! smiley
            Hang in there, everything will eventually regress properly. smiley
            Thank you for the update.
            You have many good bugfinders. smiley
            Your calendar addon is so far ahead of all the other ones that you can easily relax a while after the next release goes out.
            :) tom
              • 23546
              • 29 Posts
              Quote from: charless at May 03, 2010, 09:58 AM

              Update Release Date: May, 8th 2010

              Sorry everyone for the delay, I’ve had several other large projects closing that required my attention. I have just a few out standing enhancements to complete and will post status back later this week.

              Cheers

              Not a good news... sad


              charless, could you please advice what to change in the line 339 or includes\calendar.inc.php

              $title = '<a id="tipsModal'.$counter.$multipleEventCnt.'" title="'.$calEvents['title'].'" class="tt mxModal" href="'.(!empty($calEvents['link']) ? $calEvents['link'] : $modx->makeUrl((int)$calEvents['link'])).'" rel="'.(!empty($calEvents['link']) ? $calEvents['linkrel'] : ($ajaxPageId != $modx->documentIdentifier ? 'moodalbox' : '')).'" target="'.(!empty($calEvents['link']) ? $calEvents['linktarget'] : $calEvents['linktarget']).'" title="" >'.$calEvents['title'].'</a>';
              


              to get URLs like ’site.com\doc_alias’ instead of current ’site.com\doc_id’ in full calendar mode?

              Thanks!
                • 34084 ☆ A M B ☆
                • 756 Posts
                Quote from: Plankton at May 03, 2010, 02:16 PM

                Quote from: charless at May 03, 2010, 09:58 AM

                Update Release Date: May, 8th 2010

                Sorry everyone for the delay, I’ve had several other large projects closing that required my attention. I have just a few out standing enhancements to complete and will post status back later this week.

                Cheers

                Not a good news... sad


                charless, could you please advice what to change in the line 339 or includes\calendar.inc.php

                $title = '<a id="tipsModal'.$counter.$multipleEventCnt.'" title="'.$calEvents['title'].'" class="tt mxModal" href="'.(!empty($calEvents['link']) ? $calEvents['link'] : $modx->makeUrl((int)$calEvents['link'])).'" rel="'.(!empty($calEvents['link']) ? $calEvents['linkrel'] : ($ajaxPageId != $modx->documentIdentifier ? 'moodalbox' : '')).'" target="'.(!empty($calEvents['link']) ? $calEvents['linktarget'] : $calEvents['linktarget']).'" title="" >'.$calEvents['title'].'</a>';
                


                to get URLs like ’site.com\doc_alias’ instead of current ’site.com\doc_id’ in full calendar mode?

                Thanks!

                make sure that document id in the link has an assigned "URL alias" set in the manager, if the URL alias field is blank ModX will default to the resource id. Depending on when the file was created and your SEF configuration in the Manager Tools section the alias field might not have been populated when saved.

                let me know if that fixes your issue.

                cheers


                cheers
                  Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                  Visit CharlesMx.com for latest news and status updates.
                  • 23546
                  • 29 Posts
                  Quote from: charless at May 03, 2010, 05:29 PM


                  make sure that document id in the link has an assigned "URL alias" set in the manager, if the URL alias field is blank ModX will default to the resource id. Depending on when the file was created and your SEF configuration in the Manager Tools section the alias field might not have been populated when saved.

                  let me know if that fixes your issue.

                  cheers

                  Of course aliases are not blank and everything is fine in the list mode. As we decided not to use the full mode the problem has become not actual for us. But the bug in the code is better to be fixed...
                    • 20413
                    • 2,877 Posts
                    @charless Awesome contribution! Work in your pace.
                      @hawproductions | http://mrhaw.com/

                      Infograph: MODX Advanced Install in 7 steps:
                      http://forums.modx.com/thread/96954/infograph-modx-advanced-install-in-7-steps

                      Recap: Portland, OR (PDX) MODX CMS Meetup, Oct 6, 2015. US Bancorp Tower
                      http://mrhaw.com/modx_portland_oregon_pdx_modx_cms_meetup_oct_2015_us_bancorp_tower
                      • 26931
                      • 2,314 Posts
                      @charless Awesome contribution! → Work in your pace. ←
                      Ditto that! +1