MODx Revolution for Complete Beginners Part 10 – Using getResources to Aggregate Content

getResources0Welcome to part 10 of the MODx Revolution for Complete Beginners series.  In this installment we’re going to begin exploring how to create a page that aggregates content from several different pages, such as you would find in a magazine style website, or a blog, or a news website, etc.  We will continue working on the resource site for learning MODx Revolution that we’ve been building through this series.  We’re using the 7 in 1 Business Success Site Template from Themeforest, although you can follow along with any template that you choose.   In this installment, we’re going to work with the getResources snippet to start bringing together a “news” page on our site, and we will present it using the blog template page from our theme.   So let’s get started 🙂 Continue reading “MODx Revolution for Complete Beginners Part 10 – Using getResources to Aggregate Content”

MODx Revolution – Adding an Attachment Field to a FormIt Form

Attach-iconIn this brief tutorial, I am going to show you how to add the capability to send and receive attachments with your FormIt form.  This tutorial will be building on the MODx Revolution Beginner series and therefore we will just add to the contact form we created in the FormIt tutorial.  I therefore recommend that if you’re not familiar with FormIt you read that tutorial first.

Continue reading “MODx Revolution – Adding an Attachment Field to a FormIt Form”

MODx Revolution for Complete Beginners Part 9 – Using FormIt to Create a Contact Form

formit00-1Welcome to part 9 of the MODx Revolution for Complete Beginners series.  In this installment we’re going to look at how to create a simple contact form on our website using the FormIt snippet.  As we work through this series of tutorials we’re building a resource site for learning MODx Revolution.  We’re using the 7 in 1 Business Success Site Template from Themeforest, although you can follow along with any template that you choose.    At the end of the last installment I encouraged you to apply what we’ve learned so far and port in the inner pages for your template.  We’re going to start with the HTML code for the contact page that comes with the template we’re using, and transform that into a dynamic contact form using the FomIt snippet. Continue reading “MODx Revolution for Complete Beginners Part 9 – Using FormIt to Create a Contact Form”

MODx Revolution for Complete Beginners Part 8 – Using Wayfinder to Create Menus

wayfinder0Welcome to part 8 of the MODx Revolution for Complete Beginners series.  As we work through these tuts we’re building a resource site for learning MODx Revolution.  We’re using the 7 in 1 Business Success Site Template from Themeforest, although you can follow along with any template that you choose.  In the last installment we introduced the concept of Snippets, which are pieces of PHP code that allow us to add functionality to our MODx website.  In this installment, we’re going to start looking at one specific snippet – Wayfinder, and we’ll use it to add a dynamic menu/navigation to our website.

Catch Up:

Part 1: Introduction
Part 2: Installation
Part 3: Basic Configuration and Installing Extras
Part 4: Working with Templates
Part 5: Working with Chunks
Part 6: Working with Template Variables (TVs)
Part 7: Working with Snippets

Continue reading “MODx Revolution for Complete Beginners Part 8 – Using Wayfinder to Create Menus”

MODx Revolution for Complete Beginners Part 7 – Working with Snippets

snippets1Welcome to part 7 of the MODx Revolution for Complete Beginners series.  In the last installment we learned about template variables and how we can use them to create custom editable fields on our site pages.  As we work through these tuts we’re building a resource site for learning MODx Revolution.  We’re using the 7 in 1 Business Success Site Template from Themeforest, although you can follow along with any template that you choose.  We’re learning how to transform the static stuff on the HTML/CSS/JS template into dynamic content from our site.   Everything we’ve looked at so far has been about presentation and layout. In this installment, we’re going to very briefly start talking about how to add functionality to our site using Snippets.  This is going to be just a brief primer on snippets, and in subsequent installments we will be working through several snippets, each post covering one or two snippets at most.

Continue reading “MODx Revolution for Complete Beginners Part 7 – Working with Snippets”