Quote:
Originally Posted by EvilLS1
If you do, please let me know if you experience the same errors as Silver_2000_)!.
Thanks,
Dewayne
|
Im embarrased to say that the avatars issue seemed to be related to having 2 versions of timeslips edits in the image.php
PHP Code:
// ######################### REQUIRE BACK-END ############################
if ($_GET['type'] == 'profile' or $_GET['type'] == 'timeslip')
if ($_REQUEST['type'] == 'profile' or $_REQUEST['type'] == 'timeslip')
I had 2 similar lines there ... Removed the second line and the avatars went back to normal- What was weird was that it didnt affect all avatars...
Sorry for the fire drill.