MODx Video Tutorial: MODx Revolution Template Basics

I’ve just added a new screencast to the MODx Video Tutorials website on understanding MODx Revolution templates, tag syntax, and resource field tags.

To see the full notes and related links and such, and to ask questions and discuss this screencast, check out http://modxvideotutorials.com/modx-revolution-basics-understanding-modx-revolution-templates.

MODx Revolution for Complete Beginners Part 11 – Using getPage to Add Pagination

Welcome to part 11 of the MODx Revolution for Complete Beginners series.  Apologies for the delay in the series, I’ve been pretty buried in work and such.  In this installment we’re going to continue exploring how to create a page that aggregates content from several different pages using the getResources snippet, such as you would find in a magazine style website, or a blog, or a news website, etc.  The aspect we will look at today is how to add pagination to the pages holding our aggregated content, and for this purpose we will be using the getPage snippet.  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.  Let’s get started 🙂

Continue reading “MODx Revolution for Complete Beginners Part 11 – Using getPage to Add Pagination”

Introducing MODx Video Tutorials

I’ve been working on a new project recently – MODx Video Tutorials is a blog dedicated purely to MODx screencasts and video tuts.

Background:
After posting numerous written tutorials here on the coding pad blog I have found that sharing knowledge is something I enjoy doing. When I ventured into creating screencasts, I found that after getting past my voice shyness, I really enjoyed doing those as well. After a lot of thought I have decided to create a separate blog purely for MODx screencasts, and keep this blog for written tutorials and possibly screencasts on other topics.

Continue reading “Introducing MODx Video Tutorials”

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”