DarrenLuxton
Junior Member
184 Posts |
Posted - 26 May 2013 : 20:51:11
|
Not sure if this is still running or not, but having a few issues. (I've rolled back and re-applied the code twice, as per the instructions, but still no luck.
1. Within the Members Profile (Pop_Profile.asp). There is not option to allow the user to choose, or even upload an Avatar. It seems as soon as i removed the %><!--#INCLUDE FILE="inc_avatar.asp" --><% from the code (inc_Profile.asp, it dissapeared To Solve this i had to comment out the following within the INC_PROFILE.ASP
'if Request.QueryString("id") <> "" and IsNumeric(Request.QueryString("id")) = true then ' avMember_ID = cLng(Request.QueryString("id")) ' else ' avMember_ID = 0 ' end if
2. When looking at what Avatars you can use (FRM_AVATAR_MAIN.ASP), all avatars are showing up as the default NOAVATAR.GIF, although it has the correct details, and when you select what you want, it shows correctly within the forum, the noavatar.gif appears to be overwriting the values in this page. I have yet to find a resolution for this. (although it looks like a proglem in the IncAvatarData.asp file) |
|
|