We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 30319
    • 406 Posts
    I haven’t found any bugs yet...only improvements and questions which I posted to the download etc. site.
    It is a nice module etc. and I am still figuring it out etc.
    Thank you, Tom
      • 34084 ☆ A M B ☆
      • 756 Posts
      Quote from: TomMLS at Mar 31, 2010, 12:42 PM

      I haven’t found any bugs yet...only improvements and questions which I posted to the download etc. site.
      It is a nice module etc. and I am still figuring it out etc.
      Thank you, Tom

      thanks TomMLS, wait until the next release;

      - More intuitive event entry
      - full themeing support
      - added functionality on the manager

      Currently my thought is to release it late next week and that release will be announced through the extra’s section and ready for everyone.

      Thanks again to all pilot members.

      Cheers
        Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
        Visit CharlesMx.com for latest news and status updates.
        • 30319
        • 406 Posts
        Thank you for the update.
        I’ll continue adding comments in the feature/release section and you can proceed accordingly.
        It is going quite well for me, I must now use and study it more etc.
        Thank you, Tom
          • 34084 ☆ A M B ☆
          • 756 Posts
          teaser of the new date entry format for adding new events, which you can change the selection style from a 12 hour format to a 24 hour format via the module configuration tab. I have some cleaning up to do on the config tab window including internationalization (non-var words for field label) and adding tool-tips to each field.

          Release 0.0.5b ready.

          more to come shortly
            Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
            Visit CharlesMx.com for latest news and status updates.
            • 30319
            • 406 Posts
            Quote from: charless at Apr 02, 2010, 10:55 AM

            12 hour format to a 24 hour format

            Thank you for working on this...could military time please be the default, since then one never has to worry about the am/pm being incorrect, and your code can always correctly auto-fill the am/pm part??

            I also don’t like having to use dropdowns. smiley

            Looking forward to new version.

            Thank you, Tom
              • 30319
              • 406 Posts
              One other comment.

              I fixed date-time display to look like:
              Date & Time: April 2, 1:30 pm - April 2, 2:30 pm

              To make it not repeat the month/day twice, to get:
              Date & Time: April 2, 1:30 pm - 2:30 pm

              I used: define(’_mxCalendar_ed_dateformat2’, ’g:i a’); and put it into the class file like so:

              // 'endTime' => date(_mxCalendar_ed_dateformat, strtotime($p_val['end'])), // 4/2/10 commented out to put define('_mxCalendar_ed_dateformat2', 'g:i a');
              'endTime' => date(_mxCalendar_ed_dateformat2, strtotime($p_val['end'])),


              This is line 579-80 or so.

              I also changed the class file at lines 591-92:

              // "<h3>"._mxCalendar_ed_dt." ".date(_mxCalendar_ed_dateformat,strtotime($p_val['start']))." - ".date(_mxCalendar_ed_dateformat, strtotime($p_val['end']))."</h3>".
               "<h3>"._mxCalendar_ed_dt." ".date(_mxCalendar_ed_dateformat,strtotime($p_val['start']))." - ".date(_mxCalendar_ed_dateformat2, strtotime($p_val['end']))."</h3>".


              Hope this helps someone, though perhaps someday this can be set up to be more easier to do with only the language files and not changing core code.

              I have not tested with recurring events.

              Thank you, Tom

              P.S. Through further work with the defines and the above code sections, I imagine it would be possible to generate an even cleaner display of Date & Time: April 2, 1:30 - 2:30 pm, but then it could be difficult to generate a nice display for events starting in the AM and finishing in the PM...
                • 34084 ☆ A M B ☆
                • 756 Posts
                Quote from: TomMLS at Apr 02, 2010, 11:34 AM

                One other comment.

                I fixed date-time display to look like:
                Date & Time: April 2, 1:30 pm - April 2, 2:30 pm

                To make it not repeat the month/day twice, to get:
                Date & Time: April 2, 1:30 pm - 2:30 pm

                ...

                Hope this helps someone, though perhaps someday this can be set up to be more easier to do with only the language files and not changing core code.

                I have not tested with recurring events.

                Thank you, Tom

                note the version Tom is referring to is <= 0.0.4b just to limit confusion when the next release is available.

                this is a feature change integrated into the next release, where there are now three different date formats defined in the language file for the corresponding event types:

                - Full (all) day event date/time
                - Start Date time (not flagged as all day event)
                - End Date time (not flagged as all day event)

                thanks again tom
                  Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                  Visit CharlesMx.com for latest news and status updates.
                  • 30319
                  • 406 Posts
                  You beat me to this!! smiley smiley smiley
                    • 34084 ☆ A M B ☆
                    • 756 Posts
                    Quote from: TomMLS at Apr 02, 2010, 11:55 AM

                    You beat me to this!! smiley smiley smiley

                    sorry tom...

                    well I hope to get the next release out next week and I think it will make everything much easier just through all the theme capabilities built in now.

                    lots and lots of changes thanks to feedback and continued efforts to drive this to be as flexible and efficient as possible.

                      Evo Revo // Ubuntu, CentOS, Win // Apache 2x, Lighttp (Lighty)
                      Visit CharlesMx.com for latest news and status updates.
                      • 34084 ☆ A M B ☆
                      • 756 Posts
                      sneak peak at a theme file for event detail, also the newest version support theme over-rides via chunks so that if you like all the theme display except for say the event list you can over-ride just that one display through parameter pass that loads a chuck instead.

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