I just installed Hamlins Avatar MOD to V3.4.02. When under admin_avatar_settings.asp, I log the settings I want and hit "save settings". When it tells me Avatar Setting Updated, in the upper left top corner under the logo it states "herehereherehere"
.
I looked a the admin_avatar_settings.asp and this is the only thing I see that can be causing it.
If Request.Form("mode") = "AvatarSetup" then
If Err_Msg = "" then
for each key in Request.Form
if left(key,3) = "str" or left(key,3) = "int" then
strDummy = SetConfigValue(1, key,ChkString(Request.Form(key),"SQLstring"))
response.write"here"
end if
next
Application(strCookieURL & "ConfigLoaded") = ""
Should this been in the admin_avatar_settings.asp or should I see this? I don't remember seeing it when it was installed to 3.3.03.
Thanks,