In part 3 of this series, we're continue porting our template into MODx, and the focus here is working with chunks to organize and structure our template and make it more manageable. Useful Links MODx Beginner Tutorials - Working with Chunks
Tag Archives MODx tutorial
In part 2 of this series, we start pulling the XHTML/CSS template into the MODx website and using MODx placeholders to dynamically pull in information and settings into our site. I just want to quickly mention that the reason I had to address the issue with jQuery and QuickEdit is because I upgraded this site from 0.9.6.3 so QuickEdit module…
In this first part of a series of five screencasts, we are going to go through the process of porting an XHTML/CSS template into a MODx website. I recorded these screencasts while working on an actual live project so there's a bit of fumbling and issues that come up that I try to think and work through. I thought it…
In this screencast, we will go through the process of installing MODx CMS. While we will do this install on a local development environment using WampServer, the steps for installing on a remote host are exactly the same with two notable exceptions: On a remote server you would use an FTP client or something similar to upload the files Most…
Welcome to part 11 of our series of tutorials on building a website with MODx CMS. So far we've looked at:
Part 1: Introduction to MODx
Part 2: Installing MODx
Part 3: Working with Templates
Part 4: Introducing Chunks
Part 5: Introducing Snippets
Part 6: Introducing Template Variables
Part 7: Introducing Ditto
Part 8: More Ditto
Part 9: Adding a Contact Form with eForm
Part 10: Adding Search Functionality with ajaxSearch
As we work through this series we're building a MODx resource site - Learn MODx, adding functionality and expanding our knowledge. So far our website looks like this:
One of the core things that is desirable in any modern website is user interaction. So far we've implemented a contact form to allow our visitors to contact us, but in this post we're going to go a step further and create a way for users to comment on our library selections and share their thoughts about the books we're recommending. You can use this to add comments to a blog, or any other content type that you desire.