Blog Home


Send Registration Email to the Admin

Send registration email to the admin (or anyone else) rather than the user

Path Troubles

Using the correct path and URL references to CSS, image, JS, PHP, and other files in code and in HTML

Missing DB Fields (Unknown Column)

How to avoid and fix problems caused by making too big a jump in MODX versions.

The MODX Config Files

Exploring the MODX config file and MODX path issues

Bypassing the MODX Manager Login III

Using a single plugin to create and authenticate users

Bypassing the MODX Manager Login II

Second in a series of articles about bypassing the Manager Login process

Bypassing the MODX Manager Login I

Use your own code, or an external service to authenticate users

Using Namespaces with an Autoloader

Letting your autoloader use your namespaces to locate class files

Using Namespaces to Avoid Class-name Collisions

PHP namespaces explained, with some examples

Using an Autoloader to Load Classes

How autoloaders work and several example autoload.php files