For your avatar problem make sure you completed all the steps within the readme. I suggest looking at the one for inc_profile.asp. Make sure you include <!--#INCLUDE FILE="inc_avatar.asp" -->. That is most likely the reason.
Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.
Thanks for that guys. The avatar option is now online. Just one last thing and I wont be bugging you about avatars again, sadly this time I think I know the problem.
I tried "mass avatar add" and selected a folder on my server full of avatars. I type in the folder name with the avatars and click submit. Then this comes up: Microsoft VBScript runtime error '800a01ad'
/myforumdirectory/admin_avatar_mass_add.asp, line 83
So I checked out the line 83 in the file which is:
Set filesys = CreateObject("Scripting.FileSystemObject")
I assume this error means my server is not capable of generating this type of object am I right? If this is the case, is there any other way I can upload the 324 avatars I downloaded from snitzbitz.com all at once instead of 1 by 1? I am sure you know why I am asking this!
Thanks again guys, your great!
Michael
Edited by - Michaelos on 02 December 2005 18:02:03
You are correct. Either your hosting uses an old VB Scripting engine or they may have disabled it. Your best bet is to inquire with your hosting to figure out a solution. Unfortunately there is no other easy way to 324 avatars then manually entering them 1 by 1.
Everything on the current mod goes through the database. I would suggest trying an avatar add on but alot of the others alot use FileSystemObjects. Mine does a bunch of times.
Note - I may take a few days to recieve your email. Hotmail filters all new emails as junk. Would be best to post all questions, concerns in a forum topic to catch my immediate attention. This way others can assist and also correct any similar mistakes.