Riven! Sorry about the AIM icon thing, thought I'd fixed it - and I had added the code except I'd made a small mistake that meant it still wasn't showing

Fixed now.
Quote tag parsing fixed
The popup map screenshot page thing is kinda awkward tbh... I'll have to make the js change the link when you scroll through all the screenies.
The map rating sort option problem actually appears to be a synchronisation issue - I'll have to code a resync control in the admin panel.
[Edit: Balls - the way the ratings thing works is there is a big array of user ids and ratings, but so there is an overall rating we can sort by there is a field that holds the sum of all these ratings. If you edited your existing rating then your new rating would get added onto this total, but your old rating wouldn't be deducted first... eg if you rated a map 5 and you were the only person who had rated it then it's overall rating would be 5, but if you then changed the rating to 4 it's overall rating would be 9! The map page sorts by the overall rating and this is what is causing the sort issue... code is fixed now (and the fix has been applied to the articles ratings too), will have to see about resynching the ratings totals]
Profile page on the black theme should have the main map image size and navigation arrow size & positioning fixed now.
Avatar and photo upload edit change bug thing fixed
Timezone added
I'll have to do some further work on the search. It's a total arse to write a decent search script and the current one is actually based on a bunch of open source code by one of the Google guys that's I've hacked into working on here... it seemed pretty good but obviously there's some big room for improvement. Still, not as bad as EVE - theirs has been fubar for years