greenhybrid
05-01-2005, 08:25 PM
I changed some parts of this modification to fit my use, so I'm not sure if this applies to the default install. However, I found that thumbnails were showing up as user locations in Who's Online. Doing the following will rectify this problem:
Underneath this in articles.php// ##################### DEFINE IMPORTANT CONSTANTS #######################
Add thisif ($_REQUEST['action'] == 'thumb') { define('LOCATION_BYPASS', 1); } // don't use thumbs as locations
Underneath this in articles.php// ##################### DEFINE IMPORTANT CONSTANTS #######################
Add thisif ($_REQUEST['action'] == 'thumb') { define('LOCATION_BYPASS', 1); } // don't use thumbs as locations