Modx Revolution Development with Wampserver - Part 10 - Contexts

Context in Modx Revolution provides us with the ability to maintain separate configuration files which we can use to run a language-specific version of our website, for example, or locate our core files outside of the site's root folder for enhanc…

Modx Revolution Development with Wampserver - Part 09 - Security

Following on from Modx Revolution Development Part 08 - Membership, we will now implement restrictions on how users may access certain resources on our website. Our …

Modx Revolution Development with Wampserver - Part 08 - Membership

Our objective in this section is to implement the files necessary for enabling user registration/membership. Most of what we do here will be driven by the Login snippet which we installed when we looked at Modx Revolution Development - Part 04 - Packages

Modx Revolution Development with Wampserver - Part 07 - Creating Resources

Earlier, in Modx Revolution Development - Part 03 - Basic Systems Settings, we dipped our toes in Modx Revolution Resources when we created some required…

Modx Revolution Development with Wampserver - Part 06 - Chunks, Snippets and Template Variables

In this part, we will create the elements required to complete our Base Template. At this juncture, it probably is a good idea to provide a summary of what these elements actually mean.

Chunks are html codes we can place in our template …