We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 46448
    • 98 Posts
    Quote from: Bruno17 at Jun 10, 2014, 03:03 AM
    Some answers for Discussion started here
    will follow

    (from that other thread)

    Can you show an image on your modal window?

    Can you show a video on your modal window?

    Can you allow the content on the modal window to be created using the MODX current rich-text editor (in my case, CKEditor) ?


    (Actually, if the database field is large enough to store the output from the richtext editor, including embed code for a video and Googlemaps, etc., all of this would be accomplished - with style!)

    Dennis
      • 4172
      • 5,888 Posts
      Ok, since this is based on MIGXdb, everything is customizable.

      here is a Start, customizing the Manager - Interface:
      http://www.webcmsolutions.de/de/modx-extras/migxcalendars/customizing-the-backend-manager.html

      more instructions will follow.

        -------------------------------

        you can buy me a beer, if you like MIGX

        http://webcmsolutions.de/migx.html

        Thanks!
        • 24629
        • 370 Posts
        Hi i'm desperate looking for an alternative to MxCalendars,
        Is MigxCal modx 2.3 ready? the whole one connector thing and all?

        RDG
          • 4172
          • 5,888 Posts
          I didn't play with it on 2.3, but since it is based on MIGXdb and MIGXdb seems to work on 2.3 it shouldn't make very much issues on 2.3
            -------------------------------

            you can buy me a beer, if you like MIGX

            http://webcmsolutions.de/migx.html

            Thanks!
            • 28042 ☆ A M B ☆
            • 24,524 Posts
            There's no Main Menu item for migxCalendars on 2.3.
              Studying MODX in the desert - http://sottwell.com
              Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
              Join the Slack Community - http://modx.org
              • 46448
              • 98 Posts
              Is migxCalendars "ready for prime time" yet?

              Dennis
                • 4172
                • 5,888 Posts
                Quote from: sottwell at Jun 19, 2014, 12:08 PM
                There's no Main Menu item for migxCalendars on 2.3.

                Menue should be there now in 2.3 under 'Extras' (and tables allready created) at version 0.9.2 beta2
                Seems not to be allowed to have an empty menu-parent for the top-menue in 2.3 any more

                https://github.com/Bruno17/migxCalendars/tree/master/packages
                  -------------------------------

                  you can buy me a beer, if you like MIGX

                  http://webcmsolutions.de/migx.html

                  Thanks!
                  • 4172
                  • 5,888 Posts
                  Quote from: dennisleahy at Jun 22, 2014, 08:59 AM
                  Is migxCalendars "ready for prime time" yet?

                  Dennis

                  For what I need it, it does.
                  Not sure, if also, for what you need it.
                    -------------------------------

                    you can buy me a beer, if you like MIGX

                    http://webcmsolutions.de/migx.html

                    Thanks!
                    • 11838 ☆ A M B ☆
                    • 79 Posts
                    I've intalled migxCalendars 0.9.1 on MODX Revolution 2.2.10-pl and it is great, it almost fits my needs.
                    As i'm still learning migxdb i need some help to modify it a little bit.

                    1- I'd like to be abble to choose and assign the category from the single dates grid, not from the main event.

                    I tried to add the field "categoryid"
                    input TV type: "listbox"
                    input Options:
                    @EVAL return 'Select Category!==||' . $modx->runSnippet('migxLoopCollection',array('packageName'=>'migxcalendars','classname'=>'migxCalendarCategories','sortConfig'=>'[{"sortby":"name"}]','tpl'=>'@CODE:[[+name]]==[[+id]]','outputSeparator'=>'||'));

                    into "migxcalendar_singledates" formtabs...

                    2- I'd like to be abble to choose the title of the event from a dropdown list that shows a field name of a different migxconfig.

                      • 4172
                      • 5,888 Posts
                      1. you will need to add the field to your schema and tables, too, like done here
                      https://github.com/Bruno17/migxCalendars/commit/d899e8ba47f2d950f972ea59091caefbc6403bbc#diff-0f04b62a66a30d81f51df0deebad137cR82

                      after adding it to your schema go to the MIGX - CMP - package manager - tab
                      and click 'Add Fields' and 'Update Indexes'

                      2. just make the inputTVtype of that field 'listbox' and put a migxLoopCollection - call to the input-options of that field.
                        -------------------------------

                        you can buy me a beer, if you like MIGX

                        http://webcmsolutions.de/migx.html

                        Thanks!