Hey Disasterpiece, I've found a tiny issue with the profile pictures. The URL of the steam avatar plugin is wrong.. It's set to:
Code:
$xprepared = array('username' => $userinfo['username']);
The username I assume, is used by friendly URL (SEO). But most boards are using UserID, even with friendly URL being used. As such, unknown user:
Quote:
This user has not registered and therefore does not have a profile to view.
|
I personally solved this by altering it to the UserID instead, but later on removed the entire profile picture being non-clickable. But I suppose it's good to let you know of this small issue.