does this work with beta 5?
I ran the install_db2fileavatars.php, at started to edit the files, but I noticed that the files were a little different for beta 5. For instance, the first modification step adjusts the functions.php file, and one of the original lines is
PHP Code:
return "avatar.php?s=$session[sessionhash]&userid=$userid";
But this line looks like this in beta 5
PHP Code:
return "avatar.php?userid=$userid&dateline=$avatarinfo[dateline]";
Can I still proceed with the rest? In fact, I had origianlly decided to stop, but the install_db2fileavatars.php already changed some things...... so I can't even set any custom avatars as it stands right now. I get a blank screen after I submit the settings for uploading the avatar. Can I fix this, or can I just continue with the hack?