We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 19873
    • 67 Posts
    The Wiki is fine, but where is the documentation for admin users? What if I wanted to find out what the "container" checkbox does? Where would would I go for that?
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      isfolder Labeled as ’Container’, this specifies whether or not the Resource renders with a / in Friendly URLs instead of its suffix.
      http://rtfm.modx.com/display/revolution20/Resources
        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
        • 19873
        • 67 Posts
        With respect, that page does not explain what a contain is, it just makes reference to it.
          • 28215
          • 4,149 Posts
          Labeled as ’Container’, this specifies whether or not the Resource renders with a / in Friendly URLs instead of its suffix.

          I think that’s pretty specific. tongue
            shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
            • 19873
            • 67 Posts
            Disagree.
              • 29344
              • 18 Posts
              Quote from: mmcglynn at Jan 19, 2011, 07:18 PM

              The Wiki is fine, but where is the documentation for admin users? What if I wanted to find out what the "container" checkbox does? Where would would I go for that?

              I’m just getting started with modx, but I found this tutorial from Mary pretty helpful when it came to containers and what they do. In MODx, a container is simply a document under which other documents are grouped. It’s not providing a technical definition or anything but the concept is there. Hope that helps.

              http://codingpad.maryspad.com/2009/04/20/building-a-website-with-modx-for-newbie-part-6-introducing-template-variables/
                • 32674
                • 101 Posts

                Quote from: splittingred at Jan 21, 2011, 09:22 AM

                Labeled as ’Container’, this specifies whether or not the Resource renders with a / in Friendly URLs instead of its suffix.

                IOW, If you have a root level resource named "products" and it’s container checkbox is checked,

                Plus you have friendly urls for your site turned on...

                ...your products page url will be such:

                Yoursite.com/products/



                On the other hand, if you dont have the checkbox checked the page renders as: (assuming your resource suffix is ’.html’)

                Yoursite.com/products.html




                Pretty basic. Checked = ’/’ and unchecked = ’.html’ (or whatever suffix youve set)