Yeee Haw.... The MASS AVATAR ADD is working. You have to use a relative path.
I have to use /forums/avatars/temp/ for the source folder and /forums/avatars/ for the folder where I keep the avs. Sheesh... that was not too complicated now that I know what I did wrong.
Funny thing is, when I add the avatars using the MASS ADD, when I go into my profile to look at the list of avatars, they are listed in reverse alphabetical order. What is the deal with that?
I think I would like to tackle the MY AVATAR ADDON. I tried it this morning, but it did not work. I am sure it was something I did incorrectly becaues I really don't quite understand some of the instructions. I am going to have to read some more on this MOD. Now that this one is tackled, I am going to kick some butt on more MODS.
I did install the MASS MEMBER EMAIL modification without any problem as well.
My big challenge now will be helping others here the way you guys have helped me. I do believe that one good deed deserves another.
Any idea as to why the avatars show up in the list in reverse alphabetical order? This is not a pressing issue by any means, but I wonder if it is designed that way or if I screwed something up?
Any idea as to why the avatars show up in the list in reverse alphabetical order? This is not a pressing issue by any means, but I wonder if it is designed that way or if I screwed something up?
I remember adding this MOD, and the Avatars showed up in the correct order as far as I know...
You might try this though - There is this line in inc_avatar:
strSql = strSql & " ORDER BY " & strTablePrefix & "AVATAR.A_NAME DESC;" (line 92)
Maybe if you change the DESC to ASC it will correct the problem.
I'm at a loss here guys. I'm having the problem described above with the Add Mass Avatar function. I've tried everything mentioned above but nothing works. I set it up like Cmerwitzer: /forums/avatars/temp/ for the source folder and /forums/avatars/ for the folder where I keep the avs. Created the relative paths and it still doesn't work. All the other functions for the avatars work fine though. I can add one at a time but it would take me 2 years to add all the avatars.
I'm at a loss here guys. I'm having the problem described above with the Add Mass Avatar function. I've tried everything mentioned above but nothing works. I set it up like Cmerwitzer: /forums/avatars/temp/ for the source folder and /forums/avatars/ for the folder where I keep the avs. Created the relative paths and it still doesn't work. All the other functions for the avatars work fine though. I can add one at a time but it would take me 2 years to add all the avatars.
Thanx in advance to anyone who replys.
I got it to work with a path that's relative to the directory containing the asp files. No '/' at the beginning either.