We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 12147
    • 182 Posts
    I will disclaim loudly that this is my first attempt at a MODx site... I’ve looked around a lot, read a lot, and here goes.

    One thing that isn’t clear to me is whether it’s just as easy (and effective) for me to create a page on my own and then replace the various elements with the MODx stuff, or whether there is a huge benefit to using a template with MODx somewhere in the name (MODx ported, ready, etc).

    I know nuttin’ about php (and sure hope that doesn’t sink this ship), am pretty good at following instructions and asking questions, and not bad at all in putting together valid html/css pages.

    Thanks for any thoughts on this!

    higgy
      • 7231
      • 4,205 Posts
      One of the key points in MODx is tat you can easily adapt any template for MODx use. Once you have a valid html/css page designed you can substitute the menu for a wayfinder call and use the custom tpl features to get it just the way you want. That is why there are few MODx templates, basically any html document can be made into a template.

      With MODx snippets you do not need any PHP skills to get some very cool features. Of course another key benefit of MODx is it’s extendibility, so with some PHP skills you can take it to new levels. But it is not required and plenty of great sites are built with out of the box snippets.

      I would recommend that if you have not yet done so to install the demo site and see how it is built. This will give you a good view into how things are done. Then learn each of the key snippets as needed. You will most likely sue Wayfinder, Ditto and AjaxSearch in most of your projects so those would be the ones to focus on.

        [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]
        • 7804
        • 80 Posts
        i recommend making your own template. that’s one of the best benefits of MODx in my opinion; the complete control of templating.

        here are some resources that will help you build your template:

        Template basics
        MODx document variables
          • 12147
          • 182 Posts
          Thank you, both - all good news.

          I assume that a fluid-width page won’t cause any problems along the way?

            • 7804
            • 80 Posts
            Quote from: higgy at Apr 16, 2008, 01:38 PM

            Thank you, both - all good news.

            I assume that a fluid-width page won’t cause any problems along the way?



            not at all. MODx is not restricted by or to any css layout.