Works great in 4.1.10 confirmed as of Today (2/8/2012)
How to create the cronjob for cPanel users:
Log into your cpanel via:
http://yourdomain.com/cpanel
Go to Cron jobs in the advanced section
Add an update e-mail
Common settings choose Every 5 minutes or:
*/5 * * * *
Command line is:
php /home/YOURDOMAINPATH/public_html/YOURFORUMPATH/cron.php >/dev/null 2>&1
YOURDOMAINPATH is not your domain NAME, it is the path to your domain on the root server
YOURFORUMPATH is the path to your forum
good luck, thanks Disasterpiece for the great and quick support via PM. Great modification!
(SPECIAL NOTE: The cronjob will NOT work if your forums are de-activated/closed to the public as it has no access to cron.php)