We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 295
    • 10 Posts
    I have new to MODX environment: i have read the documetation, but i have yet more difficult to understand the logic of the CMS. How, for example, to do a login system into a reserverd sector of the web site?... I have read the coumentation of the widdgets, but how use it?... Exist a live example for learning ? Thank you
      • 24421
      • 44 Posts
      Have read the wiki ?
        • 295
        • 10 Posts
        Yes, but i search a live application for learning undecided
          • 28825
          • 61 Posts
          Hey Abmcr,

          I’m new to ModX and I realize that what you really have to do to learn this system is experiment and just try things on your own (you will get it!). Usually, I don’t get how to use something but then, if you look inside the code of a snippet, the author will have very useful COMMENTS that will tell you what variables you can change and also how to call the function onto your webpage.

          For ModX you most probably want to use WebLoginPE (It looks pretty amazing/flexible). Here is the support thread for this snippet: http://www.modxcms.com/forums/index.php?topic=17359. Check out the live demo on the site and how to implement it:http://demo.scottydelicious.com/ . With enough experimenting, you should be able to get it. wink
            "Don't waste your time or time will waste you"
            • 28042 ☆ A M B ☆
            • 24,524 Posts
            It has been said many times, but it bears repeating! Make up a local installation; XAMPP for windows, MAMP for OS X, if you’re on Linux you probably already know how to set up LAMP or have it set up already. OS X does come with a web evironment already set up, but most of us Mac users prefer a separate MAMP installation.

            Then install MODx with the full demo site and dig in.

            I ususally have at least three or four installation for working with different snippets and modules on my iBook at any one time.
              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
              • 7231
              • 4,205 Posts
              I ususally have at least three or four installation for working with different snippets and modules on my iBook at any one time.
              I also find this to be the best help to figuring things out. I only understood several very cool snippets once I downloaded and installed on my local copy for testing things out.
                [font=Verdana]Shane Sponagle | [wiki] Snippet Call Anatomy | MODx Developer Blog | [nettuts] Working With a Content Management Framework: MODx

                Something is happening here, but you don't know what it is.
                Do you, Mr. Jones? - [bob dylan]
                • 1535
                • 84 Posts
                Quote from: sottwell at Oct 09, 2007, 09:03 AM

                I ususally have at least three or four installation for working with different snippets and modules on my iBook at any one time.

                So then you install to different subdirectories and use different database prefixes for such a setup? Is that the correct way to have multiple installs?

                P.S. I would also welcome some more advanced tutorials, some of the techniques you guys have worked out over time is hard to grasp for a newbie.


                Cheers,

                Andreas
                  • 28042 ☆ A M B ☆
                  • 24,524 Posts
                  I create new databases for each install, that way it’s easier for me to keep my database clean. When I’m finished with an installation I just drop its database. But you can use unique table prefixes and one database if you prefer. And yes, I do install to different subdirectories. I have my browser’s home page set to "localhost", so when I go home I get the directory listing of my MAMP web root, and can easily navigate to the installation I want to work with.
                    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