We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3749
    • 24,544 Posts
    Is there any chance that Aloha will be packaged separately? It would be a nice addition for NewsPublisher and I’d love to get away from TinyMCE at some point.
      Did I help you? Buy me a beer
      Get my Book: MODX:The Official Guide
      MODX info for everyone: http://bobsguides.com/modx.html
      My MODX Extras
      Bob's Guides is now hosted at A2 MODX Hosting
      • 26903
      • 1,336 Posts
      As it happens BobRay I do have a separate package just for Aloha, it just install Aloha in assets under its own namespace/category as usual, there’s no chunks/snippets or other customisation to go with it, just what the Aloha guys provide. I created this for a project I’m working on. I can put this is extra’s if you think there’s a need or I can drop you a copy.
        Use MODx, or the cat gets it!
        • 3749
        • 24,544 Posts
        Quote from: shamblett at Jul 08, 2011, 01:21 AM

        As it happens BobRay I do have a separate package just for Aloha, it just install Aloha in assets under its own namespace/category as usual, there’s no chunks/snippets or other customisation to go with it, just what the Aloha guys provide. I created this for a project I’m working on. I can put this is extra’s if you think there’s a need or I can drop you a copy.

        I suspect that a lot of people would like to try it as an extra.
          Did I help you? Buy me a beer
          Get my Book: MODX:The Official Guide
          MODX info for everyone: http://bobsguides.com/modx.html
          My MODX Extras
          Bob's Guides is now hosted at A2 MODX Hosting
          • 31955
          • 84 Posts
          shamblett, what settings can I check if frontpage ceases to show up when logged in after an upgrade of both Revo & frontpage to the most recent versions (2.1.3, 1.3beta)?
          it worked previously.

          EDIT: well, i found 2 things:

          firstly, frontpage’s system settings (the IDs of the edit/create/ajax pages) somehow got lost during some update.

          secondly, after correcting the settings, this check fails:
          if ( !$_SESSION['webValidated'] == 1 ) return;


          see here: http://modxcms.com/forums/index.php/topic,66512.msg377587.html#msg377587
            • 31955
            • 84 Posts
            sorry for posting this much, but I can now add my first impressions regarding the Aloha-implementation:

            0: aloha works! thank you!

            1: be careful when editing your login-pages! I accidentally changed my frontend-login page (from the Login-extra) so that the code resulting from the [[!Login]]-call got saved by Aloha. Thus I was stuck with the "Logout"-link, even after logout. I hat to change the page’s code back to "[[!Login]]" via the backend.

            2: the change date ([[*editedon]]) didn’t get updated when I edited with aloha.

            3: while aloha has table-editing functions, they’ll only be available for tables created with aloha. they seem not to be available for already existing tables. (maybe they also need some special markup I’m not aware of.

            4: the frontpage-toolbar on top seems to stay even when I set activeAloha to "true". (I presumed when I use aloha, the toolbar doesn’t show up at all. on the other hand, maybe it’s intentional to have access to the "create"-button)

            5: please clarify in the documentation if jQuery needs to be enabled when using aloha.
              • 31955
              • 84 Posts
              me again: frontpage 1.4 beta seems to be available in the modx.com extras section, but is not automatically as available update in the modx manager.
                • 31955
                • 84 Posts
                shamblett, is it a frontpage or a gallery (or some completely other) problem that I receive this error?

                Error: $(".gal-item img").asynchImageLoader is not a function

                when visiting a page of mine using the gallery addon, no matter whether frontpage's jQueryNoConflict is set to true or false.


                on another topic, regarding my point #1 from two posts above: I used a TV and "if" combination to only include the aloha-markup for pages I want to be editable via aloha. So my login & gallery pages get spared (useful for any page using forms).

                  • 26903
                  • 1,336 Posts
                  Its a gallery error, note the 'gal' prefix, frontpage doesn't load images.
                    Use MODx, or the cat gets it!
                    • 31955
                    • 84 Posts
                    Quote from: shamblett at Nov 21, 2011, 10:53 PM
                    Its a gallery error, note the 'gal' prefix, frontpage doesn't load images.

                    thanks for replying so quickly! I'll post it in the gallery forum.
                      • 10076
                      • 1,024 Posts
                      Very nice snippet, had some problems at start, but all okay now. Would be great to have TV support at one point