Blog Home


Redirecting Users on Login III

Redirect users based on a User Setting

Redirecting Users on Login II

Redirecting users on login based on the time or season

Redirecting Users on Login I

The first in a series of articles on redirecting users when they log in

Never Use the User Profile id Field to Get a User Profile

Don't make this disastrous error when getting a user's profile

Set the Unpublish Date of a Resource Automatically

Using a plugin to set the Unpublish Date to a fixed interval from when it was published.

Taming the MODX Revolution Error Log

A nifty extra by Sergey Shlokov makes the MODX error log a pleasure use.

Final Argument to getOption()

More details about how the final argument to $modx->getOption() works

Imploding an Associative Array

Display formatted content from an associative array with implode()

Using implode() to Convert an Array to a String

Create a string from an array with implode()

Using explode() to Create Associative Arrays

Creating an associative array with keys and values from a snippet property