Modules

Finding an existing Page's Callback Function in Drupal

So have you ever been stuck debugging where the heck that stupid page comes from that some random module seems to have placed in a configuration section that seems to be nothing related to the module itself? Well there are other use cases for what I'm about to show you as well but this is a cool little pro tip to get you on your feet and get you some place to start debugging.

How To Use Views Natural Sort

If you are using the newer version, check out the documentation for Views Natural Sort 2.0.
Recently, due to an issue I got in my issue queue on Drupal.org, I realized that there may be a bit of confusion about how to use Views Natural Sort. The following is some information on how it works and a quick guide on how to use it.