Quote:
Originally Posted by azher
great mod. does anyone know of a way to make the profile visitors show up in the order of when they visited rather than in alphabetical order?
|
Comment out the line in class_profileblock.php that sorts them:
PHP Code:
// uksort($visitors, 'strnatcasecmp');
Quote:
Originally Posted by Magnumutz
Sweet but just hate file edits...
|
So do I, but unfortunately I couldn't find a way around it.