Here's a good suggestion, why don't you explode() the $activeusers variable into the array then asort() the array to make it alphabetical then str_replace() the user who is logged in to get rid of it. Then add it to the start and implode() back to how it was. The end effect of that means the fake users will be spread out alphabetically and won't be in a big lump at the beginning as well as the user who is viewing the forum will be at the beginning as it would be before this mod is installed.
|